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

From SoftMC-Wiki
Jump to: navigation, search
m
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.CAMCYCLE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 4: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
?<"axis">.CamCycle
+
?<''axis''>.CamCycle
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 10: Line 11:
  
 
|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=
Line 30: Line 31:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only.<br>
+
Read only.<br>
  
 
The axis must be in the CAM mode of operation.
 
The axis must be in the CAM mode of operation.
Line 38: Line 39:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:cam.CYCLE|cam.CYCLE]]
+
* [[MC-Basic:cam.CYCLE|cam.CYCLE]]
  
  
 
}}
 
}}

Latest revision as of 09:18, 17 April 2017

Language: English  • 中文(简体)‎

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