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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.Cind |SYNTAX= ?''<axis>''.CamIndex |AVAILABILITY= All versions |DESCRIPTION= This property is used to query the current index of the CAM tab…')
 
m (1 revision)
(No difference)

Revision as of 16:10, 13 December 2010

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

See Also