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

    Interface MoveScreenOptions

    MoveScreenOptions

    Object describing the options for an opened 'Move' screen

    interface MoveScreenOptions {
        frame?: string;
        frameSelectionDisabled?: boolean;
        jointPositions?: JointPositions;
        moveScreenTarget: moveScreenTargetType;
        moveScreenTargetLabel: string;
        position?: JointPositions | Waypoint;
        tcp?: TCPName;
        tcpSelectionDisabled?: boolean;
    }
    Index

    Properties

    frame?: string

    Frame to be shown as selected frame

    frameSelectionDisabled?: boolean

    Whether it should be possible to select another frame on the 'Move' screen

    jointPositions?: JointPositions

    Joint positions to be shown as the preview robot

    Please use position instead

    moveScreenTarget: moveScreenTargetType

    Whether the current screen is used to select and define a waypoint

    moveScreenTargetLabel: string

    The label for the waypoint

    Position to be shown as the preview robot

    tcp?: TCPName

    Active TCP to be set on move-screen initiation

    tcpSelectionDisabled?: boolean

    Whether it should be possible to select another TCP on the 'Move' screen