OLAccel Function

Returns the automatic adjustment setting.

Syntax
OLAccel

Return Values

  • Off = Automatic adjustment of acceleration/deceleration that is adjusted according to the overload rating is disabled.
  • On = Automatic adjustment of acceleration/deceleration that is adjusted according to the overload rating is enabled.

See Also
OLAccel, OLRate

OLAccel Function Example

If OLAccel = Off Then
  Print "OLAccel is off"
EndIf