adding a simple pen plotter to linuxcnc plasma cutter
- rodw
- Away
- Platinum Member
Less
More
- Posts: 10816
- Thank you received: 3564
31 May 2020 20:19 #169565
by rodw
Replied by rodw on topic adding a simple pen plotter to linuxcnc plasma cutter
THe generated code does not look like its been generated from the Plasmac postprocessor phill linked to. Remember you need to set up the tool offsets in the tool table.
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
Less
More
- Posts: 5713
- Thank you received: 2089
31 May 2020 23:18 #169585
by phillc54
Replied by phillc54 on topic adding a simple pen plotter to linuxcnc plasma cutter
Could you post the job file.
Please Log in or Create an account to join the conversation.
- Cranktown
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 0
28 Jun 2020 17:23 #173007
by Cranktown
Replied by Cranktown on topic adding a simple pen plotter to linuxcnc plasma cutter
Sorry, got sent out for work for three weeks so wasn't able to revisit this for a while.
since then i have totally scrapped the sharpie thing and have installed a proper air scribe and pneumatic actuator to bring it down to the work. I have it all hooked to the computer through two parallel ports and have set up the machine again with the new added outputs for the scribe and cylinder. The machine works as it did for plasma cutting and center spotting operations, but I am still unable to get the scribe to work.
when using phill's pp, i get the same error code from sheetcam I posted earlier
when using rod's pp, the machine will act similar to my original post here
I've tried picking through the code to try and figure out where it's going wrong but i feel i've followed every rabbit hole to the end with no good results so here i am again.
I figure now that I have a more conventional set up for a scribe, maybe it will be an easier problem to solve.
thanks for all you guys do!
since then i have totally scrapped the sharpie thing and have installed a proper air scribe and pneumatic actuator to bring it down to the work. I have it all hooked to the computer through two parallel ports and have set up the machine again with the new added outputs for the scribe and cylinder. The machine works as it did for plasma cutting and center spotting operations, but I am still unable to get the scribe to work.
when using phill's pp, i get the same error code from sheetcam I posted earlier
when using rod's pp, the machine will act similar to my original post here
I've tried picking through the code to try and figure out where it's going wrong but i feel i've followed every rabbit hole to the end with no good results so here i am again.
I figure now that I have a more conventional set up for a scribe, maybe it will be an easier problem to solve.
thanks for all you guys do!
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
Less
More
- Posts: 5713
- Thank you received: 2089
28 Jun 2020 23:16 #173046
by phillc54
Replied by phillc54 on topic adding a simple pen plotter to linuxcnc plasma cutter
Can you post the complete job file.
Please Log in or Create an account to join the conversation.
- Cranktown
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 0
03 Jul 2020 13:41 #173525
by Cranktown
Replied by Cranktown on topic adding a simple pen plotter to linuxcnc plasma cutter
the sheetcam job file?
Attachments:
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
Less
More
- Posts: 5713
- Thank you received: 2089
04 Jul 2020 04:29 #173582
by phillc54
Replied by phillc54 on topic adding a simple pen plotter to linuxcnc plasma cutter
In SheetCam, goto Options >> Job options >> Tool change and deselect Use X, Use Y and Use Z.
Selecting those sends some code to the PP that I haven't catered for.
Selecting those sends some code to the PP that I haven't catered for.
Please Log in or Create an account to join the conversation.
- Cranktown
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 0
05 Jul 2020 13:57 #173669
by Cranktown
Replied by Cranktown on topic adding a simple pen plotter to linuxcnc plasma cutter
nice! that fixed the sheetcam error!
now linuxcnc is giving me an error:
invalid spindle ($) number in spindle speed command
I have my tool table in plasma c set up with the appropriate tool numbers, any ideas?
now linuxcnc is giving me an error:
invalid spindle ($) number in spindle speed command
I have my tool table in plasma c set up with the appropriate tool numbers, any ideas?
Please Log in or Create an account to join the conversation.
- rodw
- Away
- Platinum Member
Less
More
- Posts: 10816
- Thank you received: 3564
06 Jul 2020 00:22 #173699
by rodw
You need to share your G code.
Replied by rodw on topic adding a simple pen plotter to linuxcnc plasma cutter
nice! that fixed the sheetcam error!
now linuxcnc is giving me an error:
invalid spindle ($) number in spindle speed command
I have my tool table in plasma c set up with the appropriate tool numbers, any ideas?
You need to share your G code.
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
Less
More
- Posts: 5713
- Thank you received: 2089
06 Jul 2020 00:33 #173700
by phillc54
Replied by phillc54 on topic adding a simple pen plotter to linuxcnc plasma cutter
Three things you could check:
Do you have mutli-tool enabled?
linuxcnc.org/docs/2.8/html/plasma/plasma...uide.html#multi-tool
In your machine HAL file do you have a loadrt line with " num_spindles=[TRAJ]SPINDLES" in it?
In your machine INI file do you have a line in the [TRAJ] section like "SPINDLES = 3"
Do you have mutli-tool enabled?
linuxcnc.org/docs/2.8/html/plasma/plasma...uide.html#multi-tool
In your machine HAL file do you have a loadrt line with " num_spindles=[TRAJ]SPINDLES" in it?
In your machine INI file do you have a line in the [TRAJ] section like "SPINDLES = 3"
Please Log in or Create an account to join the conversation.
Time to create page: 0.083 seconds