Skip to main content

Types

1 Robot Power and E-Stop Status PowerState

TypeDescription
onPower on
offPower off
estopEmergency stop pressed
gstopSafety door open
unknownUnknown (exception occurred)

2 Robot Operation Mode OperateMode

TypeDescription
manualManual
automaticAutomatic
unknownUnknown (exception occurred)

3 Robot Working Status OperationState

TypeDescription
idleRobot stationary
jogJog state (not moving)
rtControllingReal-time mode controlling
dragDrag enabled
rlProgramRL project running
demoDemo running
dynamicIdentifyDynamic identification in progress
frictionIdentifyFriction identification in progress
loadIdentifyLoad identification in progress
movingRobot moving
joggingJogging in progress
unknownUnknown (exception case)

4 Pose Coordinate System Type CoordinateType

TypeDescription
flangeInBaseFlange relative to base coordinate system
endInRefEnd relative to external coordinate system

5 Robot Stop Level StopLevel

TypeDescription
stop0Quick stop robot motion then power off
stop1Planned stop robot motion then power off, stop on original path
stop2Planned stop robot motion without power off, stop on original path
suppleStopCompliant stop, only applicable to collaborative models

6 SDK Motion Control Mode MotionControlMode

TypeDescription
IdleIdle
NrtCommandNon-real-time mode execute motion commands
NrtRLTaskNon-real-time mode run RL project
RtCommandReal-time mode control

7 Jog Option: Coordinate System JogSpace

TypeDescription
worldWorld coordinate system
flangeFlange coordinate system
baseFrameBase coordinate system
toolFrameTool coordinate system
wobjFrameWorkpiece coordinate system
jointSpaceJoint space
singularityAvoidModeSingularity avoidance mode, applicable to industrial six-axis, xMateCR and xMateSR models, avoidance method is locking 4th axis
baseParallelModeParallel base mode, only applicable to xMateCR and xMateSR models

8 Cartesian Space Coordinate System Type FrameType

TypeDescription
worldWorld coordinate system
baseFrameBase coordinate system
flangeFlange coordinate system
toolTool coordinate system
wobjWorkpiece coordinate system
pathPath coordinate system
railRail base coordinate system

9 Drag Space DragOpt.Space

TypeDescription
jointSpaceJoint space
cartesianSpaceCartesian space

10 Drag Type DragOpt.Type

TypeDescription
translationOnlyTranslation only
rotationOnlyRotation only
freelyFree drag

11 xPanel External Power Supply Mode xPanelOpt.Vout

TypeDescription
offNo output
reserveReserved
supply12vOutput 12V
supply24vOutput 24V

12 Singularity Avoidance Method AvoidSingularityMethod

TypeDescription
lockAxis44-axis lock
wristSacrifice posture
jointWayJoint space short trajectory interpolation

13 Event Type Event

TypeDescription
moveExecutionNon-real-time motion command execution information
safetySafety (whether collision)
rlExecutionRL execution information
logReporterController log report

14 Offset Type Offset.Type

TypeDescription
noneNo offset
offsOffset relative to workpiece coordinate system
relToolOffset relative to tool coordinate system

15 Command Type MoveCommand.Type

TypeDescription
MoveLEnd linear trajectory, target point is cartTarget
MoveJJoint motion, target point is cartTarget
MoveAbsJJoint motion, target point is jointTarget
MoveCArc trajectory MoveC, target point is cartTarget, passing through auxiliary point auxPoint
MoveCFFull circle trajectory MoveCF, target point is cartTarget, passing through auxiliary point auxPoint
MoveSPSpiral trajectory MoveSP, target point is cartTarget
MoveWaitMotion wait command

16 Log Level LogInfo.Level

TypeDescription
infoInformation
warningWarning
errorError