Powerflex 525 loses AtReference

dmayhugh

Member
Join Date
Sep 2016
Location
Michigan
Posts
48
I have a powerflex 525 drive that will turn an auger forward and reverse. When production is idle the auger is programmed to keep running. We are using ethernet communication and a ControlLogix processor.
When the drive is running with the production line stopped after a while I loose the AtReference input from the drive to the PLC. Any ideas where to track this down?
 
running 60 hertz it is not binding up. While waiting for process the auger is running and I loose the AtSpeed reverence input to the PLC then I loose the Run Command output in the PLC.

The VFD is Ethernet and the (ED_CY01_10:I.AtReference) The VFD is a datatype for this tag. I loose that input so I do not know if this would be an Ethernet drop causing me to loose the input.
 
It won't be your ethernet dropping out that causes it. If you lose your ethernet connection to a drive, all the input data stays in the last known state. The drive is turning off it's AtReference tag deliberately.


Typically, I don't use the At Speed feedback unless it's really, really needed. If I need to wait for the drive to get up to speed before doing something else, I generally program it like this:
Code:
|
|  Motor1Running    Motor1AtSpeed         RunMotor2
|--------| |-------+-----| |-----+----------(  )---|
|                  |             |
|                  |  RunMotor2  |
|                  +-----| |-----+
That way, motor 2 doesn't start until motor 1 is at speed. But after that point, it will continue to run just as long as motor 1 keeps running.


Otherwise, if you change the speed setpoint on Motor 1 and it has to ramp up or down, motor 2 will stop and restart, which is usually undesirable.


The same thing will happen if your drive for whatever reason deems itself no longer "at speed" for a short time. The code above gets around that.
 

Similar Topics

So I'm running into a strange problem with a new Powerflex that was installed on an existing conveyor. When the commanded frequency approaches...
Replies
8
Views
14,406
Hi to all. We need to change a bad powerFlex 525 to a new one. How do you save the configuration to install in the new one? Thank you all for...
Replies
5
Views
217
Im trying to teach a couple of labs on VFDs at a community college. We have some motor control trainers with P525s and 3 phase motors from...
Replies
2
Views
224
New to vfds. I put in parameters. IP, but I get ethernet flashing and link solid. What did I do wrong?
Replies
9
Views
456
Are the N files in the 525 the same as the 40p for ethernet? (E-Comm card) I have used 40P with Micrologix 1400 Messaging but don't see the N...
Replies
4
Views
221
Back
Top Bottom