
Chapter 12 Robot Control Statements
12-45
Example
Ex1 DIM li1 As Integer
SPEED 100 'Sets the movement speed of the hand to 100.
SPEED li1/100 'Sets the movement speed of the hand to a value of (li1/100).
Ex2(extended-joint)
PROGRAM PRO1
TAKEARM 1 'Get Arm Group 1 (including 7th and 8th joints).
SPEED 100 'Specify composite speed of joints (7th and 8th)
'involved in Arm Group 1.
END
Commenti su questo manuale