Another plasma component...
- thefabricator03
- Offline
- Platinum Member
Less
More
- Posts: 1130
- Thank you received: 533
09 Aug 2019 02:01 #141711
by thefabricator03
Replied by thefabricator03 on topic Another plasma component...
Phill,
I dont really understand G-code, I use Sheetcam for all of my G-code generation,
I have been using Rod's post processor and code snippets for my g-code,
Hopefully we can get PlasmaC to a stage where Les from sheetcam can write us a new post processor.
I still have not gotten around to testing the pierce only function , I will test it out on a piece of scrap tomorrow if I get time.
I dont really understand G-code, I use Sheetcam for all of my G-code generation,
I have been using Rod's post processor and code snippets for my g-code,
Hopefully we can get PlasmaC to a stage where Les from sheetcam can write us a new post processor.
I still have not gotten around to testing the pierce only function , I will test it out on a piece of scrap tomorrow if I get time.
The following user(s) said Thank You: phillc54
Please Log in or Create an account to join the conversation.
09 Aug 2019 05:43 - 09 Aug 2019 05:44 #141716
by rodw
Replied by rodw on topic Another plasma component...
I don't have all of the answers but I think the multispindle features would support most of this.
If plasmac always recognised spindle.0 as being the plasma cutter, a user might define spindle.1 to be an engraver and perhaps spindle.2 as a drill and so on.
Then you just need to select the tool with the toolchanger commands to set the offsets correctly.
So the pin spindle1.on would turn on the engraver and spindle2.on the drill etc.
EDIT: then plasmac does not really need to support any extra features, it would be up to the user.
If plasmac always recognised spindle.0 as being the plasma cutter, a user might define spindle.1 to be an engraver and perhaps spindle.2 as a drill and so on.
Then you just need to select the tool with the toolchanger commands to set the offsets correctly.
So the pin spindle1.on would turn on the engraver and spindle2.on the drill etc.
EDIT: then plasmac does not really need to support any extra features, it would be up to the user.
Last edit: 09 Aug 2019 05:44 by rodw.
Please Log in or Create an account to join the conversation.
- thefabricator03
- Offline
- Platinum Member
Less
More
- Posts: 1130
- Thank you received: 533
09 Aug 2019 07:32 #141718
by thefabricator03
Does PlasmaC already support multispindle feature? What your saying makes sense to me, I was thinking how I could add a additional axis later if needed - e.g. rotary axis.
Replied by thefabricator03 on topic Another plasma component...
I don't have all of the answers but I think the multispindle features would support most of this.
If plasmac always recognised spindle.0 as being the plasma cutter, a user might define spindle.1 to be an engraver and perhaps spindle.2 as a drill and so on.
Then you just need to select the tool with the toolchanger commands to set the offsets correctly.
So the pin spindle1.on would turn on the engraver and spindle2.on the drill etc.
EDIT: then plasmac does not really need to support any extra features, it would be up to the user.
Does PlasmaC already support multispindle feature? What your saying makes sense to me, I was thinking how I could add a additional axis later if needed - e.g. rotary axis.
Please Log in or Create an account to join the conversation.
09 Aug 2019 09:29 #141727
by rodw
Yes Linuxcnc supports multispindles from V2.8
linuxcnc.org/docs/devel/html/gcode/m-code.html#mcode:m3-m4-m5
linuxcnc.org/docs/devel/html/man/man9/mo....html#SPINDLE%20PINS
The rotary axis is super simple too. I've played with that and out a 5th stepper controller into the spaceship just for that.You just add another (rotary) joint in your ini and hal files and in your ini make it a XYYZA machine.
Anyway, in conjunction with a toolchanger, I think this is probably the best cleanest and most Linuxcnc like method. Maybe Andy who wrote the multi-spindle stuff might have some ideas.
Replied by rodw on topic Another plasma component...
Does PlasmaC already support multispindle feature? What your saying makes sense to me, I was thinking how I could add a additional axis later if needed - e.g. rotary axis.
Yes Linuxcnc supports multispindles from V2.8
linuxcnc.org/docs/devel/html/gcode/m-code.html#mcode:m3-m4-m5
linuxcnc.org/docs/devel/html/man/man9/mo....html#SPINDLE%20PINS
The rotary axis is super simple too. I've played with that and out a 5th stepper controller into the spaceship just for that.You just add another (rotary) joint in your ini and hal files and in your ini make it a XYYZA machine.
Anyway, in conjunction with a toolchanger, I think this is probably the best cleanest and most Linuxcnc like method. Maybe Andy who wrote the multi-spindle stuff might have some ideas.
Please Log in or Create an account to join the conversation.
- thefabricator03
- Offline
- Platinum Member
Less
More
- Posts: 1130
- Thank you received: 533
09 Aug 2019 10:04 #141737
by thefabricator03
Replied by thefabricator03 on topic Another plasma component...
So will I need to set up any air scribe specific code?
Or can I create a tool that is for the scribe and create a sheetcam post that sets up a tool change to the scribe tool on another spindle?
Or can I create a tool that is for the scribe and create a sheetcam post that sets up a tool change to the scribe tool on another spindle?
Please Log in or Create an account to join the conversation.
09 Aug 2019 10:48 #141743
by rodw
I'd have to think about it a bit but I think it should be able to be managed in Sheetcam like the center punch tool is now. Move scribing to a new layer and do another operation with the tool. Probably just need to make sure that the onPenDown function selects the correct spindle on an M3.
It will be interesting to hear what Phill says about the tool changing.
If you do a Google Search for Sheetcam engraving, it would be interesting to see what is suggested. I will say this is so different to Mach3, so much cleaner and using standard Gcode, no custom M codes.
Replied by rodw on topic Another plasma component...
So will I need to set up any air scribe specific code?
Or can I create a tool that is for the scribe and create a sheetcam post that sets up a tool change to the scribe tool on another spindle?
I'd have to think about it a bit but I think it should be able to be managed in Sheetcam like the center punch tool is now. Move scribing to a new layer and do another operation with the tool. Probably just need to make sure that the onPenDown function selects the correct spindle on an M3.
It will be interesting to hear what Phill says about the tool changing.
If you do a Google Search for Sheetcam engraving, it would be interesting to see what is suggested. I will say this is so different to Mach3, so much cleaner and using standard Gcode, no custom M codes.
Please Log in or Create an account to join the conversation.
- thefabricator03
- Offline
- Platinum Member
Less
More
- Posts: 1130
- Thank you received: 533
10 Aug 2019 01:34 - 10 Aug 2019 02:34 #141837
by thefabricator03
Replied by thefabricator03 on topic Another plasma component...
Time for some more pictures,
The ugly side of owning a water table, Cleaning it out,
351 cleats in just over 4 hours, 100% yield, Nothing better than being able to walk away from the machine while it cuts and know that it wont break down. Cut all cleats with no operator intervention. Just a testament to how good PlasmaC really is!
The ugly side of owning a water table, Cleaning it out,
351 cleats in just over 4 hours, 100% yield, Nothing better than being able to walk away from the machine while it cuts and know that it wont break down. Cut all cleats with no operator intervention. Just a testament to how good PlasmaC really is!
Attachments:
Last edit: 10 Aug 2019 02:34 by thefabricator03.
Please Log in or Create an account to join the conversation.
10 Aug 2019 07:57 #141848
by rodw
Great work. So how does that error rate compare with previous pre-plasmac experience?
Replied by rodw on topic Another plasma component...
Time for some more pictures,
351 cleats in just over 4 hours, 100% yield, Nothing better than being able to walk away from the machine while it cuts and know that it wont break down. Cut all cleats with no operator intervention. Just a testament to how good PlasmaC really is!
Great work. So how does that error rate compare with previous pre-plasmac experience?
The following user(s) said Thank You: thefabricator03
Please Log in or Create an account to join the conversation.
- thefabricator03
- Offline
- Platinum Member
Less
More
- Posts: 1130
- Thank you received: 533
10 Aug 2019 08:17 #141850
by thefabricator03
With my CandCNC controller, I had a lot more errors compared to PlasmaC , When I first purchased the controller I could not get the simple probe to work properly, I was constantly getting in contact with CandCNC but they did not know what was going on. It would not recognize a probe input, The z axis would sense the top of material with the ohmic but the axis would continue to move downwards causing the drive to fault. I managed a work around changing the post processor but I never felt I could trust the system.
Its so reassuring with PlasmaC that when I leave the machine it will continue to work as it should. If anything does go wrong I have the knowledge of building the controller myself and the great team on this forum for help.
Replied by thefabricator03 on topic Another plasma component...
Great work. So how does that error rate compare with previous pre-plasmac experience?
With my CandCNC controller, I had a lot more errors compared to PlasmaC , When I first purchased the controller I could not get the simple probe to work properly, I was constantly getting in contact with CandCNC but they did not know what was going on. It would not recognize a probe input, The z axis would sense the top of material with the ohmic but the axis would continue to move downwards causing the drive to fault. I managed a work around changing the post processor but I never felt I could trust the system.
Its so reassuring with PlasmaC that when I leave the machine it will continue to work as it should. If anything does go wrong I have the knowledge of building the controller myself and the great team on this forum for help.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19196
- Thank you received: 6434
10 Aug 2019 08:38 #141853
by tommylight
That is a great feeling to have.
Replied by tommylight on topic Another plasma component...
I think i have mentioned that same thing several times on this forum for the toma_thc config, it just works and after a while you can go have lunch while the machine is working and come back to a finished job.
Its so reassuring with PlasmaC that when I leave the machine it will continue to work as it should.
That is a great feeling to have.
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.263 seconds