SpeedR Method
Description
Specifies the tool rotation speed when ROT is used.
Syntax
Sub SpeedR (RotationSpeed As Single)
Parameters
- RotationSpeed
Specifies the tool posture change speed as a real number greater than or equal to 0.1 (unit: deg/sec)
See Also
Arc Method, Arc3 Method, BMove Method, Jump3CP Method, Power, TMove Method
SpeedR Example
VB Example:
m_spel.SpeedR(100)
C# Example:
m_spel.SpeedR(100);