Difference between revisions of "ADD OP DWELL MARKER"
From Macros Wiki
Line 1: | Line 1: | ||
[[Operations:Operation_Tool-Path|{{Up}}]] | [[Operations:Operation_Tool-Path|{{Up}}]] | ||
− | {{Command|syntax=ADD_OP_DWELL_MARKER <op number>, <feature num>, < | + | {{Command|syntax=ADD_OP_DWELL_MARKER <op number>, <feature num>, <distance>, <value>, <type>, <marker num> |
− | |description=: | + | |description=:Add a dwell marker to an operation. |
|param1=<op number>|param1_desc={{op number}} | |param1=<op number>|param1_desc={{op number}} | ||
− | |param2=<feature num>|param2_desc={{ | + | |param2=<feature num>|param2_desc={{set feat num}} |
− | |param3=< | + | |param3=<distance>|param3_desc={{set feat dist}} |
− | |param4=<value>|param4_desc= | + | |param4=<value>|param4_desc=Dwell value. |
− | |param5=< | + | |param5=<type>|param5_desc=The {{dwell marker type}}. |
− | |param6=< | + | |param6=<type>|param6_desc={{get marker num}} |
+ | |||
}} | }} | ||
===Example=== | ===Example=== | ||
− | :ADD_OP_DWELL_MARKER | + | :ADD_OP_DWELL_MARKER 1, 4, 0.5, 0.75, 1, MarkerNum |
[[Category:Operations]] | [[Category:Operations]] |
Latest revision as of 11:31, 14 January 2011
Command
- ADD_OP_DWELL_MARKER <op number>, <feature num>, <distance>, <value>, <type>, <marker num>
- Add a dwell marker to an operation.
Parameters
- <op number>
- Operation number.
- <feature num>
- Feature number.
- <distance>
- Distance along the feature (0.0 = start, 1.0 = end).
- <value>
- Dwell value.
- <type>
- The dwell type (1 = seconds, 2 = revs).
- <type>
- Name of variable to be set to the number of the marker that was added.
Example
- ADD_OP_DWELL_MARKER 1, 4, 0.5, 0.75, 1, MarkerNum