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

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:axis.CAMCYCLE to MC-Basic:axis.CAMCYCLE: Global renaming of Axystems: namespace into (Main):)
Line 38: Line 38:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:cam.CYCLE|cam.CYCLE]]
+
* [[MC-Basic:cam.CYCLE|cam.CYCLE]]
  
  
 
}}
 
}}

Revision as of 08:49, 22 May 2014

This query returns the actual number of cycles that have executed. It is an axis property, since the same cam table may be run simultaneously by more than one axis. The number of cycles for which a specific cam table is run is set by the <cam>.CYCLE property.

-1 is returned for a cam table being run continuously.

Short form

<"axis">.Ccyc

Syntax

?<axis>.CamCycle

Availability

All versions

Type

Long

Range

0 to MaxLong

Default

1

Scope

Configuration, Task or Terminal.

Limitations

Read only.

The axis must be in the CAM mode of operation.

Examples

?Axis1.CamCycle

See Also