Difference between revisions of "MC-Basic:axis.ACCELERATIONCOMMAND"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (Text replace - "''<axis>''" to "<''axis''>")
Line 1: Line 1:
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.AccelCmd
+
<''axis''>.AccelCmd
  
 
|SYNTAX=
 
|SYNTAX=
?''<axis>''.AccelerationCommand
+
?<''axis''>.AccelerationCommand
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 19: Line 19:
  
 
|UNITS=
 
|UNITS=
User axis position units, as given by ''<axis>''.ACCELERATIONFACTOR.
+
User axis position units, as given by <''axis''>.ACCELERATIONFACTOR.
  
 
|DEFAULT=
 
|DEFAULT=

Revision as of 17:32, 16 March 2014

This property returns the acceleration command generated by the motion profiler. Type        Double

Short form

<axis>.AccelCmd

Syntax

?<axis>.AccelerationCommand

Availability

4.3.0

Range

+/- MaxDouble

Units

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

Scope

Configuration, Task or Terminal

Limitations

Read-Only

Examples

?Xaxis.AccelCmd

See Also