GET TOOL 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_TOOL_DATA <[[tool number]]>, <[[tool parameter]]>, <[[number variable]]>
{{Command|syntax=GET_TOOL_DATA <tool number>, <parameter>, <value>
|description=get some tool data, see [[GibbsCAM.GibbsPlugin.Init_Plugin]].
|description=*DESCRPTION*


UNFINISHED
|param1=<tool number>|param1_desc={{tool number}}
 
|param2=<parameter>|param2_desc={{Tool_parameter}}
|param1=tool number|param1_desc= Number of the tool
|param3=<value>|param3_desc={{value}}
|param2=tool parameter|param2_desc= tool parameter from a list
}}
}}


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


[[Category:Tool]]
[[Category:Tools]]

Revision as of 15:21, 16 July 2010

Command

GET_TOOL_DATA <tool number>, <parameter>, <value>


  • DESCRPTION*

Parameters

<tool number>
Tool number
<parameter>
Tool_parameter
<value>
Name of variable to be set by this command

Example

- GET_TOOL_DATA