GET OP FEED MARKER: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|syntax=GET_OP_FEED_MARKER <op number>, <marker num>, <type>, <nowiki>[<sub type>]</nowiki>
[[Operations:Operation_Tool-Path|{{Up}}]]
|description=*DESCRPTION*
 
{{Command|syntax=GET_OP_FEED_MARKER <op number>, <marker num>, <feature num>, <distance>, <value>, <type>
|description=:Get feedrate 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=<type>|param3_desc={{type}}
|param3=<feature num>|param3_desc={{get feat num}}
|param4=<nowiki>[<sub type>]</nowiki>|param4_desc={{sub type}}
|param4=<distance>|param4_desc={{get feat dist}}
|param5=<value>|param5_desc={{parameter_variable_num_name}} the feedrate value.
|param6=<type>|param6_desc={{parameter_variable_num_name}} the {{feedrate marker type}}.
}}
}}


===Example===
===Example===
:- GET_OP_FEED_MARKER
:GET_OP_FEED_MARKER 1, 4, FeatNum, FeatDist, FeedVal, FeedType


[[Category:Operations]]
[[Category:Operations]]

Latest revision as of 15:58, 14 January 2011

Up

Command

GET_OP_FEED_MARKER <op number>, <marker num>, <feature num>, <distance>, <value>, <type>


Get feedrate 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 feedrate value.
<type>
The name of a numeric variable to be set to the feedrate type (1 = user, 2 = entry, 3 = contour, 4 = percent).

Example

GET_OP_FEED_MARKER 1, 4, FeatNum, FeatDist, FeedVal, FeedType