Difference between revisions of "GET OP DWELL MARKER"
From Macros Wiki
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Command|syntax=GET_OP_DWELL_MARKER <op number>, <marker num>, <feature num>, <param>, <value>, < | + | [[Operations:Operation_Tool-Path|{{Up}}]] |
− | |description= | + | |
+ | {{Command|syntax=GET_OP_DWELL_MARKER <op number>, <marker num>, <feature num>, <param>, <value>, <type> | ||
+ | |description=:Get dwell marker data associated with an operation. | ||
|param1=<op number>|param1_desc={{op number}} | |param1=<op number>|param1_desc={{op number}} | ||
|param2=<marker num>|param2_desc={{marker num}} | |param2=<marker num>|param2_desc={{marker num}} | ||
− | |param3=<feature num>|param3_desc={{ | + | |param3=<feature num>|param3_desc={{get feat num}} |
− | |param4=< | + | |param4=<distance>|param4_desc={{get feat dist}} |
− | |param5=<value>|param5_desc={{ | + | |param5=<value>|param5_desc={{parameter_variable_num_name}} the dwell value. |
− | |param6=< | + | |param6=<type>|param6_desc={{parameter_variable_num_name}} the {{dwell marker type}}. |
+ | |||
}} | }} | ||
===Example=== | ===Example=== | ||
− | : | + | :GET_OP_DWELL_MARKER 1, 4, FeatNum, FeatDist, DwellVal, DwellType |
[[Category:Operations]] | [[Category:Operations]] |
Latest revision as of 11:32, 14 January 2011
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