Tooltable plugin
In order to enable the tooltable plugin, you need to enable it in your VCPs YAML file.
Sample configuration:
data_plugins:
tooltable:
kwargs:
# specify the columns that should be read and writen to the
# tooltable file. To use all columns set to: TPXYZABCUVWDIJQR
columns: PTDZR
# specify text to be added before the tool table data
file_header_template: |
LinuxCNC Tool Table
-------------------
QtPyVCP will preserve comments before the opening semicolon.
Available datachannels
:ref:` current_tool < current_tool>`
- current_tool
Gets information of the current tool.
syntaxtooltable:current_toolreturns a dictionary containingall column information | syntax
tooltable:current_tool?Treturns the current tool number. | syntaxtooltable:current_tool?Preturns the current tool pocket number. | syntaxtooltable:current_tool?Xreturns the current tools X offset. | syntaxtooltable:current_tool?Yreturns the current tools Y offset. | syntaxtooltable:current_tool?Zreturns the current tools Z offset. | syntaxtooltable:current_tool?Areturns the current tools A offset. | syntaxtooltable:current_tool?Breturns the current tools B offset. | syntaxtooltable:current_tool?Creturns the current tools C offset. | syntaxtooltable:current_tool?Ureturns the current tools U offset. | syntaxtooltable:current_tool?Vreturns the current tools V offset. | syntaxtooltable:current_tool?Wreturns the current tools W offset. | syntaxtooltable:current_tool?Ireturns the current tools front angle. | syntaxtooltable:current_tool?Jreturns the current tools back angle. | syntaxtooltable:current_tool?Qreturns the current tools orientation. | syntaxtooltable:current_tool?Rreturns the current tools remark.