Running VFD using preset speeds + Potentiometer
Running VFD using preset speeds + Potentiometer
(OP)
I would like to run a conveyor motor at 4 different speeds. 3 of the speeds would be hard values (parameters entered based on digital inputs). The 4th speed would be from a potentiometer and would need to take precedence over the digital inputs . I have a Yaskawa drive to work with and have been told by customer this should be simple (no plc control wanted). Has anyone successfully implemented a similar scenario?





RE: Running VFD using preset speeds + Potentiometer
RE: Running VFD using preset speeds + Potentiometer
powersoff, I don't think you have a complete picture of how the speed pot is to take precedence. You will need to provide something somewhere which selects the speed pot over the fixed speeds because there is always an output on a pot.
You could use a selector switch which selects either the pot or the fixed speeds but that gives equal precedence to both modes.
If your drive has level detection capability on the output relays, you could set up one relay to pick up only at the bottom of the pot's rotation and then powering the fixed speeds thru a normally open contact on the relay. That would give the pot precedence at all rotation positions above the minimum point. The operator would have to turn the speed pot down to minimum to get the fixed speeds to work.
I'm not sure I'm helping you any here. Are we understanding you correctly?
RE: Running VFD using preset speeds + Potentiometer
Yes,
I think you understand and No I don't have a clear picture of how the speed pot will always have priority.
The ideal situation is the operator will not have to use pot. The conveyor will change speeds via digital inputs (photo eyes) but I think the real world is going to interfere and it will be necessary for operator to change speed as needed via the pot.
I will have to look in manual to see about level detection capability.
RE: Running VFD using preset speeds + Potentiometer
RE: Running VFD using preset speeds + Potentiometer
It would help if you advised the type of Yaskawa drive and this may prompt someone who has used this feature before to advise.
As an example, I know the E7 can do it but I couldn't for the life of me advise correctly the parameters to set to ensure the drive will see the Analogue input and Digital pre-set speeds without changing a parameter value.
RE: Running VFD using preset speeds + Potentiometer
Thanks.
RE: Running VFD using preset speeds + Potentiometer
In every drive I've ever seen, the fixed speeds take precedence over the speed pot.
I don't see a really simple way to do that.
RE: Running VFD using preset speeds + Potentiometer
BK
RE: Running VFD using preset speeds + Potentiometer
powersoff,
DickDV is right, my solution, though simple, is not exactly what you wanted, but it is a lot easier to implement for a novice.
But from your subsequent description of the application, I actually see now that you want to be able to TRIM the speed with the pot once a preset speed has been selected. That is subtly different.
I could do it with several other drive mfrs' products so I'm sure it can be done with a Yaskawa drive, but I have to agree with Ozmosis, the Yaskawa manual can be daunting for the uninitiated. Years ago when Magnetek was brand labeling the Yaskawa drives, they completely re-wrote the manual, making it clear and easy to understand. I preferred the Magnetek version solely for that reason. But alas, that situation no longer exists; now everyone is relegated to that horrible manual translated directly from Japanese.
The way I would do it would be to set up the contact closures as separate minimum speeds, but the pot is always the ONLY speed command reference. So for instance, if Speed 1 is 20Hz and you want to trim it to somewhere between 18 and 22 Hz, set up Input 1 to change the Minimum Speed to 18Hz, then let the Pot trim it within that range.
Some drives will give you full access to all I/O and command programming so that you can do this, others may involve setting up 3 completely different parameter sets and using the inputs to switch between them. I don't have that Yaskawa manual to tell if either is possible, but that should give you a direction to head.
RE: Running VFD using preset speeds + Potentiometer
It may be possible to use 3 digital inputs as your multispeed seeting and use a 2-wire configuration on S5/S6 as a means to provide a "raise/Lower" function via a couple of push-buttons.
However, I would play around with it to find out as the more I looked at the manual the more I found out where King Tut's grandfather was buried..
RE: Running VFD using preset speeds + Potentiometer
Presumably the operator would throw a switch to take control i.e. drop out whichever relay is closed and substitute his manual pot.
That might work
RE: Running VFD using preset speeds + Potentiometer
Bill
--------------------
"Why not the best?"
Jimmy Carter
RE: Running VFD using preset speeds + Potentiometer
So far the idea is...
1. Push start button VFD starts conveyor at the idle speed.
2. If first photoeye on (run at low speed).
3. If second photoeye on run at high speed( at this point high and low photoeye are on).
4.If high photo eye drops out deaccel back to low, If low photo eye drops out deaccel back to idle.
5.If at any time operator not satisfied with speed he will adjust pot to his liking.
I did find a up/down parameter in the drive manual but if both up/down inputs on or off drive holds speed.
RE: Running VFD using preset speeds + Potentiometer
How about this.
3 different potentiometers Idle, Low, High all with their ccw tab connected to 0V or common.
The Idle speed pot cw tab connected to the speed reference supply voltage (I will refer to as +10)
The Low speed pots cw tab connected to +10 thru the Low speed photo eye
The High speed pots cw tab connected to +10 thru the High speed photo eye
Each pot's slider tab connected thru a forward biased diode to the speed reference input.
When the drive starts it receives set-point from Idle pot thru the forward biased diode.
Low speed photo eye closes, because it's pot setting is higher its diode takes over.
High speed photo eye closes, because it's pot setting is higher its diode takes over.
Give the operator access to the High speed pot or provide a 4th potentiometer powered thru an override switch. The problem with the latter, he/she must remember to open the switch again unless you have it reset once the high speed photo eye clears.
A few minor points.
If the speed doesn't drop from High to Low you may need a bleed resistor e.g. 100K between Reference and 0V
The highest speed would be with pot fully cw -0.6V
Use a resistor in series with the speed pots to reduce their range.
Be careful not to overload the drives speed reference voltage source or perhaps use a separate regulated supply.
You could also string the pots in series with the photo contact in the slidewire circuit or use change-over contacts from the photo switches to eliminate the diodes.
Don;t run the speed reference voltages with power wiring unless it's shielded, if the photo switches are far off it would be better to use interposing relays.
The drives Start/Stop inputs are normally low voltage DC, if so its OK to run those with the speed reference.
BTW the diodes are called Auctioneer diodes, the highest bidder gets it.
Roy
RE: Running VFD using preset speeds + Potentiometer