Torch Breakaway and Torch Pulse
- Clive S
- Offline
- Platinum Member
-
- Posts: 2245
- Thank you received: 480
snowgoer540 quoted: I dont understand why we can get rid of the "ohmic:type". Every time I start to wrap my head around HAL, I get turned around. Also, Rod mentioned signals and pins. Stupid question, I'm sure, but how do you know which is which? I wish there was a visual or diagram or something to make this easier to understand. Maybe once it clicks, I'll make one...
Here you go.
linuxcnc.org/docs/2.8/html/hal/intro.html
Please Log in or Create an account to join the conversation.
- phillc54
-
- Offline
- Platinum Member
-
- Posts: 5719
- Thank you received: 2093
I have not seen that diagram (Figure 1) before, it is a very good and simple explanation.
snowgoer540 quoted: I dont understand why we can get rid of the "ohmic:type". Every time I start to wrap my head around HAL, I get turned around. Also, Rod mentioned signals and pins. Stupid question, I'm sure, but how do you know which is which? I wish there was a visual or diagram or something to make this easier to understand. Maybe once it clicks, I'll make one...
Here you go.
linuxcnc.org/docs/2.8/html/hal/intro.html
Please Log in or Create an account to join the conversation.
- snowgoer540
-
Topic Author
- Offline
- Moderator
-
- Posts: 2406
- Thank you received: 791
snowgoer540 quoted: I dont understand why we can get rid of the "ohmic:type". Every time I start to wrap my head around HAL, I get turned around. Also, Rod mentioned signals and pins. Stupid question, I'm sure, but how do you know which is which? I wish there was a visual or diagram or something to make this easier to understand. Maybe once it clicks, I'll make one...
Here you go.
linuxcnc.org/docs/2.8/html/hal/intro.html
Thanks Clive! This must have recently changed. I've definitely read the HAL intro (I usually try to hit up the google before I ask here) but I've never seen that example before, it is pretty good!
one question I do have from it, for the signal-blue example, it is currently written as:
net signal-blue component.0.pin1-in component.1.pin1-out
net signal-blue component.1.pin1-out component.0.pin1-in
Please Log in or Create an account to join the conversation.
- snowgoer540
-
Topic Author
- Offline
- Moderator
-
- Posts: 2406
- Thank you received: 791
I would think the standard GUI error message is ok, I think that's what most everything already uses anyways, right? The only thing I could maybe see is doing Plasmac specific errors as popups, and linuxcnc errors as the standard GUI error messages so new users could easily tell where the error was coming from... but since I think everything is already standard GUI, maybe that's overkill/not necessary.
While we are exercising our democratic rights:
If we do an error message should it be a popup or one of the standard GUI error messages.
I agree with the breakaway and the float switch, because it is physically moved off of the switch, so there would likely be some reason for that.I should also mention the when I did the interlock I included the float switch as that also behaves as a breakaway when not probing.
I also included the ohmic probe but I am not 100% sure if it should be included.
The ohmic probe should not be included because one reason to pulse the torch is for those with a water table to clear the water out of the torch tip after pressing the "ohmic test" button, and seeing that the ohmic sense is tripped (due to water).
Please Log in or Create an account to join the conversation.
- phillc54
-
- Offline
- Platinum Member
-
- Posts: 5719
- Thank you received: 2093
But you wouldn't press both at the same time. But then again you probably wouldThe ohmic probe should not be included because one reason to pulse the torch is for those with a water table to clear the water out of the torch tip after pressing the "ohmic test" button, and seeing that the ohmic sense is tripped (due to water).

Please Log in or Create an account to join the conversation.
- phillc54
-
- Offline
- Platinum Member
-
- Posts: 5719
- Thank you received: 2093
Please Log in or Create an account to join the conversation.
- snowgoer540
-
Topic Author
- Offline
- Moderator
-
- Posts: 2406
- Thank you received: 791
But you wouldn't press both at the same time. But then again you probably wouldThe ohmic probe should not be included because one reason to pulse the torch is for those with a water table to clear the water out of the torch tip after pressing the "ohmic test" button, and seeing that the ohmic sense is tripped (due to water).
haha maybe I'll hook up 2 mouses!
But if I press ohmic test, and it shows the ohmic is tripped, and then press pulse torch, it isnt going to pulse like I need it to to clear the water because the ohmic is tripped...
Please Log in or Create an account to join the conversation.
- snowgoer540
-
Topic Author
- Offline
- Moderator
-
- Posts: 2406
- Thank you received: 791
No, which I think is a shame and makes it confusing.
Yes, it does, but knowing that order doesnt matter helps me wrap my head around it. Now I just need a way to keep straight which are pins, which are signals, which is in and which is out. But really I guess in and out dont matter so long as the two are connected.
Please Log in or Create an account to join the conversation.
- phillc54
-
- Offline
- Platinum Member
-
- Posts: 5719
- Thank you received: 2093
If the first creation of a signal forced using:
No, which I think is a shame and makes it confusing.
Yes, it does, but knowing that order doesnt matter helps me wrap my head around it. Now I just need a way to keep straight which are pins, which are signals, which is in and which is out. But really I guess in and out dont matter so long as the two are connected.
net signal_name from_out_pin to_in_pin
net signal_name to_in_pin
Please Log in or Create an account to join the conversation.
- phillc54
-
- Offline
- Platinum Member
-
- Posts: 5719
- Thank you received: 2093
Ohmic shouldn't be tripped unless ohmic-enable is true which is when probing or ohmic testingBut if I press ohmic test, and it shows the ohmic is tripped, and then press pulse torch, it isnt going to pulse like I need it to to clear the water because the ohmic is tripped...
Please Log in or Create an account to join the conversation.