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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.ISSWAPED}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 4: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
?'' <axis>''.ISwaped
+
?'' <''axis''>''.ISwaped
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions 4.0.1 and higher
+
Since Version 4.0.1
  
 
|DESCRIPTION=
 
|DESCRIPTION=
This propertyindicates if the latest SwapCAM command has been executed or not. It isautomatically reset (0) when the SWAPCAM command is issued and set to 1 when theswap between the cam's is successfullyexecuted.
+
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.
  
 
|TYPE=
 
|TYPE=
Line 28: Line 29:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read Only
+
Read only
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 34: Line 35:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:SWAPCAM|SWAPCAM]]
+
* [[MC-Basic:SWAPCAM|SWAPCAM]]
  
  
 
}}
 
}}

Latest revision as of 13:21, 19 April 2017

Language: English  • 中文(简体)‎

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