Difference between revisions of "GET OP SPEED MARKER"
From Macros Wiki
Line 14: | Line 14: | ||
===Example=== | ===Example=== | ||
− | :GET_OP_SPEED_MARKER 1, 4, FeatNum, | + | :GET_OP_SPEED_MARKER 1, 4, FeatNum, FeetDist, SpeedVal, SpinDir |
[[Category:Operations]] | [[Category:Operations]] |
Revision as of 10:54, 14 January 2011
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, FeetDist, SpeedVal, SpinDir