MC-Basic:element.ACCELERATIONMAX

From SoftMC-Wiki
Revision as of 08:51, 26 June 2017 by Itay (talk | contribs) (new page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

Defines the maximum allowed element acceleration. If you specify an acceleration higher than ACCELERATIONMAX, the system sets the value to ACCELERATIONMAX and notifies you.

Short form

<element>.AMax

Syntax

<element>.AccelerationMax = <expression>

?<element>.AccelerationMax

Availability

All versions

Type

Double

Range

Greater than 0

Units

User element acceleration units, as given by <element>.ACCELERATIONFACTOR.

Default

1000

Scope

Configuration, Task or Terminal.

Limitations

To set the value within a task, the element must be attached to that task (using the ATTACH command).

Examples

Axis
A1.Amax = 20e3

Group
G1.Amax = 20e3

See Also