GET OP DWELL MARKER

From Macros Wiki
Jump to navigationJump to search

Up

Command

GET_OP_DWELL_MARKER <op number>, <marker num>, <feature num>, <param>, <value>, <type>


Get dwell marker data associated with an operation.

Parameters

<op number>
Operation number.
<marker num>
Marker number.
<feature num>
The name of a numeric variable to be set to the feature number.
<distance>
The name of a numeric variable to be set to the distance along the feature (0.0 = start, 1.0 = end).
<value>
The name of a numeric variable to be set to the dwell value.
<type>
The name of a numeric variable to be set to the dwell type (1 = seconds, 2 = revs).

Example

GET_OP_DWELL_MARKER 1, 4, FeatNum, FeatDist, DwellVal, DwellType