VFD not decelerating as expected.
VFD not decelerating as expected.
(OP)
I'm using a MA7200 to run a lathe motor. The original motor was a 3hp. This one is a 5hp VFD motor. I have everything working fine except the deceleration is anemic.
I've set accel and decel to 1 second. The motor ramps to 1720 in one second but refuses to decel in less than about 4 seconds. I have a mondo load resistor that doesn't rise above room temperature (which is saying a lot since it's ^*#@^%! 45F).
Running it in sensorless vector.
I've tried "Full Range" DC injection braking with only trivial improvement.
When STOP is commanded the current changes from about 5A at full speed with no load, to 7A on its leisurely stroll to zero.
Conversely when I switch instantly from full speed forward to full speed reverse the VFD dumps 30A into the motor and has it running full speed reverse in about a second.
I'm sure it's one of those cases where some quasi-related parameter is limiting the maximum stop current but I can't find it after more than an hour of weeding thru the manual and trying everything even remotely suspicious.
BTW: Never once have I had a single fault so it's not like it physically can't decelerate as fast as I'm asking it to.
Here's the: Manual
I've set accel and decel to 1 second. The motor ramps to 1720 in one second but refuses to decel in less than about 4 seconds. I have a mondo load resistor that doesn't rise above room temperature (which is saying a lot since it's ^*#@^%! 45F).
Running it in sensorless vector.
I've tried "Full Range" DC injection braking with only trivial improvement.
When STOP is commanded the current changes from about 5A at full speed with no load, to 7A on its leisurely stroll to zero.
Conversely when I switch instantly from full speed forward to full speed reverse the VFD dumps 30A into the motor and has it running full speed reverse in about a second.
I'm sure it's one of those cases where some quasi-related parameter is limiting the maximum stop current but I can't find it after more than an hour of weeding thru the manual and trying everything even remotely suspicious.
BTW: Never once have I had a single fault so it's not like it physically can't decelerate as fast as I'm asking it to.
Here's the: Manual
Keith Cress
kcress - http://www.flaminsystems.com





RE: VFD not decelerating as expected.
RE: VFD not decelerating as expected.
If you want Dynamic Braking, Sn-06 must be set to "0", Deceleration to Stop. By setting it to Full Range DCIB, it will ignore the Dynamic Braking braking transistor and resistors, it just pumps DC into the motor. Not good. DCIB really should only be used at the END of the braking cycle. Dynamic Braking uses the kinetic energy in the load to regenerate through the drive into the resistors. But Dynamic Braking suffers from the Law of Diminishing Returns in that as there is less and less kinetic energy left in the load, there is less and less braking power, so it can never "finish" the job. So you set the DCIB to come on at the very end, like the last 10% of speed.
But when you set Sn-06 to 0, you must ALSO set Sn-15 to 0 as well. This is the Stall Prevention on Decel. The factory default setting is "1", which has it turned on. This will interfere with your Dynamic Braking.
"Will work for salami"
RE: VFD not decelerating as expected.
RE: VFD not decelerating as expected.
I read it as DC injection wasn't as fast as deceleration but since decel wasn't cutting it, I finally gave it a desperation shot. I saw how they seemed to show the DCI only applying at low-end speed but didn't understand why. Thanks for the details Jeff.
I think stall prevention is the ONLY thing I didn't try. YES! I will do that and get back to you all.
Scotty, I too was really concerned about the spindle unscrewing myself but the lathe is a large one and the owner assured me the lathe stopping almost instantly with the old DC(?) motor.
Keith Cress
kcress - http://www.flaminsystems.com
RE: VFD not decelerating as expected.
RE: VFD not decelerating as expected.
Stall prevention made zero difference to this issue.
One thing I did notice is that when you dial the speed knob up or down the motor responds to the knob according to the accel/decel setting. I can even hear the dump relay switching the resistor in and out. It just ignores the decel when STOP is commanded.
Keith Cress
kcress - http://www.flaminsystems.com
RE: VFD not decelerating as expected.
RE: VFD not decelerating as expected.
Another word of advice on my experiences with VFD programming.
Sometimes when I run up against a problem and I do a lot of experimenting, I end up creating conflicts by forgetting to reset one of the experimented options, which then gets in the way of the real solution. I suggest doing a full reset to factory defaults and starting over.
"Will work for salami"
RE: VFD not decelerating as expected.
Oh yeah, tried that several times.
!!! I was starting to think that myself and almost did it. He told me when he started cutting the spindle slowed about 200 RPM. So I turned on the PID and suddenly the drive no longer cared about the speed pot. Turned out the drive decided to switch from 0~10V input to the 4~20mA input because PID was activated! Thanks for the push. I'll do it.
Maybe someone can explain sn-15 logic to me. I've read that paragraph about 10 times. It seems wrong.
It's on the bottom of page 3-50.
Keith Cress
kcress - http://www.flaminsystems.com
RE: VFD not decelerating as expected.
RE: VFD not decelerating as expected.
So if you have that enabled when you want Dynamic Braking, the drive might be incapable of telling the DIRECTION of the current flow and may artificially INCREASE the speed reference to attain the same net effect. But that's not what you are after when braking, so instead, it appears to do little. Just like what Keith was observing.
"Will work for salami"
RE: VFD not decelerating as expected.
I thought I'd tried turning off stall prevention but since it defaults to ON I may not have turned it off ever.
Hopefully I can try it in an hour or so.
Stay turned.
Keith Cress
kcress - http://www.flaminsystems.com
RE: VFD not decelerating as expected.
Had to turn the Stall Prevention OFF.
Turn the DC Braking OFF.
Turn Decel ON.
Turn Run Time Stall prevention OFF.
Turn Accel Stall prevention OFF.
Now when I hit STOP the lathe spindle screeches to a stop amidst 32A of drive current and the braking resistor warms up.
Now happy I immediately ran into a new shock...
When we start cutting metal the spindle slows about 200RPM. PID to the rescue? Not so fast.
Here this thing is a sensorless vector drive and it can't run PID on its own speed. Can you even fathom that? Turns out you have to feed this sensorless vector drive a feedback signal from a sensor, if you want it to do PID. Remarkable. Astounding. Moronic.
They offer Voltage analog IN, or 4-20mA analog IN, or pulse generator IN as the process value for PID, but not it's own sensorless speed derived number.
I think they allow you to output the speed on an Analog OUTPUT. I wonder if I can feed that back in one of the Analog INPUTs as the process value....
Keith Cress
kcress - http://www.flaminsystems.com
RE: VFD not decelerating as expected.
Is the PID loop not intended for use with an external sensor controlling, say, pump discharge pressure rather than shaft speed?
RE: VFD not decelerating as expected.
Smoked, start over again. From scratch. Attention to details. Book in hand. Do as it says and do not Ass U Me anything (thanks Jeff).
Gunnar Englund
www.gke.org
--------------------------------------
Half full - Half empty? I don't mind. It's what in it that counts.
RE: VFD not decelerating as expected.
I spent about an hour trying to "RESET" to default settings. As far as I can tell that is not an option. If it can be done I don't see it anywhere in any manual. I finally went through the torture of looking at every single parameter.
There is slip compensation GAIN. I turned that up hoping to 'rigidify' the droop a little but was not able to test it by turning some metal today.
Skogs;
It does seem they want to use the PID for "flow or pressure" type inputs.
I did run the AUTOTUNE immediately after setting "Vector" mode. I was unable to disconnect the motor from the single shaft gear box but did remove the belts feeding everything else, head stock, feeds, etc. So during tuning there was the gear box shaft and the output sheave ~4".
Is ASR something I should be trying? No where can I find what it is even. That and how it's mixed in with PID isn't helping.
Keith Cress
kcress - http://www.flaminsystems.com
RE: VFD not decelerating as expected.
Let the belts stay in place if you want the speed controller to be optimized for the actual application. If only motor (and reduction gear) are connected, you will usually get a much too low P. Sometimes as low as 1 or 2 while an optimized drive has 10 or 20, sometimes more. That does a lot to the "crispness" of the speed loop. A speed loop with too little P does not react well to a load increase - it "dives" and recovers slowly while a well optimized speed loop barely notices a load change.
Gunnar Englund
www.gke.org
--------------------------------------
Half full - Half empty? I don't mind. It's what in it that counts.
RE: VFD not decelerating as expected.
I'm glad you got the decel stall prevention (sn-15) turned off. I had recommended this back on the 12th along with an explanation of why. I guess you missed that post.
Gunnar is correct that tuning the drive to the motor parameters should improve speed regulation from no load to full load. Although he offers a good explanation of why autotune should be performed with the motor coupled to the load, my admittedly limited experience is that the motor should be uncoupled. The drive manual also states this. That being said, Gunnar may be right. He is, after all, a pretty smart guy.
So, if the results of autotuning with the gearbox and sheave attached are less than satisfactory, it would probably be easier to install the belts (load) for the next autotune per Gunnar's recommendation than to disconnect everything. If this doesn't work, you will have to uncouple the motor completely per the manual to perform the autotune. Regardless of which method works, coupled or uncoupled, a proper autotune should improve the speed regulation. The details and instructions for the autotune function can be found on page app-9.
RE: VFD not decelerating as expected.
Disconnecting the motor from the load would take several hours.
The tuning I ran with just the gear box, set all those various motor values. I've written them down so I can put them back if things go really sour while tuning the entire system.
Hey rhatcher! I didn't miss your correct directions! Thanks for them. Got any idea what "ASR" is referring to?
Keith Cress
kcress - http://www.flaminsystems.com
RE: VFD not decelerating as expected.
I cannot find any explanation for the acronym ASR, but I think that Automatic Speed Regulator is a safe guess. I would have used ASC (Automatic Spped Controller - that is what I am used to).
Page 3-27 says:
(43) ASR Proportion Gain 1 (Cn-47)
(44) ASR Integral Gain 1 (Cn-48)
•Set the proportion gain and integral time of the speed control (ASR)
(45) ASR Proportion Gain 2 (Cn-49)
(46) ASR Integral Gain 2 (Cn-50)
•Use these constants to set different proportional gain and integral time settings for
high-speed operation.
My comments: Cn-49 and Cn-50 are used when you go faster than base speed. As long as your drive works below and up to 60 Hz, you do not need them.
Cn-47 is the proportional gain of the speed controller. Increase to get "crisper" control. Try also with Cn-48 (integration time) and see if that helps after you have found an optimal setting of Cn-47.
Appendix 9 and 10 are good reading.
Hope this helps. Next step would be me coming over to have a go at it. How far is San Jose from Schenectady? No, just kidding, but an interesting thought.
Gunnar Englund
www.gke.org
--------------------------------------
Half full - Half empty? I don't mind. It's what in it that counts.
RE: VFD not decelerating as expected.
RE: VFD not decelerating as expected.
You're in Schenectady Skogs? What? There's a slide-rule convention there? :)
Keith Cress
kcress - http://www.flaminsystems.com
RE: VFD not decelerating as expected.
If you look at the block diagram on page 3-60, you will see it clearly.
The autotuning sets the P and I in the speed controller and since P can be set much higher (needs to be) when there's inertia added, you may need to adjust it manually to get a good transient and load step response.
Yes, me and my colleague are going to Schenectady to do some work for that "bank with an electrical workshop". It is a very natural thing to do when one considers that they have taken my initials. But, of course, we are flattered to be invited. It's a pity it's so far from S.F. Would really like to go there again.
Gunnar Englund
www.gke.org
--------------------------------------
Half full - Half empty? I don't mind. It's what in it that counts.
RE: VFD not decelerating as expected.
Can't wait to try out the PI.
Thanks.
A bank with an electrical shop... Guess I've heard everything now.
Keith Cress
kcress - http://www.flaminsystems.com