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

From SoftMC-Wiki
Jump to: navigation, search
(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…')
 
m (1 revision)
(No difference)

Revision as of 16:10, 13 December 2010

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