Difference between revisions of "MC-Basic:robot.ISMOVINGFRAMESYNCHRONIZED"

From SoftMC-Wiki
Jump to: navigation, search
Line 47: Line 47:
  
 
}}
 
}}
 +
[[Category:Axystems:Motion:MovingFrame]]

Revision as of 12:51, 19 March 2012

This query indicates whether the position of the tracking Robot is synchronized with the Moving Frame. It is cleared when tracking is    disabled. This flag is zero in all cases except when the element is synchronized with the moving frame.

Values:

  • -2 desynchronizing from one moving-frame while synchronizing to another at the same time
  • -1 desynchronizing from the moving-frame
  • 0 not synchronized or not slaved
  • 1 fully synchronized with a moving-frame

Short form

IMFS

Syntax

?< ROBOT>.IsMovingFrameSynchronized

Availability

Versions 3.6.20 and higher

Type

Long

Range

-2,-1,0 or 1

Units

none

Default

0

Scope

Task or Terminal

Limitations

Read-Only , Modal-Only. Valid for groups only .

Examples

?Scara.IMFS

See Also