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

From SoftMC-Wiki
Jump to: navigation, search
(AXY: new links)
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:robot.ISMOVINGFRAMESYNCHRONIZED}}
  
 
{{MC-Basic
 
{{MC-Basic
Line 45: Line 45:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[AXY:MC-Basic:robot.SLAVE|robot.SLAVE]]
+
* [[MC-Basic:element.SLAVE|SLAVE]]
  
  
 
}}
 
}}
 
[[Category:Motion:MovingFrame]]
 
[[Category:Motion:MovingFrame]]

Latest revision as of 12:33, 13 September 2017

Language: English  • 中文(简体)‎

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

Since Version 3.6.20

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