<< Prev        Next >>

ID : 196

ExtSpeed

Function

To change the external speed.

Syntax

ExtSpeed setting value

Guaranteed Entry

Setting value
Designate an external speed setting value by Single Precision Real Number Type data within the range of 0-100. The unit is "%."

Description

The external speed is changed.

The external acceleration and external deceleration are also changed along with the change of external speed. Refer to Setting the Speed, Acceleration, and Deceleration.

Attention

-

Example

'!TITLE "External Speed Setting"
' Setting of an external speed setting value
Sub Sample_ExtSpeed

  ' Set the external speed setting value to 100
  ExtSpeed 100

End Sub

ID : 196

<< Prev        Next >>