<< Prev        Next >>

ID : 3601

CurExtDec

Function

To return the current setting value of external deceleration.

Syntax

CurExtDec

Return Value

Return the current setting value (0-100) of external deceleration by Single Precision Real Number Type data.

Description

The current setting value of external deceleration is returned.

Attention

-

Example

'!TITLE "Acquiring External Deceleration"
' Acquire the currently external deceleration setting
Sub CurExtDec_Sample

  Dim aaa As Single

  TakeArm Keep = 1

  ' Set external deceleration to 50% of the current value
  Decel CurExtAcc * 0.5

  ' Assign the current external deceleration to aaa
  aaa = CurExtDec

  ' Display external deceleration on the message output window
  PrintDbg aaa

End Sub

ID : 3601

<< Prev        Next >>