Difference between revisions of "MC-Basic:axis.ISSWAPED"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:axis.ISSWAPED to MC-Basic:axis.ISSWAPED: Global renaming of Axystems: namespace into (Main):)
m (Text replace - "Axystems:" to "")
Line 34: Line 34:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:SWAPCAM|SWAPCAM]]
+
* [[MC-Basic:SWAPCAM|SWAPCAM]]
  
  
 
}}
 
}}

Revision as of 10:50, 22 May 2014

This property indicates whether the latest SWAPCAM command has been executed or not. It is automatically reset (0) when the SWAPCAM command is issued, and set to 1 when the swap between the cams is successfully executed.

Syntax

? <axis>.ISwaped

Availability

Since Version 4.0.1

Type

Long

Range

0, 1

Default

0

Scope

Task or Terminal

Limitations

Read only

Examples

?Axis1.ISWAPED

See Also