Hardinge HNC retrofit and where to start
Where did you get that number?Does any body have an opinion on the centroid retrofit kit for the HNC lathe
it cost around 4K
www.centroidcnc.com/hardinge_chnc.htm
says at least 11k, possibly 17k if you don't re-use your motors.
Please Log in or Create an account to join the conversation.
I dont do ladder,so I wrote all my PLC's in c using comp.My suggestion is to mount and encoder on each screw,wire an amp(with a kill switch inline) and play around with jogging it.Its gonna take some time and its a big learning curve.The folks on this forum are very helpful.Mesa has a resolver board,if you want to keep the resolvers,you could then keep the tachs and Hiack amps,but they are big and take up alot of space...I prefer to do my machine logic in comp rather than in hal.I like my hal file clean.I bought most of my stuff surplus and I think I have about 1500.00 in the retrofit.In the end it also got a paint job and new lexan for the enclosure.It kills me,I paid 200 for the machine and 175 for the stupid plastic!!!!
Below is a link to the machine running parts.Let me know if I can help out . I wouldnt touch that centroid with a 25ft length of paper tape!!!
Please Log in or Create an account to join the conversation.
John
Please Log in or Create an account to join the conversation.
I am not in a big hurry and am not super concerned with cost I know the lathe will pay
for itself in very little time, what does worry me is having to learn the software
language (worrys me alot) I have never really even tried to write computer code.
thanks again John and JR
Bob
Please Log in or Create an account to join the conversation.
Thanks to both of you guys I am just putting it out there to see what my options are
I am not in a big hurry and am not super concerned with cost I know the lathe will pay
for itself in very little time, what does worry me is having to learn the software
language (worrys me alot) I have never really even tried to write computer code.
There shouldn't be much, if any, actual computer code to write.
Try booting the LiveCD and running PNCConf and see if that looks like something you are happy managing.
(I am not sure if the current PNCConf understands the 7i49 card though).
Bear in mind that we aren't going anywhere, so there is plenty of help on hand.
Please Log in or Create an account to join the conversation.
Thanks to both of you guys I am just putting it out there to see what my options are
I am not in a big hurry and am not super concerned with cost I know the lathe will pay
for itself in very little time, what does worry me is having to learn the software
language (worrys me alot) I have never really even tried to write computer code.
thanks again John and JR
Bob
Like Andy said we are not going anywhere and many before you have converted the HNC to LinuxCNC. The HAL files are basically one line connections kinda like the wiring between the physical world and the control software. And when you have that part sorted out it is done and you don't have to do it again. Other than some minor differences like pin names if your not using the 5i20 7i33 7i37 route you could just start with my CHNC configuration , it's complete and I've been running it for a year and is on my web site. Of course you will have to determine if you want to retain the resolvers and drives or not and how to deal with that. For 95% of the ops on my CHNC I use ngcgui subroutines for things like facing, OD turning, ID boring, drilling, tapping, threading, taper OD, and profiles. Anyone who puts some effort into the problem around here will get tons of quality help.
John
Please Log in or Create an account to join the conversation.
.I replaced the Hiack amps with AMC 25a20's and the resolvers with Acucoder 3000ppr encodersp
Both Pico and Mesa have solutions that work with Resolvers now. The Pico system converts the resolver positions to quadrature counts, and the Mesa system is an IO board (the 7i49) which plugs into a Mesa PCI card such as a 5i20 or 5i23.
Pico Resolver converter: www.pico-systems.com/resolver.html
Mesa 7i49: www.mesanet.com/aiodaughter.html
The Mesa site is a bit hard to link to to show specific devices. You can find the front page here: www.mesanet.com
I have developed my own resolver convertor using a $25 Arduino, but I don't think that is really a production-viable solution.
Please Log in or Create an account to join the conversation.
so I can get them posted, I do not have a homepage or I would just put them there
Bob
Please Log in or Create an account to join the conversation.
When you open an image with Gimp just right click on the image and do image > scale then right click and do file > save as... also note that Gimp has a windoze version too.
John
Please Log in or Create an account to join the conversation.
Writing G code is EASY,a lathe is even easier,its two axis!!! I am guessing you are a machinist,if not,you will have some basics to overcome.Probably the biggest hurdle to overcome in doing a retrofit is actually learning how a cnc control works and its associated hardware.I choose to program my PLC in C,because I have prior experience with another control that used BASIC for plc.You can use classic ladder ,which is graphical.The other hurdle is The Linux part,get used to the terminal.....
When I first started with EMC,I bought a couple used servo amps and motors off ebay,hooked them up on a bench and played with the control and motors for a week or two.I then rigged an opto board and some switches and led's to try out the I/o part.
Andy was a HUGE help with the Comp part.Id do some bench testing long before Id start tearing the machine apart.If you have 4k to spend on a Centroid,why not just buy a running CHNC with a Fanuc control off ebay??
If you are worried about programming g code,there are several low cost cam systems you can use,Vector come s to mind,I use it for all my simple stuff.Its quick and easy,'course,it dont run in Linux!!! Go for it...
JR
Please Log in or Create an account to join the conversation.