PlasmaC conversational error
- CFE
- Offline
- Elite Member
Less
More
- Posts: 193
- Thank you received: 35
11 Apr 2021 23:49 #205684
by CFE
PlasmaC conversational error was created by CFE
Hi all,
We are happily running PlasmaC on our plasma cutter, but we encounter 1 thing which is bugging us.
When we use conversational to cut say 2 small holes in a row and we use overcut at the end of hole cutting, then the torch won't fire on the next hole. In fact, the torch won't do anything anymore until we restart PlasmaC. Anyway, we figured out that after each hole we manually need to put in 2 lines : M63 P3 and G0 X0.01 (any movement really), after each M5 $0 and M68 E3 Q0 and then it works fine.
Is there a way for the program that generates the G-code for holes to add these 2 lines ?
Cheers, Peter
We are happily running PlasmaC on our plasma cutter, but we encounter 1 thing which is bugging us.
When we use conversational to cut say 2 small holes in a row and we use overcut at the end of hole cutting, then the torch won't fire on the next hole. In fact, the torch won't do anything anymore until we restart PlasmaC. Anyway, we figured out that after each hole we manually need to put in 2 lines : M63 P3 and G0 X0.01 (any movement really), after each M5 $0 and M68 E3 Q0 and then it works fine.
Is there a way for the program that generates the G-code for holes to add these 2 lines ?
Cheers, Peter
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
Less
More
- Posts: 5698
- Thank you received: 2081
12 Apr 2021 01:29 #205691
by phillc54
Replied by phillc54 on topic PlasmaC conversational error
What are the versions of LinuxCNC and PlasmaC that you are using.
I don't see that behaviour on LinuxCNC v2.9 with PlasmaC v0.191
I don't see that behaviour on LinuxCNC v2.9 with PlasmaC v0.191
Please Log in or Create an account to join the conversation.
- CFE
- Offline
- Elite Member
Less
More
- Posts: 193
- Thank you received: 35
12 Apr 2021 02:01 #205692
by CFE
Replied by CFE on topic PlasmaC conversational error
Hi Phil,
We are running Linuxcnc 2.8.1 and version 0.188, updated this morning.
Cheers,
We are running Linuxcnc 2.8.1 and version 0.188, updated this morning.
Cheers,
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
Less
More
- Posts: 5698
- Thank you received: 2081
12 Apr 2021 02:06 - 12 Apr 2021 04:35 #205693
by phillc54
Replied by phillc54 on topic PlasmaC conversational error
If I get some time today I'll do a 2.8 build and see what is happening.
In the meantime could you post the gcode that does not work.
EDIT:
I ran a v2.8.1 build from linuxcnc.org with PlasmaC v0.185, then a v2.8.1-94 build from buildbot.linuxcnc.org with PlasmaC v0.188 and I couldn't see the issue on either.
In the meantime could you post the gcode that does not work.
EDIT:
I ran a v2.8.1 build from linuxcnc.org with PlasmaC v0.185, then a v2.8.1-94 build from buildbot.linuxcnc.org with PlasmaC v0.188 and I couldn't see the issue on either.
Last edit: 12 Apr 2021 04:35 by phillc54.
Please Log in or Create an account to join the conversation.
- CFE
- Offline
- Elite Member
Less
More
- Posts: 193
- Thank you received: 35
13 Apr 2021 05:31 #205760
by CFE
Replied by CFE on topic PlasmaC conversational error
Hi Phil,
Thank you, it looks like you have tested what we have, I have attached 2 programs, the "original" is created with the conversational in PlasmaC (which doesn't work for us) and the other program has M63 P3 and a G0 X0.01 added after each hole, and that works.
If the conversational could add those 2 lines after each hole then that would work for us. Unless there is something else in our setup that throws the conversational off. But I can't think of what that would be.
Cheers, Peter
Thank you, it looks like you have tested what we have, I have attached 2 programs, the "original" is created with the conversational in PlasmaC (which doesn't work for us) and the other program has M63 P3 and a G0 X0.01 added after each hole, and that works.
If the conversational could add those 2 lines after each hole then that would work for us. Unless there is something else in our setup that throws the conversational off. But I can't think of what that would be.
Cheers, Peter
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
Less
More
- Posts: 5698
- Thank you received: 2081
13 Apr 2021 07:10 #205762
by phillc54
Replied by phillc54 on topic PlasmaC conversational error
In the machines .ini file do you have a section like:
Can you open a terminal and run the two commands below and post the resulting config.txt and plasmac.txt files.
"config_dir" is the name of the machines config directory.
[FILTER]
PROGRAM_EXTENSION = .ngc remove z axis stuff
ngc = ./plasmac/plasmac_gcode.py
Can you open a terminal and run the two commands below and post the resulting config.txt and plasmac.txt files.
"config_dir" is the name of the machines config directory.
ls -l ~/linuxcnc/configs/config_dir > config.txt
ls -l ~/linuxcnc/configs/config_dir/plasmac > plasmac.txt
Please Log in or Create an account to join the conversation.
- CFE
- Offline
- Elite Member
Less
More
- Posts: 193
- Thank you received: 35
20 Apr 2021 00:06 #206486
by CFE
Replied by CFE on topic PlasmaC conversational error
Hi Phil,
I got back in the workshop and checked, the lines in the [FILTER} section are present.
When I try your command line I get : "ls: cannot access 'home/plasma/linuxcnc/configs/config_dir': No such file or directory". I can't see "config_dir" in the folder, I am not sure what should be there ?
Cheers, Peter
I got back in the workshop and checked, the lines in the [FILTER} section are present.
When I try your command line I get : "ls: cannot access 'home/plasma/linuxcnc/configs/config_dir': No such file or directory". I can't see "config_dir" in the folder, I am not sure what should be there ?
Cheers, Peter
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19408
- Thank you received: 6507
20 Apr 2021 00:16 #206488
by tommylight
Replied by tommylight on topic PlasmaC conversational error
"config_dir" is the name of the machines config directory.
The following user(s) said Thank You: snowgoer540
Please Log in or Create an account to join the conversation.
- CFE
- Offline
- Elite Member
Less
More
- Posts: 193
- Thank you received: 35
20 Apr 2021 03:48 #206499
by CFE
Replied by CFE on topic PlasmaC conversational error
Hi Phil,
Thank you, I have attached the 2 files you asked for, I hope that helps.
Cheers, Peter
Thank you, I have attached the 2 files you asked for, I hope that helps.
Cheers, Peter
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
Less
More
- Posts: 5698
- Thank you received: 2081
21 Apr 2021 00:27 #206594
by phillc54
Replied by phillc54 on topic PlasmaC conversational error
Well I could not see anything obviously wrong there.
Next step:
Could you load the gcode file then from the GUI save as a new name and post that file.
Next step:
Could you load the gcode file then from the GUI save as a new name and post that file.
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.070 seconds