RAINBOW ROBOTICS
RB SERIES _ USER MANUAL
© RAINBOW ROBOTICS Inc. All rights reserved.
413
The robot control commands that can be used by the user are specified in 'mainwindow.h' as
above. The detailed description is as follows.
Function CobotInit(void)
Script
“mc jall init”
Descript.
This commande starts initialization process.
Progress in initialization is shown in ‘init_stat_info’ and
‘init_error’ inside ‘systemSTAT’.
Function MoveJoint(float joint1, float joint2, float joint3, float joint4,
float joint5, float joint6, float spd = -1, float acc = -1);
Script
“jointall spd, acc, joint1, joint2, joint3, joint4, joint5, joint6”
Descript.
This command moves joints to the desired angles in Joint
Space
Please refer to script programming.
Function MoveTCP(float x, float y, float z, float rx, float ry, float rz, float
spd = -1, float acc = -1);
Script
“movetcp spd, acc, x, y, z, rx, ry, rz”
Descript.
This command moves TCP to the given position and
orientation in Cartesian Space.
Please refer to script programming.
Содержание 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...