10/1/2012 7:50 PM | |
Posts: 21 Rating: (0) |
cpu information can not help me.i can change the max execution time.Where can i find this max for each cpu? |
10/1/2012 8:19 PM | |
Joined: 9/27/2006 Last visit: 11/18/2024 Posts: 12294 Rating: (2691) |
Hello nimalak; Do you mean the "scan time" of your CPUs? There is a way to regulate the scan time so as to avoid runtime errors; the watchdog timer will be called if you exceed the maximum scan time configured in the CPu, and will shutdown the PLC with errors. SIMATIC Programming with STEP 7 V5.5 23.7.1 Checking Scan Cycle Times to Avoid Time Errors The "Scan Cycle Time" tab in the module information gives information about the scan cycle times of the user program.If the duration of the longest cycle time is close to the configured maximum scan cycle time, there is a danger that fluctuations in the cycle time might cause a time error. This can be avoided if you extend the maximum cycle time (watchdog time) of the user program. If the cycle length is less than the configured minimum scan time, the cycle is automatically extended by the CPU/FM to the configured minimum cycle time. In the case of a CPU, the background OB (OB90) is processed during this extended time (if it has been downloaded). Setting the Scan Cycle Time You can set the maximum and minimum cycle times when you configure the hardware. To do this, double-click in the offline view of the configuration table on the CPU/FM to define its properties. You can enter the appropriate values in the "Cycle/Clock Memory" tab. |
Last edited by: dchartier at: 10/1/2012 8:20 PM |
|
This contribution was helpful to4 thankful Users |
10/1/2012 8:58 PM | |
Posts: 21 Rating: (0) |
Thank you dchartier very completed answer.different cpus has different code execution capacity.i want to know how select this maximum scan time by each cpu type or only accept step7 value? |
10/7/2012 1:45 PM | |
Posts: 51 Rating: (24) |
Thanks Mr.Dchartier |
Follow us on