Fb41 cont_c : Pid-blok

aand74

Member
Join Date
Dec 2005
Location
Deinze
Posts
131
We have to migrate a project from S7 300 to S7 1500 where FB41 CONT_C is used.
It is called in OB (every cycle), I see that the parameter 'Cycle' is 500 ms.
I don't know what the average OB1 cycle time is.
I know this was not implemented as it should.
But I should want when implemented in S7 1500 that the pid parameters don't have to be retuned.
Does the calling frequency has an influence on the effect of the proportional parameter?
What about the I-parameter?
In the original program, if the OB1 cycle time would fi be 40ms, the 'Cycle' parameter of FB41 is at 500 ms, what will be the influence? If I would like to implement it in a cyclic OB, what cycle time should I choose?
 
All time-relevant parameters must be adjusted. These are TI for a PI-Controller, and TD and TM_LAG if you use derivative action (D_SEL). If you have proportional control only, you don't have to recalculate any parameters.

You must multiply the time values by the called cycle time divided by the time at parameter CYCLE.
For your example, if the block is called inside OB1 cycle and you have a real average OB1 cycle time of 50ms, and CYCLE has a 500ms, then you have to multiply TN with 50/500 = 0.1.

If in your S7-300 the PI-controller runs fine with TI = T#100s and calling cycle every T#50ms but CYCLE parameter wrong at T#500ms, then you'll need a TI = T#10s when CYCLE parameter matches the real calling cycle.
You can use the same calculation for TD and TM_LAG.

Have you checked if there is no conditional call of the FB41 block, or timer-based jump or block-end?
 

Similar Topics

Hello I am trying to understand the operation and all the parameters required for setting up the FB 41 block, I have read the Siemens...
Replies
5
Views
3,847
HI.I REVIEWED A PROJECT DONE. THIS FB41 PID BLOCK WAS USED FOR THE PASTEURIZATION PROCESS. THE PROCESS I CAN'T UNDERSTAND IS THE ACTION. WHILE THE...
Replies
2
Views
1,079
Hello! Please help with the answer to the question of the right choice of TI and TD parameters for PID FB41 block. I have a process model in...
Replies
3
Views
2,600
Hello! Please help with the answer to the question of the right choice of TI and TD parameters for PID FB41 block. I have a process model in...
Replies
27
Views
11,369
hello, I'm new in automatics, and i'm working on a speed control project for a hydraulic turbine. i'm using FB41 pid bloc, but the LMN give me 0...
Replies
3
Views
2,241
Back
Top Bottom