Difference between revisions of "MC-Basic:group.ACCELRATIONCOMMAND"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
(AXY: new links)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<GROUP>.''AccelCmd
+
''<''group''>.''AccelCmd
  
 
|SYNTAX=
 
|SYNTAX=
?''<GROUP>.''AccelerationCommand
+
?''<''group''>.''AccelerationCommand
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 13: Line 13:
  
 
|TYPE=
 
|TYPE=
Double
+
Joint Data Type of the Group
  
 
|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 28:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 34: Line 34:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:group.VELOCITYCOMMAND|group.VELOCITYCOMMAND]]
+
* [[MC-Basic:element.VELOCITYCOMMAND|VELOCITYCOMMAND]]
  
  
 
}}
 
}}

Latest revision as of 13:00, 13 September 2017

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

Short form

<group>.AccelCmd

Syntax

?<group>.AccelerationCommand

Availability

4.3.0

Type

Joint Data Type of the Group

Range

± MaxDouble

Units

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

Scope

Configuration, Task or Terminal

Limitations

Read only

Examples

?XyTable.AccelCmd

See Also