GET WG DATA: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
:GET_WG_DATA 3, TYPE, iType | :GET_WG_DATA 3, TYPE, iType | ||
:GET_WG_DATA 3, WRAPPED, iWrapped | :GET_WG_DATA 3, WRAPPED, iWrapped | ||
<br> | |||
:Note - use the macro variables WG_TYPE_PART_GEO and WG_TYPE_PART_STOCK for the WorkGroup type<br> | |||
:and WG_AXIS_X, WG_AXIS_Y, WG_AXIS_Z for the axis of revolution / extrusion. | |||
[[Category:Work_Groups]] | [[Category:Work_Groups]] |
Latest revision as of 23:31, 24 January 2011
Command
- GET_WG_DATA <wg number>, <parameter>, <variable>
- Get WorkGroup data.
Parameters
- <tool number>
- Workgroup number.
- <parameter>
- Wg Parameter
- <variable>
- A number or string variable.
- The type of variable must match the data type of the parameter.
- If the data you are getting is a text string, then you must specify a string variable. Otherwise use a number variable.
Example
- GET_WG_DATA 3, TYPE, iType
- GET_WG_DATA 3, WRAPPED, iWrapped
- Note - use the macro variables WG_TYPE_PART_GEO and WG_TYPE_PART_STOCK for the WorkGroup type
- and WG_AXIS_X, WG_AXIS_Y, WG_AXIS_Z for the axis of revolution / extrusion.