Skip to main content

Function I/O Descriptions

JAKAAbout 3 min

Function I/O Descriptions

DI Descriptions

Icon
Function Name
Function Description
Trigger Method
NoneNoneNone
Start ProgramWhen the Start Program DI is triggered, the robot executes the currently open program in the programming control interface. This DI is typically used to resume a stopped program. Note: Ensure the program in the programming interface is saved before triggering this DI. If there is an unsaved program, the robot will execute the last saved program when this DI is triggered.Rising edge signal
Pause ProgramWhen the Pause Program DI is triggered, the robot pauses the currently open program in the programming control interface. The program can be resumed by triggering the Continue Program DI.Rising edge signal
Continue ProgramWhen the Continue Program DI is triggered, the robot resumes executing the currently open program in the programming control interface. This DI is typically used to resume a paused program.Rising edge signal
Stop ProgramWhen the Stop Program DI is triggered, the robot stops the currently open program in the programming control interface. The program can be resumed by triggering the Start Program DI.Rising edge signal
Power OnWhen the Power On DI is triggered, the robot powers on.Rising edge signal
Power OffWhen the Power Off DI is triggered, the robot powers off.Rising edge signal
Enable RobotWhen the Enable Robot DI is triggered, the robot is enabled.Rising edge signal
Disable RobotWhen the Disable Robot DI is triggered, the robot is disabled.Rising edge signal
Decelerated Speed Level 1When the Decelerated Speed Level 1 DI is triggered, the robot slows down and enters the first level of speed decelerated mode.Low-level signal
Protective StopWhen the Protective Stop DI is triggered, the robot's movement stops.Low-level signal
Return to Initial PositionWhen the Return to Initial Position DI is triggered, the robot moves to the safe orientation set in the Settings - Safety Settings - Robot Orientation interface.Rising edge signal
Decelerated Speed Level 2When the Decelerated Speed Level 2 DI is triggered, the robot slows down and enters the level 2 of decelerated mode.Low-level signal
Clear CollisionWhen the Clear Collision DI is triggered, the robot's collision alarm is cleared.Rising edge signal
Enter Drag ModeWhen the Enter Drag Mode DI is triggered, the robot enters drag mode.Rising edge signal
Exit Drag ModeWhen the Exit Drag Mode DI is triggered, the robot exits drag mode.Rising edge signal

Note:

  • The decelerated speed level 2 should be lower than level 1.
  • When triggering function I/Os, edge signals (rising or falling) are detected. To avoid delays caused by network communication fluctuations affecting the function I/O trigger, it is recommended to maintain the signal level for at least 500 ms before and after the edge signal.

DO Descriptions

Icon
Robot Status
Function Description
Signal Status
NoneNoneNone
IdleIdle indicates that the robot is not running any program.High-level signal
Program PausedProgram Paused indicates that the currently open program in the programming control interface is paused.High-level signal
Program RunningProgram Running indicates that the robot is executing the currently open program in the programming control interface.High-level signal
ErrorError indicates that the robot has triggered a collision alarm.High-level signal
Powered OnPowered On indicates that the robot is in a powered-on state.High-level signal
EnabledEnabled indicates that the robot is in an enabled state.High-level signal
In MotionIn Motion indicates that the robot is moving (e.g., executing a program, manual control, secondary development control, etc.).High-level signal
StationaryStationary indicates that the robot is in a stationary state (e.g., program paused, not running any program, program ended, waiting for a signal, etc.).High-level signal
Powered OnPowered On indicates that the control cabinet is in a powered-on state.High-level signal
Emergency StopEmergency Stop indicates that the robot's movement has stopped, and it is in a powered-off and disabled state.High-level signal
Decelerated Speed Mode Level 1Decelerated Speed Mode Level 1 indicates that the robot is in the first level of speed decelerated mode.High-level signal
Decelerated Speed Mode Level 2Decelerated Speed Mode Level 2 indicates that the robot is in the second level of speed decelerated mode.High-level signal
Protective StopProtective Stop indicates that the robot's movement has stopped.High-level signal
Initial PositionInitial Position is the user-defined safe orientation set in the Settings - Safety Settings - Robot Orientation interface. When the robot is in this position, this signal is triggered.High-level signal
Drag ModeDrag Mode indicates that the robot is in drag mode.High-level signal
CollisionCollision indicates that the robot has collided.High-level signal
Last update: