ID : 9014
CurExtSpd
Function
To return the current setting value of external speed.
Syntax
CurExtSpd
Return Value
Return the current setting value (0-100) of external speed by 单精度实数型 data.
Description
The current setting value of external speed is returned.
Related Terms
Speed, Accel, Decel, ExtSpeed, ExtAccel, ExtDecel, CurSpd, CurAcc, CurDec, CurExtAcc, CurExtDec
Attention
-
Example
'!TITLE "Acquiring External Speed"
' Display the current external speed in message output
Sub Sample_CurExtSpd
Dim aaa As Single
TakeArm Keep = 1
' Assign the current external speed to aaa
aaa = CurExtSpd
' Display external speed on the message output window
PrintDbg aaa
End Sub
ID : 9014

