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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Read-Only" to "Read only")
m (Text replace - "CAM table" to "Cam table")
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
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.
+
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.
+
-1 is returned for a Cam table being run continuously.
  
 
|TYPE=
 
|TYPE=

Revision as of 11:12, 20 March 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