Click or drag to resize

ISynchronizedCoSimulator Events

The ISynchronizedCoSimulator type exposes the following members.

Events
  NameDescription
Public eventInterrupted
Occurs when the simulator is ready to be stepped again before its preferred 'nextStep'.
(Inherited from ICoSimulator.)
Public eventOnConfigurationChanged
Occurs when IOMode or ScheduledSpeed is changed.
(Inherited from ISynchronizedIOService.)
Public eventProcessIO
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.)
Public eventStatusChanged
Occurs when the simulator status changes. A simulator that raises this event should return RaisesStatusChanged from Flags.
(Inherited from ICoSimulator.)
Top
See Also