ID : 9020
ExtSpeed
Function
To change the external speed.
Syntax
ExtSpeed setting value
Guaranteed Entry
- Setting value
- Designate an external speed setting value by 单精度实数型 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 速度、加速度、减速度的设定.
Related Terms
Speed, Accel, Decel, ExtAccel, ExtDecel, CurSpd, CurAcc, CurDec, CurExtSpd, CurExtAcc, CurExtDec
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 : 9020

