Schneider Premium PLC P57 454 - Scan Time

Thank you

"Maximum Duration" in the table shows the total scan time of the program and it will in milliseconds (ms)?

As am beginner in PLC field, your corporation will highly appreciated.
 
there is three values, minimum, current and maximum.
You should look current. Current and maximum should be much less than watcdog time, else your PLC will go halt-mode. (Watchdog overrun)

PLC have 2 different scan modes. Cyclic (free wheeling) and periodic.
Cyclic processes program as fast as possible.

Periodic means that you can have something like 100ms period for program. Logic code can still have something like 20ms scan time, but before next program scan PLC waits 80ms (80+20=100ms)

Setting periodic/cyclic is maded at offline before program downloading. It is poperties of MAST-task.
 
Thank you very much Lare

I need to have a constant or average value of scan time like (10ms), this current value keeps changing as per scanning of program.

Please find the attached screenshot.

Please advice.

with GWR - task.jpg
 
10ms. You probably need then fast-section on Unity. Select fast-task and select from properties periodic/ 10ms. Do only needed program sections to fast section.


But IO is updated with fast scan only if you select fast-propeties on needed io-cards.

Where you need 10ms scan?
 
Actually, the current and maximum time is exceeding with respect to watchdog time.. I want to minimize this.

is it advisable to change/increase watchdog time? if yes, please let me know the procedure to do the same.

your guidance is really working for me

Thanks
 

Similar Topics

Hello Everyone, I have one task which involves migration of Premium PLC CPU P57104M to M340 PLC. My senior have given me converted program from...
Replies
3
Views
3,918
Hi everyone! What can i do if the PLC has no upload info? Please help me... 🤞🏻🤞🏻🤞🏻
Replies
3
Views
1,854
We are having Unity Pro XL v5.0 through which Premium PLC is communicated, when I was trying to connect It is not going directly to programming...
Replies
5
Views
4,650
Dear All, Good Morning. I am trying to connect STB NCO2212 with TSX P571634 PLC via Canopen Communication. But i am unable to configure the...
Replies
0
Views
3,592
Hi all, Just trying not to reinvent the wheel (and save time). Has anyone got any example code or tips for using schneider unity pro to...
Replies
0
Views
1,897
Back
Top Bottom