Universal Robots TypeScript API - v10.12.0
    Preparing search index...

    Interface PayloadNode

    ProgramNode is the base of all derived programNodes

    interface PayloadNode {
        allowsChildren?: boolean;
        isSuppressed?: boolean;
        lockChildren?: boolean;
        locked?: boolean;
        parameters: {
            centerOfGravity: {
                cx: TabInputModel<Length>;
                cy: TabInputModel<Length>;
                cz: TabInputModel<Length>;
            };
            customPayload: boolean;
            endEffectorId?: string;
            payload: TabInputModel<Mass>;
        };
        type: PAYLOAD;
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowsChildren?: boolean
    isSuppressed?: boolean
    lockChildren?: boolean
    locked?: boolean
    parameters: {
        centerOfGravity: {
            cx: TabInputModel<Length>;
            cy: TabInputModel<Length>;
            cz: TabInputModel<Length>;
        };
        customPayload: boolean;
        endEffectorId?: string;
        payload: TabInputModel<Mass>;
    }
    type: PAYLOAD
    version: string