Re: Renovating a Hardinge HLV-H
I have cut some beautiful threads that were the wrong pitch. When counting holes don't forget the first one is a "parking" spot, that doesn't have any gear engagement.
Re: Renovating a Hardinge HLV-H
Re: HLV-H Control Circuit
Looks good, My HLV is # 461 and thought it would be while before I saw an older one. I was too looking at swapping out to an Inverter, at the minute, I have it rigged so that the ctrl is supplied direct of 240 mains, (bypassing the transformer) and I engage the slow or high run relay’s before I tell the inverter to ramp up. (Not ideal – but ok temporary) I might inquire as to how Cyclematic lathes do their speed control. Do we know how the new Hardinges work ? – be good to see a new Schematic and even more interesting would be the New HLV that has just come out, with the servo leadscrew. In my case I have only just ripped out and restored the wiring to original and everything works fine so I may try to keep it original. Quick question,, with regards to the brake, you are still retaining the mechanical brake solenoid. This is the way I would be doing it, but thinking about it there may be some merit in using the inverter to do the braking, what are your thoughts on that? The auto transformer you are using is single phase, are you doing the same as me and feeding the inverter with 400V single phase ? and not running it at full capacity ? I should really get some pictures of mine on this forum.... I have just got to the primer & paint stage, (lotts of dammage to my carrige gears + rebuilding the carrige feed motor + revising its electronics have taken a lot of time) Best Jon P
Re: Renovating a Hardinge HLV-H
Hi Jonathan,
Good to hear from you:)
Quote:
.. be good to see a new Schematic and even more interesting would be the New HLV that has just come out, with the servo leadscrew.
Yes it'd be nice to know if the lever still directly controls the speed change or weather they are just using a single speed motor and a clever VFD. (I suppose it would even be possible to design a dual output VFD just for dual speed motors)
Quote:
Quick question,, with regards to the brake, you are still retaining the mechanical brake solenoid. This is the way I would be doing it, but thinking about it there may be some merit in using the inverter to do the braking, what are your thoughts on that?
I'm retaining the mechanical brake as it is useful for collet changes etc.. ATM it will only operate when the lever is in the STOP position (or when the spindle lock is ON). During ramp down for speed changes, the VFD does all the braking. Incidently, I found the VFD slowed the machine faster, without faulting, using the ramp down without dc injection.
It's a real pity that my VFD's 'catch spinning motor' routine doesn't seem to work 'as advertised'. If it is has to speed-up the motor (i.e. when changing from low to high speed) the motor complains loudly. The high to low speed transition was flawless. (I guess it ramps down from max frequency ).
Quote:
The auto transformer you are using is single phase, are you doing the same as me and feeding the inverter with 400V single phase ? and not running it at full capacity ?
The Siemans VFDs are rated at full power while working on single phase (many [most?] that will run on single phase will not need to be derated - it's only losing two diodes in the bridge rectifier, if the remaining four will take the extra current there's no need to de-rate the VFD)
Quote:
I should really get some pictures of mine on this forum.... I have just got to the primer & paint stage, (lotts of dammage to my carrige gears + rebuilding the carrige feed motor + revising its electronics have taken a lot of time) Best Jon P
Yes do post here I'd love to see it.
I'd be tempted to replace the DC motor with a smaller 3ph one and use another small VFD for power feed - It'd have a much better speed control
Sorry to here about your carriage gears. Are new ones very expensive? :(
Re: Renovating a Hardinge HLV-H
Quote:
Originally Posted by
BillTodd
It's a real pity that my VFD's 'catch spinning motor' routine doesn't seem to work 'as advertised'. If it is has to speed-up the motor (i.e. when changing from low to high speed) the motor complains loudly.
You might consider changing the sampling frequency as an experiment. If the motor is emitting higher frequency noises, it's often a function of mechanical resonance of the windings under load.
Quote:
Originally Posted by
BillTodd
The Siemans VFDs are rated at full power while working on single phase (many [most?] that will run on single phase will not need to be derated - it's only losing two diodes in the bridge rectifier, if the remaining four will take the extra current there's no need to de-rate the VFD)
The size of the filter capacitor on the DC bus actually has more to do with derating than the size of the diodes, though of course the diode rating has to be considered for single phase feeding of a larger capacitor bank. Most of the VFD's I've seen suggest a 1/3 derating...e.g., use a 3hp rated unit for a 2hp motor. That's consistent with the energy under the power curve for three phase versus single phase rectifier designs. The VFDs that are rated for single phase simply have a larger capacitor bank in them. If the supplied voltage from a three phase input design VFD sinks under a heavy cutting load, it is usually fairly easy to add capacitance to the unit externally to solve the problem. The risk is exceeding the current rating of the internal diodes because they are charging a heavier peak load in each cycle. It's usually not a problem for reasonable (<50%) increases in capacitance, but needs to be checked.
Re: Renovating a Hardinge HLV-H
Hi Mike, Did you download the '61 wiring diagram OK (not too big in pdf form)?
Quote:
You might consider changing the sampling frequency as an experiment. If the motor is emitting higher frequency noises, it's often a function of mechanical resonance of the windings under load.
Yeah, I fiddled with a number of things (I'm currently running it at 16kHz 'cos the motor's lightly loaded and it makes it silent).
The 'catch flying motor' function is odd; it should have no difficulty re-syncing to a slower motor. However, it says in the spec that it auto-senses the number of poles on the motor, it's unclear if this is only happens when RUN is selected. If it only senses after RUN then that might explain why it wont sync to the motor.
After playing around with it some more today, I'm sorely tempted to add a microcontroller to the VFD's serial bus, just so I could adjust the drive parameters 'on the fly'. I'm sure it would be possible then to dispense with the speed change relays and just tell the VFD to STOP (cut the power) prior to a speed change and pick up at the correct frequency after.
Quote:
The size of the filter capacitor on the DC bus actually has more to do with derating than the size of the diodes
I thought someone would pick-up on that :)
I've just re-checked the Siemens' data, there no de-rating for single phase operation. although it does suggest the large power ones may need an external choke.
Interestingly, the box has terminals with access to the HV DC supply, but the manual doesn't show them. However, In an earlier model manual I downloaded, it did show them and DC brake resistor terminals. I wonder if smaller modern capacitors allow Siemens to 'over-rate' the filter for 3ph?
Re: Renovating a Hardinge HLV-H
Quote:
Originally Posted by
BillTodd
Hi Mike, Did you download the '61 wiring diagram OK (not too big in pdf form)?
I sure did. Many thanks for the effort!
Lessee...I got three e-mails in the batch this morning that had attachments greater than 75MB, so, no, it wasn't too big...:p
Quote:
After playing around with it some more today, I'm sorely tempted to add a microcontroller to the VFD's serial bus, just so I could adjust the drive parameters 'on the fly'. I'm sure it would be possible then to dispense with the speed change relays and just tell the VFD to STOP (cut the power) prior to a speed change and pick up at the correct frequency after.
Sounds like an interesting project. After 40 years of battling customers to define requirements for a few zillion projects, I'm moved to curiosity over why one would need the capability to switch from low to high or high to low quickly while it is running -at least on a manual lathe - but as long as you're having fun...
:beer:
Quote:
I've just re-checked the Siemens' data, there no de-rating for single phase operation. although it does suggest the large power ones may need an external choke.
The elimination of derating seems fairly common in one horsepower and less units. I suspect it has mostly to do with the low cost of capacitors and the re-use of the circuit boards in the 20HP and lower lineup.
Quote:
Interestingly, the box has terminals with access to the HV DC supply, but the manual doesn't show them. However, In an earlier model manual I downloaded, it did show them and DC brake resistor terminals. I wonder if smaller modern capacitors allow Siemens to 'over-rate' the filter for 3ph?
Of all the VFDs I've examined, all but one had easily accessible DC bus connections. The capacitor choice was likely made using a trade-off study of the cost of buying large quantities of one size versus smaller quantities of various sizes. That usually brings out the head scratching in those of us who buy the older stuff. :rolleyes:
Re: Renovating a Hardinge HLV-H
Quote:
Sounds like an interesting project. After 40 years of battling customers to define requirements for a few zillion projects, I'm moved to curiosity over why one would need the capability to switch from low to high or high to low quickly while it is running -at least on a manual lathe - but as long as you're having fun...
It has more to do with keeping the speed control lever as a go/stop device, than the need to switch speed.
I like the clunky lever. It reminds me of a time before 'Health and Safety', before every thing had to have an E-Stop button. A time when Window-cleaners were allowed to use ladders (you may be surprised to learn that EU/UK law now forbids them to use ladders!!!!!) A time when, when things 'go wrong' it was not always someone else's fault.
I will have my lever - even if it takes 100k LOCs (of machine code) :)