SpeedRLimitation function
Indicates whether motion speed limiting according to the tool orientation rotation speed is enabled or disabled.
Syntax
SpeedRLimitation
Return Values
0 = Disabled
1 = Enabled
Example of using the SpeedRLimitation function
If SpeedRLimitation = On Then
Print "SpeedRLimitation is On"
EndIf