<< Prev        Next >>

ID : 3602

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 Single Precision Real Number Type data.

Description

The current setting value of external speed is returned.

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 : 3602

<< Prev        Next >>