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,944
I've got a Powerflex 700 that doesn't like to get going in the mornings. This motor will run anywhere from 30 seconds to 5 minutes before it just...
Replies
3
Views
164
So I have a sort of unique situation where I'm wanting to run a PF755 from the IO and over ethernet. Of course, this comes with it's own set of...
Replies
9
Views
265
Hi I was wondering I need to update the firmware of a 755 inverter does the drive hold the program on the drive and just updates the firmware or...
Replies
5
Views
172
Hello everyone, I'm new here. First of all I just want to say that you guys are very knowledgeable and reading your posts on here has saved my...
Replies
4
Views
172
Back
Top Bottom