TuxEip and Powerflex Drive?

JasonV

Member
Join Date
Aug 2015
Location
ID
Posts
8
New to PLC stuff, and thought I'd ask if the following is possible before I spend too much time going down a dead-end. I'm trying to remotely control a powerflex 525 remotely via a PC. I downloaded TuxPLC/TuxEip library. The documentation says that TuxPLC works with the following Rockwell devices: PLC5, SLC500, MicroLogix, and ControlLogix. I can successfully connect to the Powerflex (meaning ConnectPLCOverCNET is successful).

Before I spend too much time modifying the TuxEip code to read from the right Powerflex registers, does TuxEip have a chance of working with Powerflex, or is Powerflex hardware completely different from the above supported devices?
 
I can't speak specifically about the Tux library, but for the most part the PC based Ethernet IP drivers use Explicit connections based on commands specific to a particular PLC or device. While a typical drive will use an implicit (IO style) connection for continuously updated IO data.

Typically a PC is not good at an IO connection because that style connection will setup to be updated at a particular rate which is referred to as the requested packet intervalue or RPI. Since the intervals are typically in the 10-50ms range, a PC with a non-determistic OS cannot guarantee a consistent turn around at those rates therefore giving an unreliable communication connection.

Another more common option to do what you want is to use a Modbus driver. I do believe the Powerflex 525 supports ModusRTU through its RS485 port.
 
I'd guess that it will not properly communicate to the drive without modification. The hardware shouldn't be an issue, it's probably that the CIP commands for drive connections are not in TuxEip.

That's just a WAG from someone who is not in any way an authority on this. It would be interesting to see what another piece of software does when changing parameters via Wireshark.

I see someone with much more knowledge on the subject is reading the thread, maybe they'll chime in. edit: and he did...
 
Archie, thanks for your input. The Implicit/Explicit communication is a good point. I think Micrologix uses Implicit comm, which Tux supports, so that difference alone may not be an issue.

Using a MOXA with 485 and controlling via Modbus RTU is another option on my list. Because of the inaccessibility of the drive (in a pressure vessel 14 miles away), I'm trying to reduce the number of hardware components that may fail. Though, if I pursue that option, I'm sure there'll be more posts from me.
 

Similar Topics

Hello, I dont have any experience with PLCs, but i need to write a program that sends data to a PLC (basically, sequences of INTs), a...
Replies
8
Views
4,990
Fairly new to the drive so apologise for the layman terms. Textile machine uses PF525 VFDs to control motors. The speed of the drive is currently...
Replies
5
Views
137
Hello Everyone, I want to upgrade the firmware of Powerflex 40 from 5.001 to 6.002 can anyone tell me how can I do that?
Replies
0
Views
73
Hello, I am currently in the final week of my internship and I have encountered issues with communication between a PowerFlex 700 variable...
Replies
8
Views
254
Hi there, I have above mentioned VFD which is communicating to my control logix(L62) plc using devicenet DNB scanner(plc side) and 20-comm-D card...
Replies
3
Views
201
Back
Top Bottom