GET PROC DATA: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=GET_PROC_DATA <process number>, <parameter>, <value>
{{Command|syntax=GET_PROC_DATA <process number>, <parameter>, <value>
|description=*Description*
|description=Get data from a process with various parameters.


|param1=<process number>|param1_desc= {{process number}}
|param1=<process number>|param1_desc= {{process number}}
Line 8: Line 8:


===Example===
===Example===
:- GET_TOOL_DATA 3, MTOOL_LENGTH, MyToolLength
:GET_PROC_DATA 3, TOOL_DIA, d1
 
:- GET_TOOL_DATA 4, COMMENT, MyToolComment$






[[Category:Procs]]
[[Category:Procs]]

Revision as of 15:50, 28 July 2010

Command

GET_PROC_DATA <process number>, <parameter>, <value>


Get data from a process with various parameters.

Parameters

<process number>
Process number.
<parameter>
Process_parameter
<value>
Name of variable to be set by this command

Example

GET_PROC_DATA 3, TOOL_DIA, d1