Does anyone know a C# read I/O commands will take place in which step of PLC cycle?
Or totally does it affect on PLC's CPU scan cycle time?
7/25/2022 1:40 PM | |
Joined: 1/21/2013 Last visit: 11/6/2024 Posts: 3241 Rating: (505) |
Hi Sara J, when using C# for reading I/Os, I assume you are using S7 communication like is done by Snap7 (respectively Sharp7). In this case, the communication is asynchronous to the scan cycle. Like other communications, it has effect on the scan cycle of the PLC. But depending on the amount of data, you might not recognize this. Kind regards |
7/26/2022 10:24 AM | |
Joined: 11/21/2019 Last visit: 8/24/2022 Posts: 3 Rating: (0) |
Hi Stefan, Thank you, your answer was great and helpful I use S7-300 CPU 315F-2 in this project. |
Follow us on