<< Prev        Next >>

ID : 3606

ExtAccel

Function

To change the external acceleration and external deceleration.

Syntax

ExtAccel acceleration[, deceleration]

Guaranteed Entry

Acceleration
Specify the external acceleration by Single Precision Real Number Type data within the range of 0.0001-100. The unit is "%."
Deceleration
Specify the external deceleration by Single Precision Real Number Type data within the range of 0.0001-100. The unit is "%." This is an optional value. When this is omitted, the deceleration does not change.

Description

The external acceleration and external deceleration are changed.

Attention

-

Example

'!TITLE "Specification of External Acceleration and External Deceleration"
' Set external acceleration and external deceleration
Sub Sample_ExtAccel

  ' Set acceleration to 100
  ExtAccel 100

  ' Set acceleration to 100 and deceleration to 50
  ExtAccel 100, 50

End Sub

ID : 3606

<< Prev        Next >>