Another plasma component...
- rodw
-
- Offline
- Platinum Member
-
- Posts: 11201
- Thank you received: 3735
I'm using a database for my plasma cut data on my GUI just for that reason that there are so many different options and kerf width changes with material, thickness and nozzle.
JT
Yes, I shared some example python scripts and SQL tables a long time ago somewhere in this thread but I had not taken into account the LinuxCNC tool table.. I'll see if I can find it.
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
- Posts: 11201
- Thank you received: 3735
Yes, I shared some example python scripts and SQL tables a long time ago somewhere in this thread but I had not taken into account the LinuxCNC tool table.. I'll see if I can find it.
Well, that was quick!. it is on page 2. forum.linuxcnc.org/plasma-laser/35449-an...nent?start=10#119922
I might revisit this work as I did not look at it again.
But we don't wan to to make too much work for Phill.
Please Log in or Create an account to join the conversation.
- phillc54
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 5723
- Thank you received: 2095
How would you then relate that to a LinuxCNC tool.I personally think unless you moved to a fully relational database, what we need would be met by simply adding a unique ToolID and a kerf width to the existing materials table records.
Cheers, Phill.
Please Log in or Create an account to join the conversation.
- BigJohnT
-
- Offline
- Administrator
-
- Posts: 7000
- Thank you received: 1175
JT
Please Log in or Create an account to join the conversation.
- phillc54
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 5723
- Thank you received: 2095
If so then I don't see a need for kerf width in the GUI config.
Cheers, Phill.
Please Log in or Create an account to join the conversation.
- BigJohnT
-
- Offline
- Administrator
-
- Posts: 7000
- Thank you received: 1175
JT
Please Log in or Create an account to join the conversation.
- phillc54
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 5723
- Thank you received: 2095
Do you know if there still a 50 odd tool limit in LinuxCNC?
The HT tool table for Sheetcam I was sent had over 100 tools.
Cheers, Phill.
Please Log in or Create an account to join the conversation.
- BigJohnT
-
- Offline
- Administrator
-
- Posts: 7000
- Thank you received: 1175
JT
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
- Posts: 11201
- Thank you received: 3735
It would be good if JohnT could share his sql and interface. I kinda think there needs to be a separate toolchanger module that shares the plasmac data.
Either way it won't be easy to map it out. Its kinda like a whiteboard problem. I've really only done a cursory look at tool tables so don't know much more than Phil. Plasmac could parse it on start up and create a gcode subrroutine to reset and load the tools thats called somewhere.
If it gets too hard just add the extra fields for Id and kerf to the materials file for now and we can worry about it down the track once Phills had a rest!
Please Log in or Create an account to join the conversation.
- phillc54
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 5723
- Thank you received: 2095
Can you explain what you want to achieve with this in layman's terms, I think I got a bit lost somewhere.
I don't understand why we need kerf width in a plasmac config as we don't use it anywhere. My understanding is that it would be used in the CAM software.
Cheers, Phill.
Please Log in or Create an account to join the conversation.