GET CS WP: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[:Category:Coordinate_Systems|{{Up}}]] | [[:Category:Coordinate_Systems|{{Up}}]] | ||
{{Command|syntax=GET_CS_WP <cs number> < | {{Command|syntax=GET_CS_WP <cs number> <wp> | ||
|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=<variable>|param2_desc={{ | |param2=<variable>|param2_desc={{parameter_variable_any_name}} the WorkPiece number. | ||
}} | }} | ||
===Example=== | ===Example=== | ||
:GET_CS_WP | :GET_CS_WP 3, wp | ||
<br> | |||
:The variable wp will be set to the WorkPiece associated with CS 3. | |||
[[Category:Coordinate_Systems]] | [[Category:Coordinate_Systems]] |
Revision as of 23:34, 12 January 2011
Command
- GET_CS_WP <cs number> <wp>
- Get the WorkPiece number associated with a CS.
Parameters
- <cs number>
- CS number.
- <variable>
- 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.