GET PROC DATA: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
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=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_PROC_DATA 3, TOOL_DIA, d1 | ||
[[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