2.3.1 Step Statement Parameters
Last updated
Was this helpful?
Last updated
Was this helpful?
The step statement parameters are the movement conditions required for the step movement of the robot, such as the robot position, interpolation, speed, accuracy, and tool number of the robot, in addition to move, a movement command.
Parameters of the step statement are divided into default parameters and optional parameters. The default parameters are the essential ones for a step, and the optional parameters are the ones that can be added when necessary.
The step statement is configured as follows.
Interpolation
Interpolated path between steps
P (Joint interpolation), L (Linear interpolation), C (Circular interpolation), SP (Stationary tool interpolation off), SL (Stationary tool linear interpolation), SC (Stationary tool circular interpolation)
Pose
A parameter to record a position. This parameter may be omitted, and a pose may be designated after the statement (hidden pose).
Target pose (X, Y, Z, Rx, Ry, Rz, Cfg) {Coordinate system} + Shift (X, Y, Z, Rx, Ry, Rz) {Coordinate system}
Speed
Operation speed of the robot (Unit: mm/sec, cm/min, %, sec)
Accuracy
A value of the allowable error (0–7) between the current position and the recorded position that occurs when the robot moves to the target step
Tool number
Number of the tool in use (0–31)
Stop condition
A condition for the robot to stop moving to execute the next command (step or function)
Comment
Description of the step