GET CS WP: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
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 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 | ||
<br> | |||
:The variable wp will be set to the WorkPiece associated with CS 3. | |||
[[Category:Coordinate_Systems]] | [[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.