ISynchronizedCoSimulator Events |
The ISynchronizedCoSimulator type exposes the following members.
| Name | Description | |
|---|---|---|
| Interrupted |
Occurs when the simulator is ready to be stepped again before its preferred 'nextStep'.
(Inherited from ICoSimulator.) | |
| OnConfigurationChanged |
Occurs when IOMode or ScheduledSpeed is changed.
(Inherited from ISynchronizedIOService.) | |
| ProcessIO |
Occurs when the PLC is ready to send or receive data.
So as to remain synchronized, IO should be performed in the thread raising the event.
(Inherited from ISynchronizedIOService.) | |
| StatusChanged |
Occurs when the simulator status changes. A simulator that raises this event should return
RaisesStatusChanged from Flags.
(Inherited from ICoSimulator.) |