ID : 2177
ExtDecel
Function
To specify the external deceleration.
Syntax
ExtDecel deceleration
Guaranteed Entry
- Deceleration
- Specify the external deceleration by Single Precision Real Number Type data within the range of 0.0001-100. The unit is "%."
Description
The external deceleration is changed.
Related Terms
Speed, Accel, Decel, ExtSpeed, ExtAccel, CurSpd, CurAcc, CurDec, CurExtSpd, CurExtAcc, CurExtDec
Attention
-
Example
'!TITLE "External Deceleration Setting"
' Set external deceleration
Sub Sample_ExtDecel
' Set deceleration to 100
ExtDecel 100
End Sub
ID : 2177