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)

Remarks
If an error occurs and the ErrorNumber property of the SpelException is 3101, see the remarks in the SetPoint method.

See Also
Arc Method, Arc3 Method, BMove Method, Jump3CP Method, TMove Method, SetPoint Method

SpeedR Example
VB Example:

m_spel.SpeedR(100)  

C# Example:

m_spel.SpeedR(100);