Need help on writing PID loop in RSLogix5000

bupesh

Member
Join Date
Aug 2006
Location
CA
Posts
9
Hi All,

I am looking for some help, on writing a logic to control the Power output from a VFD using PID... I will appreciate your help.

Regards,
BK
 
Question #1: Are you wanting to use the ladder PID instruction or the function block PIDE instruction? The PIDE is a superior instruction but it will require that you have a version of Logix5K that supports FB and ST language, if you have a ladder only version of Logix5K then you will have to use the Ladder PID instruction.

Suggestion #1: The quality and quantity of the help you will receive is directly proportional to the quality and quantity of the information you provide about what you are trying to do. So far its pretty vague.
 
Thank you Alaric,

I will try to, we are using Ladder Logix 5k. This is regarding the Ventilation Fans rite now.. the Fans run with VFD and the VFD get the command through logix to run at X speed.

we are thinking to run the VFD with power control. like running the vfd by changing the desired amount of AMPS.

is that information ok to help me out.

Regards,
BK
 
If the application is simple ventilation then I don't really see the need to use a PID control. Open loop control will probably be more than sufficient. If you want 50% fan speed send a command to the drive to run at 30hz. You can do this using a simple scaling instruction or CPT instruction to write to the output word controlling the drive, or if you are using 1756 IO, then just write your speed percentage to the card and configure the card to to do the scaling.

If you are trying to control something else, temperature, humidity, etc. by varying the fan speed then we really do need more information.
 

Similar Topics

Hi friends, I m new to plc programming and i don't know how to write data block in boolean method. I m needed to write data block to...
Replies
0
Views
1,691
any one can help me to write program in simatic s7. i have two rotating pulleys with with 4 pulse per turn, i want to detect and give an alarm if...
Replies
3
Views
1,903
Hi friends I am doing my major project and I need your help in writing a Ladder logic plc program. My project is to detect the edges of a block...
Replies
1
Views
4,823
Hi, every body! I have a small project. I wrote programmer control two pump motors by plc s7-300. Now I want to write programmer connect PLC to PC...
Replies
2
Views
4,588
So i've been at this for a long while, i have Citect Scada 2018, i have full access to everything but i can't seem to find any option or...
Replies
0
Views
52
Back
Top Bottom