Re:Hardinge CHNC 1 Lathe
- BigJohnT
-
Topic Author
- Offline
- Administrator
-
Less
More
- Posts: 6999
- Thank you received: 1176
28 Feb 2010 14:09 - 28 Feb 2010 14:10 #2114
by BigJohnT
Replied by BigJohnT on topic Re:Hardinge CHNC 1 Lathe
Last edit: 28 Feb 2010 14:10 by BigJohnT.
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 19025
- Thank you received: 5251
28 Feb 2010 14:40 #2115
by PCW
Replied by PCW on topic Re:Hardinge CHNC 1 Lathe
Looks like a Tantalum bypass capacitor
old Tantalum bypass caps are quite prone to this (shorting out)
old Tantalum bypass caps are quite prone to this (shorting out)
Please Log in or Create an account to join the conversation.
- BigJohnT
-
Topic Author
- Offline
- Administrator
-
Less
More
- Posts: 6999
- Thank you received: 1176
28 Feb 2010 15:15 - 28 Feb 2010 15:15 #2116
by BigJohnT
Replied by BigJohnT on topic Re:Hardinge CHNC 1 Lathe
Last edit: 28 Feb 2010 15:15 by BigJohnT.
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 19025
- Thank you received: 5251
28 Feb 2010 15:26 #2117
by PCW
Replied by PCW on topic Re:Hardinge CHNC 1 Lathe
It might have some info on the back, I'd clip the leads and see. What power supply does this run on?
Bypasses are not critical so if the power supply is known the capacitor size can be guessed
Bypasses are not critical so if the power supply is known the capacitor size can be guessed
Please Log in or Create an account to join the conversation.
- BigJohnT
-
Topic Author
- Offline
- Administrator
-
Less
More
- Posts: 6999
- Thank you received: 1176
28 Feb 2010 15:48 #2118
by BigJohnT
Replied by BigJohnT on topic Re:Hardinge CHNC 1 Lathe
Hi Peter,
It runs on 24v.
It has the following on it
24V+
0.114 (2)
173+
The last line I can't read
Thanks
John
It runs on 24v.
It has the following on it
24V+
0.114 (2)
173+
The last line I can't read
Thanks
John
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 19025
- Thank you received: 5251
28 Feb 2010 16:18 #2119
by PCW
Replied by PCW on topic Re:Hardinge CHNC 1 Lathe
24V is strange (25 is a standard voltage rating and too low for 24V power)
Unless you can get the original specs I would tend to be cautious and use a 35V capacitor, maybe 2.2 uFor so
Unless you can get the original specs I would tend to be cautious and use a 35V capacitor, maybe 2.2 uFor so
Please Log in or Create an account to join the conversation.
- BigJohnT
-
Topic Author
- Offline
- Administrator
-
Less
More
- Posts: 6999
- Thank you received: 1176
28 Feb 2010 17:09 #2120
by BigJohnT
Replied by BigJohnT on topic Re:Hardinge CHNC 1 Lathe
Peter,
Thanks, I found some a Digikey...
Thanks
John
Thanks, I found some a Digikey...
Thanks
John
Please Log in or Create an account to join the conversation.
- Kirk_Wallace
- Offline
- Senior Member
-
Less
More
- Posts: 62
- Thank you received: 4
28 Feb 2010 17:28 #2121
by Kirk_Wallace
Replied by Kirk_Wallace on topic Re:Hardinge CHNC 1 Lathe
Someone has been busy. The burnt capacitor (C1) has a polarity like batteries and diodes. The tapered end indicates which way to orient the part. There should be a plus sign on the board showing which way the tapered end goes. It may be that the power was hooked up backwards at one time. Or the capacitor just failed from age. If the power was hooked up backwards, other things could be damaged. Here is an example:
search.digikey.com/scripts/DkSearch/dksu...l&name=718-1431-2-ND
www.vishay.com/doc?40019
Since you have a single chip, it might be this 10 to 4 priority encoder:
search.digikey.com/scripts/DkSearch/dksu...&name=296-14247-5-ND
I remember when IC's were the hot new thing, that only the military could afford. The 10-bit chip probably wasn't available when they made my board.
I believe the silicone seal in the holes, where the cables enter, is not original and was used to try to keep the oil out, but the only way I know to do this is by replacing all of the worn o and x-rings in the turret assembly. I got all but the extra large x-ring that goes around the table skirt from Mcmaster-Carr. I had to buy minimum quantities on some, so I can send you some of my duplicates. The previous owner said he had to replace a good number of seals every few years. Replacing the seals made a big difference in how well the turret works. I'd leave the silicone out so that if any oil gets in, it has a way to get out, and so that venting air has a way to get out with out blowing any seals.
The magnet holder is not indexed to the shaft. I left the screw a little loose to tune the magnets position so that the sensor would trip as early as possible but remain tripped when the table parks. I needed the early trip so that the software and stop mechanism could activate before passing the selected tool position. It's like trying to grab a ring on a carousel, if you miss the ring, you have to keep going around until you get it. I need to add time-outs to the component so that if something goes wrong, the turret won't turn endlessly.
I wrote the turret component because I didn't want to learn ladder logic and it is much more direct. You can use it if you want. Just download it from my website:
www.wallacecompany.com/cnc_lathe/HNC/emc2/turret.comp
You will need to use Synaptic to install emc2-dev (or emc-dev?). Then use the command:
"comp --install turret.comp"
This link covers the command:
www.linuxcnc.org/docview/html//hal_comp.html#r1_12
www.linuxcnc.org/docview/html//hal_comp.html#r1_12
But it looks like a lot has changed from the last time I looked through the documentation. There may a better way to install a comp. When the comp is installed, the new HAL pins show up and can be connected appropriately.
I just remembered the park sensor needs to be added to the turret comp. Currently, the tool-changed signal gets invoked when the stop state is invoked. The park sensor should be checked first before sending tool-changed. Plus the air pressure sensor should be checked too. My problem is that the turret works fine as is, so there is less incentive to complete these features.
--
Kirk Wallace
www.wallacecompany.com/machine_shop/
www.wallacecompany.com/E45/index.html
California, USA
search.digikey.com/scripts/DkSearch/dksu...l&name=718-1431-2-ND
www.vishay.com/doc?40019
Since you have a single chip, it might be this 10 to 4 priority encoder:
search.digikey.com/scripts/DkSearch/dksu...&name=296-14247-5-ND
I remember when IC's were the hot new thing, that only the military could afford. The 10-bit chip probably wasn't available when they made my board.
I believe the silicone seal in the holes, where the cables enter, is not original and was used to try to keep the oil out, but the only way I know to do this is by replacing all of the worn o and x-rings in the turret assembly. I got all but the extra large x-ring that goes around the table skirt from Mcmaster-Carr. I had to buy minimum quantities on some, so I can send you some of my duplicates. The previous owner said he had to replace a good number of seals every few years. Replacing the seals made a big difference in how well the turret works. I'd leave the silicone out so that if any oil gets in, it has a way to get out, and so that venting air has a way to get out with out blowing any seals.
The magnet holder is not indexed to the shaft. I left the screw a little loose to tune the magnets position so that the sensor would trip as early as possible but remain tripped when the table parks. I needed the early trip so that the software and stop mechanism could activate before passing the selected tool position. It's like trying to grab a ring on a carousel, if you miss the ring, you have to keep going around until you get it. I need to add time-outs to the component so that if something goes wrong, the turret won't turn endlessly.
I wrote the turret component because I didn't want to learn ladder logic and it is much more direct. You can use it if you want. Just download it from my website:
www.wallacecompany.com/cnc_lathe/HNC/emc2/turret.comp
You will need to use Synaptic to install emc2-dev (or emc-dev?). Then use the command:
"comp --install turret.comp"
This link covers the command:
www.linuxcnc.org/docview/html//hal_comp.html#r1_12
www.linuxcnc.org/docview/html//hal_comp.html#r1_12
But it looks like a lot has changed from the last time I looked through the documentation. There may a better way to install a comp. When the comp is installed, the new HAL pins show up and can be connected appropriately.
I just remembered the park sensor needs to be added to the turret comp. Currently, the tool-changed signal gets invoked when the stop state is invoked. The park sensor should be checked first before sending tool-changed. Plus the air pressure sensor should be checked too. My problem is that the turret works fine as is, so there is less incentive to complete these features.
--
Kirk Wallace
www.wallacecompany.com/machine_shop/
www.wallacecompany.com/E45/index.html
California, USA
Please Log in or Create an account to join the conversation.
- Kirk_Wallace
- Offline
- Senior Member
-
Less
More
- Posts: 62
- Thank you received: 4
28 Feb 2010 17:44 #2123
by Kirk_Wallace
Replied by Kirk_Wallace on topic Re:Hardinge CHNC 1 Lathe
I forgot to mention, I set the magnet so that the current tool number shows towards the machine front on the carriage. I originally set it to show towards the head stock, which is also the actual tool location, but I found it much easier to check the current tool number if it pointed out towards the operator. I used a Sharpie to number the top of the table for the actual tool positions. In other words, if tool one is current, tool one points towards the headstock, the Sharpie number is towards the headstock, but the table skirt number one points out the front of the machine towards the operator. I could not find anything in my Hardinge documentation that covers how the number should be set, so I just did as I pleased.
--
Kirk Wallace
www.wallacecompany.com/machine_shop/
www.wallacecompany.com/E45/index.html
California, USA
--
Kirk Wallace
www.wallacecompany.com/machine_shop/
www.wallacecompany.com/E45/index.html
California, USA
Please Log in or Create an account to join the conversation.
- Kirk_Wallace
- Offline
- Senior Member
-
Less
More
- Posts: 62
- Thank you received: 4
28 Feb 2010 18:00 - 28 Feb 2010 18:11 #2125
by Kirk_Wallace
Replied by Kirk_Wallace on topic Re:Hardinge CHNC 1 Lathe
Oops, and the Hall sensors are sensitive to the North (or is it South?) end of the magnet, so if you test your sensors with the wrong end, they won't work. Just turn the magnet over and try again, any magnet should do. And don't forget to tighten the magnet down when you have finished tuning the encoder.
I forget how the chip works, but I think the outputs only sink current, so a pull-up and voltage source is needed. I used 24 Volts and used an opto-isolator to convert to 5 Volts at my controller inputs. The optos are labeled "Turret Input V Converter" here:
(I think the picture gets larger if you click on it)
--
Kirk Wallace
www.wallacecompany.com/machine_shop/
www.wallacecompany.com/E45/index.html
California, USA
I forget how the chip works, but I think the outputs only sink current, so a pull-up and voltage source is needed. I used 24 Volts and used an opto-isolator to convert to 5 Volts at my controller inputs. The optos are labeled "Turret Input V Converter" here:
(I think the picture gets larger if you click on it)
--
Kirk Wallace
www.wallacecompany.com/machine_shop/
www.wallacecompany.com/E45/index.html
California, USA
Last edit: 28 Feb 2010 18:11 by Kirk_Wallace.
Please Log in or Create an account to join the conversation.
Time to create page: 0.228 seconds