Studio 5000 & PF 525, Ethernet Comms, Encoder FB, Using Motor RPM as speed reference

AutomationTechBrian

Lifetime Supporting Member
Join Date
Jul 2013
Location
St. Cloud, MN
Posts
669
Studio 5000 & PF 525, Ethernet Comms, Encoder FB, Using Motor RPM as speed reference

I'm trying to figure out how to send a speed reference in RPM over the Ethernet connection between a Contrologix L71S and a Powerflex 525. I can send a speed reference in Hz to the PF 525, but I would like to be more precise and use RPM, since there is an encoder on the motor giving feedback to the VFD. The application has 4 spinning drums, with different circumference and different gear ratios. I can easily do the math in the controller to give the correct motor RPM to use as either the speed reference, or setpoint, if a PID loop is the correct technique. I just need a little help from someone who has done this before. Can I set the speed reference up as RPM? Or do I need to set up a variable set point to achieve this control? What would you do?

A note of frustration... I tried asking Rockwell (Tech Connect automation contract) but the "basic guys" had no idea what to do. They kept on telling me that I should use a scale function for my 4-20ma signal. I had to explain to them more than once that the Ethernet connection doesn't use an analog output, and that I was looking at communication tags in the PLC to use. (Wow...!) They realized this was out of their level of expertise, and tried to send me to the "Motion" guys. But they said my "Automation" contract didn't include that.

I'll keep looking for info online. Example setups are great. I'm hoping I'll stumble across one.
 
To my knowledge I don't think this is possible with the PF 525. It doesn't have selectable Speed units like the 700 and 750 series.
 
Thanks, that explains why I wasn't finding much. Seems weird that I have OutputRPM as one of my feedback tags. I'll see how a scaling function works using 0-60 Hz (0 to 6000) and see if I need more accuracy.

PF525 Feedback Tags.jpg
 
PowerFlex 525 always uses 0.01 Hz as the reference units over any network connection.

It's simply as close to the physical thing you're controlling as possible. Everything else is known to the user (or is part of the motor and feedback tuning).

As the user manual says, the OutputRPM value is basically for convenience, and is calculated with the Hz and the number of poles.
 
PowerFlex 525 always uses 0.01 Hz as the reference units over any network connection.

It's simply as close to the physical thing you're controlling as possible. Everything else is known to the user (or is part of the motor and feedback tuning).

As the user manual says, the OutputRPM value is basically for convenience, and is calculated with the Hz and the number of poles.

Well, that makes it simple. I'll do a scale block for each roll, and just to satisfy my curiosity, I'll dust off my tach wheel and double-check the results when it's done.

My thoughts about accuracy stem from the differences in the slip of the motors. They are all 4-pole, but with different nameplate RPM values, 1,720 and 1,745. And because I'm a "Tech", I think about the day when the motors are replaced... the motors might be slightly different. So using actual RPM would have given me a constant that doesn't change.

Also, the habit of erroring on the side of greater accuracy dictates that I include that small difference in the calculation. But realistically..... the gear ratios are so huge that the actual difference would be very small.

OK, I'm over it. Thanks, guys.
 
^ I provide a block that handles reconfiguration of the 525, including those parameters. You can tie Cfg_ and Val_ tags to an HMI for your sets and actuals.
 

Similar Topics

I'm new to PLCs and ladder logic. I'm trying to learn how to setup and control a PowerFlex 525 through a CompactLogix PLC. Things were going well...
Replies
3
Views
1,276
Hello everyone, Recently i've been using Studio 5000 V32.01 with Powerflex Drives using Ethernet. I've been having some problems when it comes...
Replies
1
Views
1,402
Hey all, I am having an issue when I get to the direction test of a powerflex 525. It says there is a communication issue. But I can change all...
Replies
2
Views
3,637
I am trying to add datalinks to a couple of PF525 drives in studio 5000 V31 in order to use the PlantPax AOI. I am offline with the PLC and the...
Replies
8
Views
3,698
Hi, I'm trying to get a Studio 5000 project (v24 using CompactLogix) to be happy with a PF 525 and a 1734-AENTR Point/IO module. My AENTR module...
Replies
1
Views
5,879
Back
Top Bottom