MC-Basic:robot.ISMOVINGFRAMESYNCHRONIZED

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= IMFS |SYNTAX= ?''< ROBOT>.''IsMovingFrameSynchronized |AVAILABILITY= Versions 3.6.20 and higher |DESCRIPTION= This query indicates whether the position…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

Short form

IMFS

Syntax

?< ROBOT>.IsMovingFrameSynchronized

Availability

Versions 3.6.20 and higher

Type

Long

Range

0 or 1

Default

0

Scope

Task or Terminal

Limitations

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

Examples

?Scara. IMFS

See Also