ISynchronizedIOService Events |
The ISynchronizedIOService type exposes the following members.
| Name | Description | |
|---|---|---|
| OnConfigurationChanged |
Occurs when IOMode or ScheduledSpeed is changed.
| |
| 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.
|