Skip to main content

Enumerations

Additional notes

The input Flags Robot_in_home_position and Flow_ready_to_start can only return values when a UUID is present in the PLC.

note

For the following enumerations, once the value is accepted by the backend it is automatically reset to 0 (no action).

Flow Action

ActionValueDescription
NO_ACTION0
START_FLOW1Start Flow, given in Flow UUID
PAUSE_FLOW2Pause current Flow
RESUME_FLOW3Resume current Flow
STOP4Stops Flow or movement

Movement Action

ModeValueDescription
NO_ACTION0
JOINT_PTP1Start point-to-point, target joint angle pose interpreted as absolute pose
JOINT_LINEAR2Start linear motion, target joint angle pose interpreted as absolute pose
CARTESIAN3Start motion with target Cartesian pose interpreted as absolute pose
RELATIVE_CARTESIAN4Start motion with target Cartesian pose interpreted as relative pose

The operation mode, Robot state and safety state values a PLC reads back are documented separately in RobFlow System States.