PID on fx2n plc

Liam 28

Member
Join Date
Nov 2008
Location
Dublin
Posts
53
I am writitng a PID instruction on the Fx2n plc and was wondering about integral windup when I write my own PID instruction I clamp the I term so wind up doesent occur but with PID in the PLC i cant see how to clamp it or do ineed to with this instruction any info on this would be great.

Thanks In Advance

Liam
 
Peter thanks for the reply. The problem I think I have is I dont think I can clamp the I term I(n), with the in built PID instruction in GX developer. Theres no register shown in the manual for that .I can clamp the controller output alright M(n). If I was was writing the PID loop manually then I would have full control over the P(n) I(n) and D(n) and I could clamp I(n) so wind up would not occur.

This is the PID Instruction

---[PID s1 s2 s3 s4]-----

---[PID D100 D200 D300 D400]---

where s1 = set point
s2 = current value say level of liquid in a tank
s3 = takes 25 consective registers for the PID instruction
s4 = PID controller output

See attached screen shot from the manual with the registers used for the PID instruction.

Really my question is how is integral wind up looked after in the instruction if i can not access I(n).
 

Similar Topics

I have to maintain a temperature set point of 80 C. I have a pt100 which measures the temperature and a Valve Positioner (4-20mA) to open/close...
Replies
2
Views
2,018
Does anyone have experience with the PID function in a FX2N plc. I am using GX Developer Ver 7.11. Attached is the program that I am using. I...
Replies
0
Views
2,010
I was wondering if anyone knows mush about the PID loop in the FX2N PLC. I am using the PID loop to control a heat exchanger. I can't seem to get...
Replies
2
Views
7,507
Hi, I would like to assemble a simulator/practice booster pump system that uses PID to maintain steady water pressure under various outlet demands...
Replies
0
Views
70
Hello, I have a motor that we are sending a RPM Speed Output from 0-100% to the VFD. However, the Motor HP needs to be limited to 6000 HP and the...
Replies
3
Views
88
Back
Top Bottom