s7224xp pir loops

maniec

Member
Join Date
Sep 2006
Location
South Africa
Posts
29
URGENT QUESTION!!!!!


I have only seen this once, and have never been able to figure out how I fixed it.

I have an application with 5 pid loops in, all with different numbers. When I download the software to the plc the analogue outputs on the loops start behaving "funny".

The seem to spike up and down on their own. Loops have a PV of 7133, and a fixed setpoint.

PLEASE HELP
 
Hello Maniec;

Maybe this can help you (from Siemens' support website):



Why does the actual value on my PID controller jump sporadically?

Description of the problem:
The PID controller which is created using the wizard attempts to adapt the actual value in line with the setpoint value. The actual value sporadically jumps away from the setpoint value, but then returns close to it in accordance with the controller parameter settings. This process is repeated at different intervals depending on the user program. Cause:
The POE created by the "PID controller" equation in the S7-200 operation wizard is an interrupt routine which is called periodically at the controller's scanning frequency. Since no synchronization takes place between an interrupt routine and the main routine, particular care is required when exchanging data between them.
The problem described here generally originates from repeatedly writing a variable in the cyclic program within a cycle and from accessing the same variable within the interrupt routine. Therefore, it isn't a specific controller problem, it is a system property of interrupt-controlled subroutines. You can find a detailed explanation and possible remedies in Entry ID 7792431

Hope this helps,
Daniel Chartier
 

Similar Topics

Hi i have e S7-300 313c (6ES7 313-5BE01-0AB0) PLC. It requires a 24 VDC supply. But some XXXXX has supplied it with 230VAC. Now the question is...
Replies
2
Views
2,095
Hello this is my first post. Looking forward to being more involved in this community to learn and hopefully help others. Any help or guidance...
Replies
7
Views
790
Hello Everyone, I have about 135 controller PIDE loops that I need to add to my Studio 5000 and that means I will probably have to create about...
Replies
8
Views
1,916
Good morning, I am currently having a struggle of getting cascaded pide loops to work within studio 5000. I have read and followed all the...
Replies
5
Views
1,920
Hi all, I hope everyone is well, I am in need of something so simple, I have made a small program in SCL and want to monitor some loops in...
Replies
5
Views
4,427
Back
Top Bottom