Another plasma component...

More
05 Aug 2019 20:39 - 05 Aug 2019 20:41 #141451 by Grotius
Replied by Grotius on topic Another plasma component...
Rodw,

I have to think about opinion for a while. It's a nice thought anyway !!
My current opinion is to stay with the orginal linuxcnc version for plasma, like Toma Thc or PlasmaC.

Splitting up core code for enabling gcode variants will not make thing's better on long therm.
Cam code is for this thing's. If we wan't cam options into linuxcnc package. It's fine for me.
What do you need? B)

Phill,

I have read the overcut depend's on enabling factor 2. But i see not how the overcut is done.
It looks a impossible job to me that linucnc can do a overcut for all contour's at this moment. Linuxcnc is not a cam package and
has almost no logic about cam on board.

Pedro,

Grijalvap has the credit's. He has provided the Python Hyperterm Modbuss interface for LInuxcnc a while ago.
Thanks for that Pedro. I don't use it anymore. But it's nice to have.
Last edit: 05 Aug 2019 20:41 by Grotius.
The following user(s) said Thank You: tommylight

Please Log in or Create an account to join the conversation.

More
05 Aug 2019 20:41 #141452 by PCW
Replied by PCW on topic Another plasma component...
Just a guess but the name of material18 has a space and is the longest so far
The following user(s) said Thank You: EW_CNC

Please Log in or Create an account to join the conversation.

More
05 Aug 2019 20:42 #141453 by rodw
Replied by rodw on topic Another plasma component...

Hi
It was a great weekend, discovering all the PlasmaC features and benefits, I can't wait to install on a real machine
thanks for this awesome component.


Great feedback Pedro. Some of your pioneering work has found its way into tPlasmac thats for certain so thanks for that too!

On my Run Panel (Cut Parameters Selection) I only have the first 17 material entries showing.
After material 17 everything is blank.
I have 78 entries, is there a limit to the amount that can be shown?
I attached my material .cfg file as a text file (allowed attachment).

File Attachment:

File Name: linuxcnc_p...05-2.txt
File Size:18 KB

It is material parameters for a Hypertherm PMX 85.
I converted it from a microsoft Exel file. Do I need to install it with Materialverter?


I have over 50 entries in my cut settings so it must be your config. The only thing I would say is when selecting material from Gcode, you will need to wait longer with M66 than the examples to find your cut setting. I use 2 seconds. Materialverter is not going to help you but you may have given Phill an idea to support a CSV file import.

Please Log in or Create an account to join the conversation.

More
05 Aug 2019 20:56 #141454 by rodw
Replied by rodw on topic Another plasma component...

Rodw,
Phill,

I have read the overcut depend's on enabling factor 2. But i see not how the overcut is done.
It looks a impossible job to me that linucnc can do a overcut for all contour's at this moment. Linuxcnc is not a cam package and
has almost no logic about cam on board.


Pretty sure Phill is running the gcode through a filter written in Python as you open a gcode file. Just one more hidden feature linuxcnc has tucked away...

Please Log in or Create an account to join the conversation.

More
05 Aug 2019 21:41 #141456 by EW_CNC
Replied by EW_CNC on topic Another plasma component...

Just a guess but the name of material18 has a space and is the longest so far

I found the problem, material 18 edge pierce was the first material that had a missing parameter, pierce height and peirce delay were blank.
Thanks,
E.W.

Please Log in or Create an account to join the conversation.

More
05 Aug 2019 23:06 #141459 by phillc54

Just a guess but the name of material18 has a space and is the longest so far

I found the problem, material 18 edge pierce was the first material that had a missing parameter, pierce height and peirce delay were blank.
Thanks,
E.W.

Thanks for the report, it looks like I should add some sort of error checking.

Please Log in or Create an account to join the conversation.

More
05 Aug 2019 23:08 #141460 by phillc54

Rodw,
I have read the overcut depend's on enabling factor 2. But i see not how the overcut is done.
It looks a impossible job to me that linucnc can do a overcut for all contour's at this moment. Linuxcnc is not a cam package and
has almost no logic about cam on board.

It is done by the GCode parser and only does full circles at this stage.

Please Log in or Create an account to join the conversation.

More
06 Aug 2019 07:36 #141483 by thefabricator03
Phill,

Just did a Git Pull and I get the following error message when I try to open a gcode file,

Attachments:

Please Log in or Create an account to join the conversation.

More
06 Aug 2019 07:44 #141484 by phillc54
Yes, I found that today but haven't pushed the fix yet.

If you use the code I posted for you to try here it will fix it as well.

If you just want a quick fix change line 279 of plasmac_gcode.py

from:
            a,b = line.strip().split('(')

to:
            a,b = line.strip().split('(', 1)
The following user(s) said Thank You: thefabricator03

Please Log in or Create an account to join the conversation.

More
06 Aug 2019 07:45 #141485 by thefabricator03
Perfect, Thanks Phill

Please Log in or Create an account to join the conversation.

Moderators: snowgoer540
Time to create page: 0.419 seconds
Powered by Kunena Forum