Torch On HAL Pin when using 7i76e

More
21 Apr 2021 22:29 #206725 by txtrone

I am not quite sure about ohmic, but ohmic3 uses the hal enable pin as a check for whether or not the output is true.

In other words, if the voltage > threshold, and NO ohmic enable input, there is no output from the component.

So you need to provide the enable whether or not you plan to use a relay. I thought this was documented in the hypertherm thread. Maybe it was somewhere else. Either way Rod's guided several people on here through the use of his ohmic3 component. I would seek out one of those threads if it's not in the hypersensing thread I linked earlier.


Ok, also... do I need some sort of custom firmware from Mesa to make hypersense work with the 7i76e? Seems like I have read that somewhere... maybe in the 28 pages of posts, or the manual, or the primer, or maybe I am thinking about the ohmic/2/3...

Please Log in or Create an account to join the conversation.

More
21 Apr 2021 22:47 #206730 by snowgoer540

Ok, also... do I need some sort of custom firmware from Mesa to make hypersense work with the 7i76e?


If you also have a THCAD for THC, then yes.

Please Log in or Create an account to join the conversation.

More
21 Apr 2021 23:05 #206734 by txtrone

Ok, also... do I need some sort of custom firmware from Mesa to make hypersense work with the 7i76e?


If you also have a THCAD for THC, then yes.


Where can I find the instructions on the mesa driver installation that I would need?

Please Log in or Create an account to join the conversation.

More
21 Apr 2021 23:18 - 21 Apr 2021 23:21 #206737 by rodw
Ok, because you are using a downdraft table and don't have to contend with water splashing around, the best course of action is to use the original ohmic.comp that is part of the Linuxcnc deployment from 2.8 and up.

You have no need for all the fancy crap Ohmic3 does to try and work around the water table problems where the voltage drop can be less than 1 volt between the probe on and off.

The correct pin name for ohmic sense probing is
ohmicsense.ohmic-on

The documentation is here linuxcnc.org/docs/devel/html/man/man9/ohmic.9.html
or available if you type
man ohmic

The suggested connections in your machine.hal file are shown in the documents. Note that on a new installation, the last line

net ohmic-true ohmicsense.ohmic-on => plasmac.ohmic-probe

will be added from pncconf or the Plasmac configurator so it should be omitted

These pins control the voltage threshold:
setp ohmicsense.threshold 22
setp ohmicsense.ohmic-low 1
In this example, the probe comes on when the voltage is > 22 volts and goes off when its < 1 volt.

I would jog the torch down so it touches the material and use halshow to review the voltage on this pin
ohmicsense.ohmic-volts
before setting the upper threshold. On my system I always get 24 volts so a threshold of 22 works for me but you may wish to set it lower (18v maybe?)

And yes the relay to turn the AC side off is optional. I think I have bypassed the relay.

The only reason to turn the power off is becasue there have been some suggestions of the possibility of electrolytic corrosion inside the torch tip on water tables (water shorting out the internal contacts) when machines that are left powered on while idle for long periods. But because you have a dry table, this will not be an issue for you.

So in your case, keep it simple, leave the relay out and just turn the power supply on when you power up the machine!
Last edit: 21 Apr 2021 23:21 by rodw.
The following user(s) said Thank You: txtrone

Please Log in or Create an account to join the conversation.

More
21 Apr 2021 23:25 #206738 by rodw

Ok, also... do I need some sort of custom firmware from Mesa to make hypersense work with the 7i76e?


If you also have a THCAD for THC, then yes.


Where can I find the instructions on the mesa driver installation that I would need?


On the mesa product page, there is a zip file that includes lots of bit files for different configs. the one to use ends with pl.bit (where pl = plasma)

You need to use mesaflash to burn this to the 7i76e
I do show how to do this in my video
The following user(s) said Thank You: txtrone

Please Log in or Create an account to join the conversation.

More
21 Apr 2021 23:28 #206739 by txtrone

Ok, because you are using a downdraft table and don't have to contend with water splashing around, the best course of action is to use the original ohmic.comp that is part of the Linuxcnc deployment from 2.8 and up.

