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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.CapPos |SYNTAX= ?''<axis>''.CapturePosition |AVAILABILITY= All versions |DESCRIPTION= This query encapsulates the IDNVALUE query to get the …')
 
 
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.CAPTUREPOSITION}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.CapPos
+
<''axis''>.CapPos
  
 
|SYNTAX=
 
|SYNTAX=
?''<axis>''.CapturePosition
+
?<''axis''>.CapturePosition
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 10: Line 11:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
This query encapsulates the IDNVALUE query to get the capture position value. This query returns the position value in user units..
+
This query encapsulates the IDNVALUE query to get the capture position value. This query returns the position value in user units.
  
 
|TYPE=
 
|TYPE=
Line 16: Line 17:
  
 
|RANGE=
 
|RANGE=
+/- MaxDouble
+
± MaxDouble
  
 
|UNITS=
 
|UNITS=
User axis position units, as given by ''<axis>''.POSITIONFACTOR.
+
User axis position units, as given by <''axis''>.POSITIONFACTOR.
  
 
|DEFAULT=
 
|DEFAULT=
Line 28: Line 29:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only. Can be read in SERCOS communications phase 2 or 4.
+
*Read only
 +
*Can be read in SERCOS communications phase 2 or 4
 +
*Not supported in EtherCAT system
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 34: Line 37:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.CAPTURE|axis.CAPTURE]]
+
* [[MC-Basic:axis.CAPTURE|axis.CAPTURE]]
* [[Axystems:MC-Basic:axis.RTCB1|axis.RTCB1]]
+
* [[MC-Basic:axis.RTCB1|axis.RTCB1]]
* [[Axystems:MC-Basic:axis.RTCB1_MODE|axis.RTCB1_MODE]]
+
* [[MC-Basic:axis.RTCB1 MODE|axis.RTCB1_MODE]]
* [[Axystems:MC-Basic:axis.RTSB1_MODE|axis.RTSB1_MODE]]
+
* [[MC-Basic:axis.RTSB1 MODE|axis.RTSB1_MODE]]
* [[Axystems:MC-Basic:IDNVALUE|IDNVALUE]]
+
* [[MC-Basic:IDNVALUE|IDNVALUE]]
 
 
  
 +
[[Category:Obsolete|axis.CAPTUREPOSITION]]
 
}}
 
}}

Latest revision as of 01:57, 18 April 2017

Language: English  • 中文(简体)‎

This query encapsulates the IDNVALUE query to get the capture position value. This query returns the position value in user units.

Short form

<axis>.CapPos

Syntax

?<axis>.CapturePosition

Availability

All versions

Type

Double

Range

± MaxDouble

Units

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

Scope

Configuration, Task or Terminal

Limitations

  • Read only
  • Can be read in SERCOS communications phase 2 or 4
  • Not supported in EtherCAT system

Examples

Pos = a1.CapturePosition

See Also