THCAD-10
- Dee436
- Offline
- Premium Member
-
Less
More
- Posts: 91
- Thank you received: 13
27 Mar 2019 23:00 #129801
by Dee436
Replied by Dee436 on topic THCAD-10
I have tried hooking up a 9v battery but was not getting any reading in the hal meter, I think maybe the comp I was using was not enabling things until velocity and arc ok etc was on or above a threshold. I also though I would need to set a different voltage dependant on the power I was cutting at.
I have a pilot arc torch with blowback so no hf issues and also a built in 33:1 divider so should be good without resistor.
I will type your config in tomorrow and try a cut see what happens. Failing that everyone will have to have items made from plate thick enough not to warp
Thanks for the help will let you know how it goes
Darren
I have a pilot arc torch with blowback so no hf issues and also a built in 33:1 divider so should be good without resistor.
I will type your config in tomorrow and try a cut see what happens. Failing that everyone will have to have items made from plate thick enough not to warp

Thanks for the help will let you know how it goes
Darren
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
Less
More
- Posts: 11230
- Thank you received: 3755
27 Mar 2019 23:38 - 27 Mar 2019 23:39 #129805
by rodw
Replied by rodw on topic THCAD-10
you need to trace it through. Can you see the frequency on the encoder? even at 0 volts you should see a frequency. I think you are jumping ahead of yourself. Take the time to trace it though. go back to my post with the connection sheet of my setup..
Last edit: 27 Mar 2019 23:39 by rodw.
Please Log in or Create an account to join the conversation.
- islander261
- Offline
- Platinum Member
-
Less
More
- Posts: 757
- Thank you received: 216
28 Mar 2019 00:38 #129808
by islander261
Replied by islander261 on topic THCAD-10
When stuck on configuration issues please post your .ini and .hal files.
John
John
Please Log in or Create an account to join the conversation.
- Dee436
- Offline
- Premium Member
-
Less
More
- Posts: 91
- Thank you received: 13
28 Mar 2019 00:47 #129809
by Dee436
Replied by Dee436 on topic THCAD-10
Hi Rod
I will have a look at your comp tomorrow. I had seen it earlier today but thought it only hooked into a comp written by Dewey.
I will have a look at your comp tomorrow. I had seen it earlier today but thought it only hooked into a comp written by Dewey.
Please Log in or Create an account to join the conversation.
- Dee436
- Offline
- Premium Member
-
Less
More
- Posts: 91
- Thank you received: 13
28 Mar 2019 00:59 #129811
by Dee436
Replied by Dee436 on topic THCAD-10
Hi John
I reverted back to the hal pncconf created after the machine crashed. I have attached that here. I will attach the Ini when I am back a the machine tomorrow.
Darren
I reverted back to the hal pncconf created after the machine crashed. I have attached that here. I will attach the Ini when I am back a the machine tomorrow.
Darren
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
Less
More
- Posts: 11230
- Thank you received: 3755
28 Mar 2019 19:52 #129852
by rodw
Replied by rodw on topic THCAD-10
Thats not particularly useful. To get a plasma machine, you are going to need to edit your hal file by hand.
Remember, we can't help with physical wiring etc and the first step is to confirm that you hardware is tested in halshow to make sure its doing what it should be doing before you start building a config in hal.
Remember, we can't help with physical wiring etc and the first step is to confirm that you hardware is tested in halshow to make sure its doing what it should be doing before you start building a config in hal.
Please Log in or Create an account to join the conversation.
- Dee436
- Offline
- Premium Member
-
Less
More
- Posts: 91
- Thank you received: 13
03 Apr 2019 18:49 #130220
by Dee436
Replied by Dee436 on topic THCAD-10
Hi Rod
Sorry, not been able to get online for a few days. I have a couple of hours free tomorrow so will be back to the THC. I currently have a fully working plasma, other than the lack of thc functionality.
I am fairly sure the thcad is correctly wired and I am happy to hand edit the hal and any other files as needed.
I understand that the thcad takes a divided voltage from my plasma, converts that to a frequency, and that frequency can be read by the encoder in Linuxcnc, this can then be used to control the Z axis in an effort to keep a set voltage by varying the height of cut. I also understand there are a number of custom components that people have written that can be used for this purpose, and also the code posted by Islander261 that uses the built in scale component to achieve the same thing.
Tomorrow I will try again connecting the 9v battery and see if I can find a reading via one of the hal tools. I am assuming that I will need to use one of the previously mentioned components in order to see this ?
Sorry, not been able to get online for a few days. I have a couple of hours free tomorrow so will be back to the THC. I currently have a fully working plasma, other than the lack of thc functionality.
I am fairly sure the thcad is correctly wired and I am happy to hand edit the hal and any other files as needed.
I understand that the thcad takes a divided voltage from my plasma, converts that to a frequency, and that frequency can be read by the encoder in Linuxcnc, this can then be used to control the Z axis in an effort to keep a set voltage by varying the height of cut. I also understand there are a number of custom components that people have written that can be used for this purpose, and also the code posted by Islander261 that uses the built in scale component to achieve the same thing.
Tomorrow I will try again connecting the 9v battery and see if I can find a reading via one of the hal tools. I am assuming that I will need to use one of the previously mentioned components in order to see this ?
Please Log in or Create an account to join the conversation.
- Grotius
-
- Offline
- Platinum Member
-
Less
More
- Posts: 2407
- Thank you received: 2320
03 Apr 2019 19:02 #130222
by Grotius
Replied by Grotius on topic THCAD-10
@Dee,
if I can find a reading via one of the hal tools.
If you use halmeter you can click on monitoring the signal for value changes.
In halmeter search for your mesa input pin. It's somewhere in the list.
Good luck !!
if I can find a reading via one of the hal tools.
If you use halmeter you can click on monitoring the signal for value changes.
In halmeter search for your mesa input pin. It's somewhere in the list.
Good luck !!
Please Log in or Create an account to join the conversation.
- PCW
-
- Offline
- Moderator
-
Less
More
- Posts: 18558
- Thank you received: 5099
03 Apr 2019 19:03 #130223
by PCW
Replied by PCW on topic THCAD-10
At the minimum, to check the THCAD, you will need to:
1. Specify at least one encoder in the driver (hm2_pci or hm2_eth) command line.
2. Set the encoder to up/down mode (quadrature mode is default)
The hostmot2 manual page describes both of these settings
1. Specify at least one encoder in the driver (hm2_pci or hm2_eth) command line.
2. Set the encoder to up/down mode (quadrature mode is default)
The hostmot2 manual page describes both of these settings
Please Log in or Create an account to join the conversation.
- Dee436
- Offline
- Premium Member
-
Less
More
- Posts: 91
- Thank you received: 13
03 Apr 2019 20:01 #130229
by Dee436
Replied by Dee436 on topic THCAD-10
Thanks both, I will look at the manual and give it a try tomorrow
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.135 seconds