MC-Basic:axis.CAPTUREPOSITION

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (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 …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

Examples

Pos = a1.CapturePosition

See Also