You have no need for all the fancy crap Ohmic3 does to try and work around the water table problems where the voltage drop can be less than 1 volt between the probe on and off.

The correct pin name for ohmic sense probing is
ohmicsense.ohmic-on

The documentation is here linuxcnc.org/docs/devel/html/man/man9/ohmic.9.html
or available if you type
man ohmic

The suggested connections in your machine.hal file are shown in the documents. Note that on a new installation, the last line

net ohmic-true ohmicsense.ohmic-on => plasmac.ohmic-probe

will be added from pncconf or the Plasmac configurator so it should be omitted

These pins control the voltage threshold:
setp ohmicsense.threshold 22
setp ohmicsense.ohmic-low 1
In this example, the probe comes on when the voltage is > 22 volts and goes off when its < 1 volt.

I would jog the torch down so it touches the material and use halshow to review the voltage on this pin
ohmicsense.ohmic-volts
before setting the upper threshold. On my system I always get 24 volts so a threshold of 22 works for me but you may wish to set it lower (18v maybe?)

And yes the relay to turn the AC side off is optional. I think I have bypassed the relay.

The only reason to turn the power off is becasue there have been some suggestions of the possibility of electrolytic corrosion inside the torch tip on water tables (water shorting out the internal contacts) when machines that are left powered on while idle for long periods. But because you have a dry table, this will not be an issue for you.

So in your case, keep it simple, leave the relay out and just turn the power supply on when you power up the machine!


Thanks Rod! Shall I leave the ohmic enable line commented out in my hal file for now, or is that what you are saying I need to delete? Sorry, not in front of the machine right now. Also, what about the mesa firmware, do I need to load another version on the 7i76e?

Please Log in or Create an account to join the conversation.

More
21 Apr 2021 23:32 #206740 by txtrone

On the mesa product page, there is a zip file that includes lots of bit files for different configs. the one to use ends with pl.bit (where pl = plasma)

You need to use mesaflash to burn this to the 7i76e
I do show how to do this in my video


Thanks again Rod! I will let you know how it goes tomorrow.

Please Log in or Create an account to join the conversation.

More
22 Apr 2021 15:14 #206803 by txtrone

Ok, because you are using a downdraft table and don't have to contend with water splashing around, the best course of action is to use the original ohmic.comp that is part of the Linuxcnc deployment from 2.8 and up.

You have no need for all the fancy crap Ohmic3 does to try and work around the water table problems where the voltage drop can be less than 1 volt between the probe on and off.

The correct pin name for ohmic sense probing is
ohmicsense.ohmic-on

The documentation is here linuxcnc.org/docs/devel/html/man/man9/ohmic.9.html
or available if you type
man ohmic

The suggested connections in your machine.hal file are shown in the documents. Note that on a new installation, the last line

net ohmic-true ohmicsense.ohmic-on => plasmac.ohmic-probe

will be added from pncconf or the Plasmac configurator so it should be omitted

These pins control the voltage threshold:
setp ohmicsense.threshold 22
setp ohmicsense.ohmic-low 1
In this example, the probe comes on when the voltage is > 22 volts and goes off when its < 1 volt.

I would jog the torch down so it touches the material and use halshow to review the voltage on this pin
ohmicsense.ohmic-volts
before setting the upper threshold. On my system I always get 24 volts so a threshold of 22 works for me but you may wish to set it lower (18v maybe?)

And yes the relay to turn the AC side off is optional. I think I have bypassed the relay.

The only reason to turn the power off is becasue there have been some suggestions of the possibility of electrolytic corrosion inside the torch tip on water tables (water shorting out the internal contacts) when machines that are left powered on while idle for long periods. But because you have a dry table, this will not be an issue for you.

So in your case, keep it simple, leave the relay out and just turn the power supply on when you power up the machine!


This is the error I am getting:

twopass: Error in file ./mark_i_connections.hal:
setting parameter 'hm2_7i76e.0.encoder.02.scale' to '-1'
parameter or pin 'hm2_7i76e.0.encoder.02.scale' not found

Please Log in or Create an account to join the conversation.

Moderators: snowgoer540
Time to create page: 0.085 seconds
Powered by Kunena Forum