GET CS WP: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: [[|{{Up}}]] {{Command|syntax=GET_CS_WP <cs number> <variable> (also GET_CS_SPINDLE) |description=: |param1=<cs number>|param1_desc={{cs number}} |param2=<variable>|param2_desc={{variable... |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[|{{Up}}]] | [[:Category:Coordinate_Systems|{{Up}}]] | ||
{{Command|syntax=GET_CS_WP <cs number> < | {{Command|syntax=GET_CS_WP <cs number> <wp number> | ||
|description=: | |description=:Get the WorkPiece number associated with a CS. | ||
|param1=<cs number>|param1_desc={{cs number}} | |param1=<cs number>|param1_desc={{cs number}} | ||
|param2=< | |param2=<wp number>|param2_desc={{parameter_variable_any_name}} the WorkPiece number. | ||
}} | }} | ||
===Example=== | ===Example=== | ||
:GET_CS_WP | :GET_CS_WP 3, wp | ||
[[Category:]] | <br> | ||
:The variable wp will be set to the WorkPiece associated with CS 3. | |||
[[Category:Coordinate_Systems]] |
Latest revision as of 23:34, 12 January 2011
Command
- GET_CS_WP <cs number> <wp number>
- Get the WorkPiece number associated with a CS.
Parameters
- <cs number>
- CS number.
- <wp number>
- Name of variable to be set to the WorkPiece number.
Example
- GET_CS_WP 3, wp
- The variable wp will be set to the WorkPiece associated with CS 3.