EasyManua.ls Logo

OnRobot RG2 - Gripper Control; Control Variables; Teach Mode; Control Script;Functions

OnRobot RG2
28 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
RG2 User Manual Version 1.44
Specifications is periodically reviewed and may change without notice Copyright © 2015 2016 by On Robot ApS. All rights reserved
15
7.3 Gripper control
7.3.1 Control variables
The control variables Close, Open, Force_, Close2, Open2 and Force2 holds the programming parameters that
are transferred to the gripper in the program_RG2.script.
Changing the variable does not affect the gripper before the program_RG2.script is executed.
7.3.2 Teach Mode
When the robot is turned on, the gripper can be used without programming it first. Use the tool output I/Os.
The table to the right shows the preset configuration.
1) Go to the I/O screen on the teach pendant
2) Turn on 24V in the tool section, wait 5 seconds
3) Use tool output 0 to move the gripper
4) And tool output 1 to select High or Low Force
7.3.3 Control script/functions
The RG2 gripper can be controlled directly through tool_out[0] and tool_out[1] (see 7.3.4 Control outputs
signals). The typical use case is that the robot should wait until the gripper is done with operation. That
functionality is implemented in a couple of script functions delivered by On Robot.
A table with the control script/functions for single gripper operation is shown in the below table:
Control variable
min
max
unit
resolution
Open
0
110
[mm]
0.1
Close
0
110
[mm]
0.1
Force_
3
40
[N]
1
Open2
0
110
[mm]
0.1
Close2
0
110
[mm]
0.1
Force2
3
40
[N]
1
Teach Mode
Tool Outputs
0
1
Open Gripper (110mm)
Off
-
Close Gripper (0mm)
On
-
High Force (40N)
-
Off
Low Force (5N)
-
On
Script
Function
Width
Force
open.script
open()
Open
Force_
close.script
close()
Close
Force_
open2.script
open2()
Open2
Force2
close2.script
close2()
Close2
Force2

Related product manuals