ResetFrcLimit
(Library)
[Version 1.4 or later]
Initializes the force limiting rates (dedicated command for 6-axis).
ResetFrcLimit
Initializes the force limiting rates. All rates along and about X, Y, and Z axes are set to 100%.
<pacman.h> is required.
-
Execute this command in a task holding robot control conditions (TAKEARM). If robot control conditions are not held, an error message "21F7 Arm semaphore cannot be fetched." is reported.
-
This library is not available while the compliance control is enabled. When you execute this library under the compliance control, you will receive an error "60fa Compliance control is enabled".
|
CALL ResetCompControl
|
'Disables compliance control
|
|
CALL ResetFrcLimit
|
'Initializes the force limiting rates
|