Setting speed parameters to a powerflex 525

Aub1996

Member
Join Date
Oct 2023
Location
Cleveland
Posts
3
Hello,

I am playing around with a Powerflex 525, I am able to run the drive via RSlogix 5000 over ethernet.

I am curious on how to set drive speed (Hz) from logix to the drive.

Would I use a MSG to move the speed into the O.FreqCommand?

If anyone has time to help / draw up and snip a rung with it set up.

Thanks in advance!
 
Would I use a MSG to move the speed into the O.FreqCommand?
No need for MSG if you have it set up in your IO tree (which it sounds like you do since you have O.FreqCommand). Just MOV your desired speed (or directly edit for testing purposes). iirc default units are .01Hz.

You may need to set the speed source in the drive.
 
Yes, like that, except that would set the speed reference to 1,000Hz.

There are also Start and Stop commands in the output data structure that you need to use to start and stop the drive. I'd recommend searching this forum for threads on the topic and doing some reading because there's a bit of nuance to it. If you don't do that, the tl;dr version is: only send the start command until you see that the drive is running (.Active in the input data image), and only send the stop command until you see that the drive is no longer running (again using .Active). Don't send the stop command continuously.

The drive has certain parameters that determine where it gets its speed reference and it's start reference. Both of those will need to be set to "Ethernet/IP" if you want to control the drive in this manner.
 

Similar Topics

Does anyone know how to set the output window on-off values on the fly without having to inhibit the module? I could of sworn when I first started...
Replies
11
Views
2,384
Good Evening , I never set up a Altivar 320 Frequency Drive . I must say I never seen a more complicated drive to set up , LOL How do...
Replies
4
Views
2,093
This should be an easy thing but can't seem to figure it out. Want to start/stop the drive from the terminals and set the speed setpoint from the...
Replies
4
Views
2,178
Odd problem, I have a panel with a Red Lion Graphite controlling (among other things) 8 control techniques commander sk drives. I am communicating...
Replies
13
Views
4,883
Hi has anyone had any experance setting the speed on a Schneider ATV12 Via Modbus . I can start the drive no dramas forward and reverse no...
Replies
0
Views
1,239
Back
Top Bottom