Valid Arc Lost, Thcad 300 config & Plasmac override
- CNCFred
-
Topic Author
- Offline
- Elite Member
-
- Posts: 217
- Thank you received: 43
Attachments:
Please Log in or Create an account to join the conversation.
- phillc54
-
- Offline
- Platinum Member
-
- Posts: 5723
- Thank you received: 2095
One other thing from you last plot the arc drops a fair bit after the fisrt pulse so you probably need to set Arc OK Low a bit lower than that, maybe 45V.
Please Log in or Create an account to join the conversation.
- CNCFred
-
Topic Author
- Offline
- Elite Member
-
- Posts: 217
- Thank you received: 43
you could close this one if you like, sorry I am not familiar with all that ..forum stuff...
Please Log in or Create an account to join the conversation.
- phillc54
-
- Offline
- Platinum Member
-
- Posts: 5723
- Thank you received: 2095
forum.linuxcnc.org/plasma-laser/38636-va...ride?start=70#161826
Please Log in or Create an account to join the conversation.
- CNCFred
-
Topic Author
- Offline
- Elite Member
-
- Posts: 217
- Thank you received: 43
I set touch off ..z to 0
then I do a probe, works adjusted float travel 1mm above material
(still don't know where plasmac knows the distance torch to triggered float switch)
then I do a dry run, the torch lowers , like on a probe works , then starts to move like for a cut and dives into the material...
so I set float travel higher (thought that is offset of torch to material for probe when piercing height)
something still not right with my config...entered all values (max speed is 0) and
volts is showing permanen voltage...scale and offset entered...
phill, thank you for your time!!
Please Log in or Create an account to join the conversation.
- phillc54
-
- Offline
- Platinum Member
-
- Posts: 5723
- Thank you received: 2095
When you press Probe Test it will probe down then retract to Pierce Height and wait for the time set in the in file. Measure this height while it is waiting and change the Probe Height by the difference between Pierce Height and what you measure. Repeat this until it stops a Pierce Height.
You don't need to touch off with PlasmaC.
Please Log in or Create an account to join the conversation.
- CNCFred
-
Topic Author
- Offline
- Elite Member
-
- Posts: 217
- Thank you received: 43
gladevcp: trouble looking for handlers in 'plasmac_config': 'NoneType' object has no attribute 'set_digits'
Traceback (most recent call last):
File "/usr/bin/gladevcp", line 129, in load_handlers
objlist = h(halcomp,builder,useropts)
File "./plasmac_config.py", line 345, in get_handlers
return [HandlerClass(halcomp,builder,useropts)]
File "./plasmac_config.py", line 338, in __init__
self.configure_widgets()
File "./plasmac_config.py", line 59, in configure_widgets
self.builder.get_object('spotting-threshold').set_digits(1)
AttributeError: 'NoneType' object has no attribute 'set_digits'
/usr/bin/gladevcp:218: RuntimeWarning: missing handler 'on_setupFeedRate_value_changed'
builder.connect_signals(handlers)
/usr/bin/gladevcp:218: RuntimeWarning: missing handler 'on_save_clicked'
builder.connect_signals(handlers)
/usr/bin/gladevcp:218: RuntimeWarning: missing handler 'on_reload_clicked'
builder.connect_signals(handlers)
Please Log in or Create an account to join the conversation.
- CNCFred
-
Topic Author
- Offline
- Elite Member
-
- Posts: 217
- Thank you received: 43
Use the Probe Test to set up your float travel.
When you press Probe Test it will probe down then retract to Pierce Height and wait for the time set in the in file. Measure this height while it is waiting and change the Probe Height by the difference between Pierce Height and what you measure. Repeat this until it stops a Pierce Height.
You don't need to touch off with PlasmaC.
at least I got the Pierce Height right

so 8 mm I set is right to get the 4mm Pierce Height on mine.
Please Log in or Create an account to join the conversation.
- CNCFred
-
Topic Author
- Offline
- Elite Member
-
- Posts: 217
- Thank you received: 43
got to apologize again, reloaded plasmac_config.py again and now also my old values are there and voltage to 0 as it should be..
Please Log in or Create an account to join the conversation.
- phillc54
-
- Offline
- Platinum Member
-
- Posts: 5723
- Thank you received: 2095
That is good if 4mm is what the Pierce Delay is in the Run Panel.so 8 mm I set is right to get the 4mm Pierce Height on mine.
Do you have mixed configs there or something, I just notice on your last screenshot there is an Off Delay in the Arc section, that was taken out on January 4.reloaded plasmac_config.py again and now also my old values are there and voltage to 0 as it should be..
Are you using a package install from Buildbot or a Run In Place install?
Please Log in or Create an account to join the conversation.