DOBOT CR5 User Guide 6 Program Language
Issue V3.5.3.1 (2020-05-09) User Guide Copyright © Yuejiang Technology Co., Ltd
91
Set the status of digital output port (Queue command)
index: Digital output index. Value range: 1- 24
ON/OFF: Status of the digital output port. ON: High level; OFF: Low level
DO(1,ON)
Set the status of the digital output port 1to ON
Table 6.35 Digital output command (Immediate command)
DOExecute(index, ON | OFF)
Set the status of digital output port (Immediate command)
index: Digital output index. Value range: 1 - 24
ON/OFF: Status of the digital output port. ON: High level; OFF: Low level
DOExecute(1,OFF)
Set the status of the digital output port 1 to OFF
Program Managing Commands
Table 6.36 Program managing command
Set the delay time for robot motion commands
Set the delay time for all commands
Pause the running program
Table 6.37 Wait command
Set the delay time for robot motion commands
time: Delay time. Unit: ms
Go(P1)
Wait(1000)
Wait for 1000ms after the robot moves to point P1