Z axis
- motal2004
- Offline
- Premium Member
-
- Posts: 150
- Thank you received: 16
Please Log in or Create an account to join the conversation.
- motal2004
- Offline
- Premium Member
-
- Posts: 150
- Thank you received: 16
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.
- motal2004
- Offline
- Premium Member
-
- Posts: 150
- Thank you received: 16
<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.
- phillc54
-
- Offline
- Platinum Member
-
- Posts: 5723
- Thank you received: 2095
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:
Please Log in or Create an account to join the conversation.
- phillc54
-
- Offline
- Platinum Member
-
- Posts: 5723
- Thank you received: 2095

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.
- motal2004
- Offline
- Premium Member
-
- Posts: 150
- Thank you received: 16
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
-
- Posts: 20024
- Thank you received: 6804
Please Log in or Create an account to join the conversation.
- phillc54
-
- Offline
- Platinum Member
-
- Posts: 5723
- Thank you received: 2095
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?
Please Log in or Create an account to join the conversation.
- motal2004
- Offline
- Premium Member
-
- Posts: 150
- Thank you received: 16
at a scale 50:1 i get a reading now 143 and if at a scale of 75:1 i get 219 see attachment.
Please Log in or Create an account to join the conversation.
- phillc54
-
- Offline
- Platinum Member
-
- Posts: 5723
- Thank you received: 2095
Please Log in or Create an account to join the conversation.