ST_ResetCompRate (Statement) [Version 1.9 or later]


Initializes the compliance rates (exclusively designed for 6-axis robots).


ST_ResetCompRate


Initializes the compliance rates along and about X, Y, and Z axes to 100%.



  • Execute this command in a TAKEARMed task that has obtained arm semaphore. If this command is executed without arm semaphore obtained, Error "21F7 Cannot take arm semaphore" will result.
  • This statement is not executable under the compliance control. If this command is executed under the compliance control, Error "60F9 Improper compliance set/reset operation" will result.


ST_ResetCompControl
'Disable the compliance control
ST_ResetCompRate
'Initialize the compliance rates


Top