11/16/2024 7:40 PM | |
Joined: 11/4/2022 Last visit: 7/2/2025 Posts: 19 Rating:
|
Hello, I have a problem on PCS7 When I download my program to the AS, I saw that "Emergency operation, cyclical OBs are reduced". How can I solve that I also check the following document. but I couldnt %100 understand where is the problem and How can I solve it. Engineering and using of the function block "CPU_RT" - ID: 55692652 - Industry Support Siemens |
11/16/2024 8:55 PM | |
Joined: 3/14/2008 Last visit: 9/1/2025 Posts: 2215 Rating:
|
Hi, Blocks from the PCS7 libraries run in OB3x which are cyclic interrupt OB's. They run for instance each 100, 500, 1000ms depending which OB a block is inserted to. Whenever there is a programming error (some sort of loop) or the amount of blocks in the OB is too large, the cyclic interrupt time cannot be maintained. In this case the CPU goes to emergency state where it tries to reduce the OB time by half. So a 500ms OB takes 1s to process. A stop of the CPU can be prevented. When the error is gone, the CPU returns to normal.state. This is the basic procedure. The CPU_RT block can be used to diagnose the problems. |
If I could help you, you can use the RATE button. Thank you. |
|
11/23/2024 9:41 PM | |
Joined: 3/15/2024 Last visit: 5/25/2025 Posts: 7 Rating:
|
Hi,
I have the same problem. Have you resolved this error already? |
Follow us on