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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Read-Only" to "Read only")
m (Text replace - "Modal-Only" to "Modal only")
Line 37: Line 37:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read only , Modal-Only. Valid for groups only .
+
Read only , Modal only. Valid for groups only .
  
 
|EXAMPLE=
 
|EXAMPLE=

Revision as of 06:50, 19 March 2014

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