Working on a Project with Powerflex 525-How can you increase the Max. Freq by the PLC

Cydog

Member
Join Date
Feb 2018
Location
Maryland
Posts
313
Good Afternoon ,

I'm working on a project with a CompactLogix and PowerFlex 525's . I plan on having a HMI screen that will allow some changes to the diameter of a pulley , Output of a gearbox , and I would like to change the maximum freqency of the drive from the PLC so that I can expand it's range. What is the best way I can do that ? I took notice that the drive did not populate any controller tags associated with Min. / Max. of Frequency . I know when I set up the drives I was able to setup some input data , such as the Output Freq. , Output Current , Fault Code , and DC Bus Voltage . On the right hand side there are some possibilities for Outputs. Could I write to the Max Freq. there ?

Thanks so much,
 
You can add a datalink, see photo from a project I did before. You can also message to the drive. Sometimes this might be better since this parameter is usually not changed very often.

Edit, I read your question backwards. Oops, so, if you want to write, I guess message is your best bet. You probably still need to read it though if you want to verify.

Example.png
 
Last edited:
Sorry for my dumbness , but what would be the best way to write to Parameter P044 , from the PLC . I looked in the dropdown with your
example , and did not see the Max. Freq.

Thanks for your help.
 
Sorry for my dumbness , but what would be the best way to write to Parameter P044 , from the PLC . I looked in the dropdown with your
example , and did not see the Max. Freq.

Thanks for your help.
Yeah, I didn't read your question right. I guess it's not an option in data links. You can message.
 
Why do you want to change the actual max freq?

Why not set a max freq and adjust speed?

So after reading your question again, I think you would be better off just changing the speed setpoint not the actual max frequency.
 
In the drive find the Parmenter for the Max Freq. and set it to what you want.
I would recommend that you start 90Hz above that you may run in to problems.
But keep in mind that as you increase the freq. above base speed the motor will go into constant torque mode of operation and you may not have enough torque to handle the load.
If you are using an analog input to the drive to control speed the when you increase the max freq you also increase the range of the analog signal to drive
10v = 60hz will now be 10v = 90hz he drive should handle the reset for you.
 
Yeah, I didn't read your question right. I guess it's not an option in data links. You can message.


I *think* that the only available parameters for output datalinks are parameters that can be changed while the motor is running. Which makes sense, really.



Max frequency can't be changed while the motor is running, so you can't use it as a datalink.


I'd agree with the others that have said, just set your min/max frequency to the lowest/highest possible values, and have your PLC directly control and limit the speed over ethernet. That's how I do it.
 

Similar Topics

Hey All, Sorry I am trying to do a modification of alarms in a machine we have from a vendor. The Machine is running in runtime version 10.0.0 and...
Replies
0
Views
1,072
hi there, three of us have just start working on one project, Step7 v5.5 There is few plc-s in the project and we are all writing software on...
Replies
4
Views
1,595
WinCC – project was developed on PC1 and connection to Simatic PLC was also made there. The idea is to make a spare Workstation (WS) with the same...
Replies
9
Views
5,127
So I have a hobby project I've started planning. This won't be in a very harsh environment, so I was kind of thinking about using a fairly cheap...
Replies
17
Views
4,792
Hi every one I want to connect the two stations in step 7 I have a CPU 315-2PN/DP as a master and the CPU 315-2 DP can any one help me by showing...
Replies
2
Views
1,403
Back
Top Bottom