GET PROC DATA: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=GET_PROC_DATA <process number>, <process parameter>, <number variable> |description=get some tool data, see GibbsCAM.GibbsPlugin.Init_Plugin. UNFINISHED ...
 
ConnerO (talk | contribs)
No edit summary
Line 15: Line 15:




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

Revision as of 20:07, 14 July 2010

Command

GET_PROC_DATA <process number>, <process parameter>, <number variable>


get some tool data, see GibbsCAM.GibbsPlugin.Init_Plugin.

UNFINISHED

Parameters

tool number
Number of the tool
tool parameter
tool parameter from a list

Example

- GET_TOOL_DATA 3, MTOOL_LENGTH, MyToolLength
- GET_TOOL_DATA 4, COMMENT, MyToolComment$