Difference between revisions of "MC-Basic:cam.INUSE"

From SoftMC-Wiki
Jump to: navigation, search
(AXY: new links)
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:cam.INUSE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 35: Line 35:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[AXY:MC-Basic:axis.SLAVE|axis.SLAVE]]
+
* [[MC-Basic:element.SLAVE|SLAVE]]
  
  
 
}}
 
}}

Latest revision as of 12:24, 13 September 2017

Language: English  • 中文(简体)‎

This property queries whether a cam table is in use. A cam table is in use if it is part of a list of tables linked to an axis that is cammed (AXIS.SLAVE=2).

Syntax

?<cam>.InUse

Availability

All versions

Type

Long

Range

0 or 1

Scope

Configuration, Task or Terminal

Limitations

Read only

Examples

?Cam1.InUse

See Also