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

From SoftMC-Wiki
Jump to: navigation, search
(AXY: new links)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.COUNTCOMMAND}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.CCmd
+
<''axis''>.CCmd
  
 
|SYNTAX=
 
|SYNTAX=
?''<axis>''.CountCommand
+
?<''axis''>.CountCommand
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 16: Line 17:
  
 
|RANGE=
 
|RANGE=
+/- MaxDouble
+
± MaxDouble
  
 
|UNITS=
 
|UNITS=
Line 28: Line 29:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only .
+
Read only .
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 34: Line 35:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.POSITIONCOMMAND|axis.POSITIONCOMMAND]]
+
* [[MC-Basic:element.POSITIONCOMMAND|POSITIONCOMMAND]]
* [[Axystems:MC-Basic:axis.COUNTFEEDBACK|axis.COUNTFEEDBACK]]
+
* [[MC-Basic:axis.COUNTFEEDBACK|axis.COUNTFEEDBACK]]
* [[Axystems:Infinte_Axes|Infinite Axes]]
+
* [[Endless Axes|Infinite Axes]]
  
 
}}
 
}}

Latest revision as of 11:19, 13 September 2017

Language: English  • 中文(简体)‎

This property returns the position command generated by the motion profiler in counts.

Short form

<axis>.CCmd

Syntax

?<axis>.CountCommand

Availability

All versions

Type

Double

Range

± MaxDouble

Units

Counts.

Scope

Task or Terminal

Limitations

Read only .

Examples

?Xaxis.CCmd

See Also