How to control VFD speed (Powerflex525) over ethernet in Studio5000

tgonz11

Member
Join Date
Jul 2019
Location
bakersfield
Posts
7
I am wanting to control the speed of the VFD within the program. I am not sure if I'm not seeing the tag that controls frequency or what. Thanks in advance for the responses.
 
It will be in the Output tags for the VFD Called .FeqCommand. See the attached snip. The frequency command is a INT data type so you will need to multiply you frequency by 100 to send to the VFD. So 40.0 HZ will be 4000 sent to the drive.

VFD Snip.png
 
I assume that you are using an ethernet control scheme. If you have all the parameters set properly to run via ethernet, you need to move your control value into the following tag. I usually have the value Hz (HMI control) and multiply by 100 to send it to the drive. 60Hz would be a value of 6000 sent to the below tag.

[ethernet drive module name]:O.FreqCommand
 
It will be in the Output tags for the VFD Called .FeqCommand. See the attached snip. The frequency command is a INT data type so you will need to multiply you frequency by 100 to send to the VFD. So 40.0 HZ will be 4000 sent to the drive.
Thank you, I'm having the speed modulate in order to maintain a pressure set point.
 
I assume that you are using an ethernet control scheme. If you have all the parameters set properly to run via ethernet, you need to move your control value into the following tag. I usually have the value Hz (HMI control) and multiply by 100 to send it to the drive. 60Hz would be a value of 6000 sent to the below tag.

[ethernet drive module name]:O.FreqCommand
I appreciate the response, it was very helpful.
 

Similar Topics

Hello, So I was asked to turn up the speed on a VFD to allow a carriage to move a little bit faster and avoid getting stuck. Im not sure the exact...
Replies
2
Views
737
I don't understand how vfd detects speed when we are running in open loop control (sensorless). For me only possible way; during auto tuning it...
Replies
4
Views
2,658
I need some help trying to pick a motor and controller (possibly VFD) for a winder application. It is going to use a foot-pedal input to control...
Replies
10
Views
3,331
Need some help here, I am new to ST and BECKHOFF. Part of my application is a Recoiler that not only rolls up the material this machine is...
Replies
0
Views
1,321
Hello, First, I have to let you know that I'm from Taiwan and English is not my native language so if you cannot understand my question...
Replies
4
Views
3,437
Back
Top Bottom