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> <wp> | {{Command|syntax=GET_CS_WP <cs number> <wp number> | ||
|description=:Get the WorkPiece number associated with a CS. | |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. | ||
}} | }} | ||
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.