Does anyone know a C# read data command will take place in which step of PLC cycle?
The PLC process steps are:
- The operating system starts the scan cycle monitoring time.
- The CPU writes the values from the process-image output table in the output modules.
- The CPU reads out the status of the inputs at the inputs modules and updates the process-image input table.
- The CPU processes the user program in time slices and performs the operations specified in the program.
- At the end of a cycle, the operating system executes pending tasks, such as the loading and clearing of blocks.
- The CPU the goes back to the begining of the cycle after the configured minimum cycle time, as necessary, and starts cycle time monitoring again.
My purpose is to find out how a C# application can affect on PLC CPU scan cycle time.