Difference between revisions of "CREATE PROCESS"
From Macros Wiki
Line 2: | Line 2: | ||
{{Command|syntax=CREATE_PROCESS <process type>, <process number>, <tool number> | {{Command|syntax=CREATE_PROCESS <process type>, <process number>, <tool number> | ||
− | |description= | + | |description=:Create a process. Once created, use the [[SET_PROC_DATA]] command to set the process type.<br> |
+ | :Then use [[SET_PROC_DATA again]], once more for each process parameter. A quick way to create a process is to<br> | ||
+ | use the [[LOAD_PROC_FILE]] command to load a saved process file, then change the appropriate data using the [SET_PROC_DATA]] command. | ||
|param1=<process type>|param1_desc= {{process type}} | |param1=<process type>|param1_desc= {{process type}} | ||
Line 10: | Line 12: | ||
===Example=== | ===Example=== | ||
− | :CREATE_PROCESS | + | :CREATE_PROCESS 1, 1 5 |
[[Category:Procs]] | [[Category:Procs]] |
Revision as of 18:13, 14 January 2011
Command
- CREATE_PROCESS <process type>, <process number>, <tool number>
- Create a process. Once created, use the SET_PROC_DATA command to set the process type.
- Then use SET_PROC_DATA again, once more for each process parameter. A quick way to create a process is to
use the LOAD_PROC_FILE command to load a saved process file, then change the appropriate data using the [SET_PROC_DATA]] command.
Parameters
- <process type>
- Template:Process type
- <process number>
- Process number.
- <tool number>
- Tool number
Example
- CREATE_PROCESS 1, 1 5