Difference between revisions of "Category talk:MC-Basic:axis.ACCELERATIONMAX"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m
Line 1: Line 1:
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.AMax
+
<''axis''>.AMax
  
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.AccelerationMax = ''<expression>''<br>
+
<''axis''>.AccelerationMax = <''expression''><br>
  
?''<axis>''.AccelerationMax
+
?<''axis''>.AccelerationMax
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 21: Line 21:
  
 
|UNITS=
 
|UNITS=
User axis acceleration units, as given by ''<axis>''.ACCELERATIONFACTOR.
+
User axis acceleration units, as given by <''axis''>.ACCELERATIONFACTOR.
  
 
|DEFAULT=
 
|DEFAULT=

Revision as of 13:59, 16 March 2014

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

Short form

<axis>.AMax

Syntax

<axis>.AccelerationMax = <expression>

?<axis>.AccelerationMax

Availability

All versions

Type

Double

Range

Greater than 0

Units

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

Default

1000

Scope

Configuration, Task or Terminal.

Limitations

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

Examples

Xaxis.Amax = 20e3

See Also