Difference between revisions of "MC-Basic:axis.CAMINDEX"
m (1 revision) |
|||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{Languages|MC-Basic:axis.CAMINDEX}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
| − | '' | + | <''axis''>.Cind |
|SYNTAX= | |SYNTAX= | ||
| − | ?'' | + | ?<''axis''>.CamIndex |
|AVAILABILITY= | |AVAILABILITY= | ||
| Line 10: | Line 11: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
| − | This property is used to query the current index of the | + | This property is used to query the current index of the cam table.The current index of the table is the row in the CAM data currently being accessed. |
|TYPE= | |TYPE= | ||
| Line 28: | Line 29: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
| − | Read | + | Read only<br> |
The axis must be in the CAM mode of operation. | The axis must be in the CAM mode of operation. | ||
|EXAMPLE= | |EXAMPLE= | ||
| − | ? Axis1.CamIndex | + | ?Axis1.CamIndex |
|SEE ALSO= | |SEE ALSO= | ||
| − | * [[ | + | * [[MC-Basic:CREATECAMDATA|CREATECAMDATA]] |
}} | }} | ||
Latest revision as of 09:25, 17 April 2017
| Language: | English • 中文(简体) |
|---|
This property is used to query the current index of the cam table.The current index of the table is the row in the CAM data currently being accessed.
Short form
<axis>.Cind
Syntax
?<axis>.CamIndex
Availability
All versions
Type
Long
Range
1 to MaxLong
Default
1
Scope
Configuration, Task or Terminal
Limitations
Read only
The axis must be in the CAM mode of operation.
Examples
?Axis1.CamIndex