Difference between revisions of "SET PROC DATA"
From Macros Wiki
Line 2: | Line 2: | ||
{{Command|syntax=SET_PROC_DATA <process number>, <parameter>, <value> | {{Command|syntax=SET_PROC_DATA <process number>, <parameter>, <value> | ||
− | |description=:Set | + | |description=:Set process data. |
|param1=<process number>|param1_desc={{process number}} | |param1=<process number>|param1_desc={{process number}} | ||
Line 10: | Line 10: | ||
===Example=== | ===Example=== | ||
− | : | + | :SET_PROC_DATA 3, TOOL_NUM, 17 |
[[Category:Procs]] | [[Category:Procs]] |
Latest revision as of 18:37, 14 January 2011
Command
- SET_PROC_DATA <process number>, <parameter>, <value>
- Set process data.
Parameters
- <process number>
- Process number.
- <parameter>
- Process_parameter
- <value>
- A value to assign to the parameter.
- The type of value must match the data type of the parameter.
- If you are setting a text parameter, then the value must be text string or a string variable. Otherwise use a numeric value or a number variable.
Example
- SET_PROC_DATA 3, TOOL_NUM, 17