Question about the Powerflex 525 and hybrid Eth/IP control

wine_sparky

Member
Join Date
May 2016
Location
B.C.
Posts
17
Hi,

I'm looking to see if there is a solution for an application I'm attempting.

I have a PF525 running a pump. It is primarily hard-wired control and uses a 4-20ma signal as a speed reference. However, it is also connected to Eth/
IP and setup in a Logix 5000 project. I would like to occasionally control the speed via Eth/IP from my Logix project based on certain situations.

I know how to send the speed reference, but what I'm not sure how to do is to override it's local 4-20ma signal with the ETH/IP signal. I don't want to have to add any additional hard wiring to the VFD.

Does anybody know how to do this?
 
I don't have it in front of me but I'm pretty sure this is possible.



Set up Speed Reference 1 as analog input (it probably already is), and Speed Reference 2 as Ethernet/IP. Then you just need a signal to switch between speed reference 1 and speed reference 2. I *think* that it's possible to select the speed reference over Ethernet/IP - check out the data structure and see if you can see any likely looking tags to set.

Failing that, you could do something quick and dirty and creative:
1. Set speed reference 1 to Ethernet/IP and set the drive to use speed reference 1 at all times
2. Set up a datalink on the PF525 to read the value of the analog input back into the PLC
3. When you want the speed controlled by the analog input, have the PLC read the analog input and send it back out to the drive over Ethernet/IP as a speed reference
4. When you want the speed controlled by the PLC, just send your desired reference out
This would of course mean that it is no longer capable of running without the PLC, as the PLC acts as a signal relay. If that's not OK, there's another even dirtier and more creative workaround you could try (that would involve some very minor wiring at the drive, but only locally at the drive terminals):

Set up the system as described in my initial suggestion, but instead of using ethernet/IP to change the speed reference source, set it to a spare digital input on the drive. Then, wire a spare digital output from the drive to that input. Finally, set up a datalink in the PLC to control the digital outputs on the PF525, and have the PLC turn that output on when it wants to take over control.

Hopefully one of those solutions works for you!
 
Thanks for those suggestions.

I don't think #1 will work (unless somebody can correct me) because I don't think that it is possible to set the speed ref selection via ETH/IP datalinks (maybe with explicit messaging)

#2 is definitely not desirable in this instance.

#3 Will work for me. But I'd like to hear more feedback on #1
 

Similar Topics

Hi all. Having a problem with a PF 525 TermBlk 5 input. I came across the drive the other day and not sure how its running. Both the Enable...
Replies
3
Views
2,085
I'm sure someone out there is a lot smarter than I, so here is the question. I have a PowerFlex drive the max. overcurrent is set at 6.0 amps I...
Replies
12
Views
4,789
I'm working on a 525. It's configured for ethernet/IP, and I can jog it through the HMI. My question is about the I/O tags in the logic. In the...
Replies
7
Views
9,553
Good morning, I've had an inverter fail with firmware revision 5.002, the only spare is Rev 7.001, when updating the project with the new...
Replies
2
Views
1,247
Hi all. Having had to change jobs due to the recent Covid stuff has thrown me a curve ball. I write my own software and have played with Rockwell...
Replies
0
Views
1,409
Back
Top Bottom