Need help setting up HAL files for MESA THCAD10
- CCharles
- Offline
- New Member
- Posts: 12
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- CCharles
- Offline
- New Member
- Posts: 12
- Thank you received: 0
If I set the Scale and the Offset using the online calculator I am getting negative volts on the Plasmac display as well.
Also, I assume it should stay at 0 volts and fluctuate by tens or more and that is noise in the system. Is this what the low pass filter is used for?
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
- Posts: 23558
- Thank you received: 4858
I saw they were dumping support just yesterday actually. I have used Visual Studio a little in the past. I may give that a try.
I use Geany on everything. It's closer to a text editor than an IDE, but it can, for example, take you to the definition of a thing if the defining file is open.
Please Log in or Create an account to join the conversation.
- PCW
- Away
- Moderator
- Posts: 17901
- Thank you received: 4774
(the -1 scale assumes Mesa hardware where the default
encoder direction is negative when the B input is unconnected)
Some noise is due to the the resolution of the voltage reading
which is limited by the base thread rate in parallel port systems,
but with low pass filtering you can increase the resolution at the
expense of control bandwidth. (and typically, control bandwidth
will be more limited by Z axis acceleration than the electronics)
Please Log in or Create an account to join the conversation.
- rodw
- Offline
- Platinum Member
- Posts: 10737
- Thank you received: 3540
Also, they seem sensitive to noise in the voltage signal. I found most of this was a 50 Hz oscilliation coming via the mains earth wire.
You can view this in halscope.
Be sure to install a EMI filter on the mains input to your control box and fully implement the Hypertherm grounding recommendations. If thats not enough, I'd suggest you try with the cabinet frame ground and any shield on your interconnect cable is NOT connected to the THCAD.
Also, another brutal learning is the ArcOK relay is prone to oxidisation which will result in intermittent or failed operation of the ArcOK signal.
If you were using a Mesa card, its mandatory that you connect a 100 ohm, 10 W pull down resistor from the ArcOK input to field power ground (if at 24V). I'm not sure what is the recommended value on a Parallel port card. You would need to do some maths to determine the required value. (Unless your parallel port is not a high impedance circuit.)
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
That is incorrect, a resistor is not mandatory, it is an option.If you were using a Mesa card, its mandatory that you connect a 100 ohm, 10 W pull down resistor from the ArcOK input to field power ground (if at 24V).
Another option using a capacitor:
forum.linuxcnc.org/plasmac/40819-arc-ok-...fire?start=50#191678
If you really wanted to use a resistor then it would be prudent to find the specifications of the relay and find the correct value resistor to use.
Please Log in or Create an account to join the conversation.
- rodw
- Offline
- Platinum Member
- Posts: 10737
- Thank you received: 3540
Doing something to ensure the ArcOK is reliable is mandatory on the Everlast 50s the OP has.
Myself and littlesparky can both attest to this.
And yes, as I said, the OP needs to do his own homework and calculations to suit the voltages and circuit impedance. But if its not addressed, problems are likely to follow very soon after he gets up and running.
Everyone seems to have latched onto the use of a capacitor mentioned by PCW as the best way to go but if you read his post, he does not recommend one over the other
forum.linuxcnc.org/plasmac/40819-arc-ok-...fire?start=50#191678The required contact wetting current is dependent on switched voltage.
For example for one manufacturers silver contact relay the minimum wetting
current was 160 mA at 5V but just 26 mA at 30 VDC. The significant parameter
is the energy available to clean the contacts.
Another way of providing wetting current without any added power dissipation
is to parallel the contacts with a small film capacitor circuit (say 1 uF
capacitor for a 24V circuit) This provides a high surge current on contact
closure but the total energy is limited (~.03 mJ)
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
For this machine its not an option.
Doing something to ensure the ArcOK is reliable is mandatory on the Everlast 50s the OP has.
Myself and littlesparky can both attest to this.
And yes, as I said, the OP needs to do his own homework and calculations to suit the voltages and circuit impedance. But if its not addressed, problems are likely to follow very soon after he gets up and running.
Everyone seems to have latched onto the use of a capacitor mentioned by PCW as the best way to go but if you read his post, he does not recommend one over the other
If you read my post you will see that I was pointing out that a resistor is not mandatory which is what you stated in your earlier post.
Please Log in or Create an account to join the conversation.
- CCharles
- Offline
- New Member
- Posts: 12
- Thank you received: 0
Please Log in or Create an account to join the conversation.
- CCharles
- Offline
- New Member
- Posts: 12
- Thank you received: 0
I did look at the Halscope, but admit that I am not used to looking at things like that. I couldnt really tell what I was looking at.
I did pick up a power strip from an IT guy at work today used for the servers. He said it has EMI filtering built in and was going to try using that.
Please Log in or Create an account to join the conversation.