RAINBOW ROBOTICS
RB SERIES _ USER MANUAL
© RAINBOW ROBOTICS Inc. All rights reserved.
162
The following example is a program that uses the ‘Repeat’ function to repeat once every
second. After each second, the ‘Script’ function increases the variable called
counter
by 1.
This will continuously repeat, as the loop is set to continue an infinite number of times.
In the example below, the variable
delta_z
is set to 50. The MoveJ function is used to
move to a specific pose named
start_point
(using the Point naming feature).
Once MoveJ moves to start_point, the ‘Repeat’ function is set to repeat its sub-items 4
times.
MoveL uses the Relative Point function to move vertically in the z direction by
delta_z
(50 mm)
from
start_point
. (refer to the relative point function of the linear
movement series of the point function.)
At the end of the loop,
delta_z
is increased by 50 using the ‘Script’ function.
To summarize, the robot moves to the first position with MoveJ, saves the position as
start_point, and then executes the ‘Repeat’ function 4 times and moves up each loop by
50mm using the MoveL function.
Содержание RB Series
Страница 1: ...RAINBOw English RB SERIES USER MANUAL V 3 9 1 Update 2021 09...
Страница 2: ...RAINBOW ROBOTICS RB SERIES _ USER MANUAL RAINBOW ROBOTICS Inc All rights reserved 2...
Страница 80: ...RAINBOW ROBOTICS RB SERIES _ USER MANUAL RAINBOW ROBOTICS Inc All rights reserved 80 Program only Mode...
Страница 195: ...RAINBOW ROBOTICS RB SERIES _ USER MANUAL RAINBOW ROBOTICS Inc All rights reserved 195...
Страница 206: ...RAINBOW ROBOTICS RB SERIES _ USER MANUAL RAINBOW ROBOTICS Inc All rights reserved 206...
Страница 265: ...RAINBOW ROBOTICS RB SERIES _ USER MANUAL RAINBOW ROBOTICS Inc All rights reserved 265...