Z axis
17 May 2020 18:48 #168082
by motal2004
I up loaded the wrong file.
here is the correct one.
So with this build. I have my mode 0 with a scale 0.01985851 and offset 3668.7500.
like i posted before Voltage reading jumps from -00 to 000 and arc ok on the screen goes on and off , along with ohmic test button.. I can pulse torch on and off. but when i go to run a test cut I get arc ok lost error. and this is where I'm stuck
here is the correct one.
So with this build. I have my mode 0 with a scale 0.01985851 and offset 3668.7500.
like i posted before Voltage reading jumps from -00 to 000 and arc ok on the screen goes on and off , along with ohmic test button.. I can pulse torch on and off. but when i go to run a test cut I get arc ok lost error. and this is where I'm stuck
Please Log in or Create an account to join the conversation.
17 May 2020 18:56 #168084
by motal2004
I also get the following when I start my configuration
<commandline>:0: pin or parameter 'plasmac_run.cut-type' not found
Traceback (most recent call last):
File "./plasmac_gcode.py", line 55, in <module>
cutType = int(Popen('halcmd getp plasmac_run.cut-type', stdout = PIPE, shell = True).communicate()[0])
ValueError: invalid literal for int() with base 10:
<commandline>:0: pin or parameter 'plasmac_run.cut-type' not found
Traceback (most recent call last):
File "./plasmac_gcode.py", line 55, in <module>
cutType = int(Popen('halcmd getp plasmac_run.cut-type', stdout = PIPE, shell = True).communicate()[0])
ValueError: invalid literal for int() with base 10:
Please Log in or Create an account to join the conversation.
17 May 2020 23:42 - 17 May 2020 23:53 #168097
by phillc54
This is telling you that you haven't yet saved this parameter (you don't even need it unles you have Powermax comms), you can stop it by opening the run panel and pressing Save
Sorry, I read that wrong...
I also get the following when I start my configuration
<commandline>:0: pin or parameter 'plasmac_run.cut-type' not found
Sorry, I read that wrong...
This shouldn't happen, there is a bug in my error checking, I will fix this. It is possible that this is causing some issues because normally when you get an error like this the program doesn't completely load.Traceback (most recent call last):
File "./plasmac_gcode.py", line 55, in <module>
cutType = int(Popen('halcmd getp plasmac_run.cut-type', stdout = PIPE, shell = True).communicate()[0])
ValueError: invalid literal for int() with base 10:
Last edit: 17 May 2020 23:53 by phillc54.
Please Log in or Create an account to join the conversation.
18 May 2020 01:31 #168098
by phillc54
I totally misread your error message and went off on the wrong tack.
For some reason Gmoccapy is trying to load "imperial_squares.ngc", you need to edit "az_cnc_plasma.pref" so:just reads:You cannot open files on program load with PlasmaC as all the required HAL pins are not yet established.
The next thing you need to change is Arc OK Low, a starting point for that is around half of your expected cut volts. You can tune it later if you wish.
For some reason Gmoccapy is trying to load "imperial_squares.ngc", you need to edit "az_cnc_plasma.pref" so:
open_file = /home/azcnc/linuxcnc/nc_files/examples/plasmac/imperial_squares.ngc
open_file =
The next thing you need to change is Arc OK Low, a starting point for that is around half of your expected cut volts. You can tune it later if you wish.
Please Log in or Create an account to join the conversation.
18 May 2020 14:05 #168151
by motal2004
[quote
The next thing you need to change is Arc OK Low, a starting point for that is around half of your expected cut volts. You can tune it later if you wish.[/quote]
my current arc ok low is set to 0 would that not be achieve the same as of half of the expected cut volts as you suggested?
The next thing you need to change is Arc OK Low, a starting point for that is around half of your expected cut volts. You can tune it later if you wish.[/quote]
my current arc ok low is set to 0 would that not be achieve the same as of half of the expected cut volts as you suggested?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19220
- Thank you received: 6440
18 May 2020 14:37 #168155
by tommylight
Replied by tommylight on topic Z axis
That is why the ARCOK is going on and off all the time, it should be set at something like 60 to 80V.
The following user(s) said Thank You: phillc54
Please Log in or Create an account to join the conversation.
18 May 2020 23:19 #168204
by phillc54
It will behave like Tom said. The slightest bit of noise would give an Arc OK then if the noise disappears then you will get a lost arc.my current arc ok low is set to 0 would that not be achieve the same as of half of the expected cut volts as you suggested?
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
Time to create page: 0.095 seconds