Difference between revisions of "GET OP SPEED MARKER"
From Macros Wiki
Line 3: | Line 3: | ||
{{Command|syntax=GET_OP_SPEED_MARKER <op number>, <marker num>, <feature num>, <param>, <value>, <type> | {{Command|syntax=GET_OP_SPEED_MARKER <op number>, <marker num>, <feature num>, <param>, <value>, <type> | ||
|description=: | |description=: | ||
+ | |||
+ | {{Command|syntax=GET_OP_SPEED_MARKER <op number>, <marker num>, <feature num>, <distance>, <value>, <type> | ||
+ | |description=:Get speed 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 speed value. |
− | |param6=<type>|param6_desc={{ | + | |param6=<type>|param6_desc={{parameter_variable_num_name}} the direction (1 = fwd, 2 = revererse). |
+ | |||
}} | }} | ||
===Example=== | ===Example=== | ||
− | :GET_OP_SPEED_MARKER | + | :GET_OP_SPEED_MARKER 1, 4, FeatNum, |
[[Category:Operations]] | [[Category:Operations]] |
Revision as of 11:53, 14 January 2011
{{Command|syntax=GET_OP_SPEED_MARKER <op number>, <marker num>, <feature num>, <param>, <value>, <type> |description=:
Command
- GET_OP_SPEED_MARKER <op number>, <marker num>, <feature num>, <distance>, <value>, <type>
- Get speed 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 speed value.
- <type>
- The name of a numeric variable to be set to the direction (1 = fwd, 2 = revererse).
Example
- GET_OP_SPEED_MARKER 1, 4, FeatNum,