GET CS WP: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
MikeO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
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> <variable> (also GET_CS_SPINDLE)
{{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=<variable>|param2_desc={{variable}}
|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

Up

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.