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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 38: Line 38:
 
* [[Axystems:MC-Basic:axis.COUNTCOMMAND|axis.COUNTCOMMAND]]
 
* [[Axystems:MC-Basic:axis.COUNTCOMMAND|axis.COUNTCOMMAND]]
 
* [[Axystems:MC-Basic:axis.POSITIONFEEDBACK|axis.POSITIONFEEDBACK]]
 
* [[Axystems:MC-Basic:axis.POSITIONFEEDBACK|axis.POSITIONFEEDBACK]]
 +
* [[Axystems:Infinte_Axes|Infinite Axes]]
  
  
 
}}
 
}}

Revision as of 13:50, 2 October 2011

This property returns the actual position of the motor in counts.

Short form

<axis>.CFb

Syntax

?<axis>.CountFeedback

Availability

All versions

Type

Double

Range

+/- Max Double

Units

Counts .

Scope

Task or Terminal

Limitations

Read-Only ,  In case of simulated axis it returns the position command in counts.

Examples

?Xaxis.cfb

See Also