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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.AccelCmd |SYNTAX= ?''<axis>''.AccelerationCommand |AVAILABILITY= 4.3.0 |DESCRIPTION= This property returns the acceleration command generate…')
 
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.ACCELERATIONCOMMAND}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.AccelCmd
+
<''axis''>.AccelCmd
  
 
|SYNTAX=
 
|SYNTAX=
?''<axis>''.AccelerationCommand
+
?<''axis''>.AccelerationCommand
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 10: Line 11:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
This property returns the acceleration command generated by the motion profiler. Type        Double
+
This property returns the acceleration command generated by the motion profiler. Type Double
  
 
|TYPE=
 
|TYPE=
Line 16: Line 17:
  
 
|RANGE=
 
|RANGE=
+/- MaxDouble
+
± MaxDouble
  
 
|UNITS=
 
|UNITS=
User axis position units, as given by ''<axis>''.ACCELERATIONFACTOR.
+
User axis position units, as given by <''axis''>.ACCELERATIONFACTOR.
  
 
|DEFAULT=
 
|DEFAULT=
Line 28: Line 29:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 34: Line 35:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.POSITIONFACTOR|axis.POSITIONFACTOR]]
+
* [[MC-Basic:axis.POSITIONFACTOR|axis.POSITIONFACTOR]]
 +
* [[MC-Basic:element.ACCLERATIONFEEDBACK|element.ACCLERATIONFEEDBACK]]
  
  
 
}}
 
}}

Latest revision as of 05:42, 28 May 2020

Language: English  • 中文(简体)‎

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