ISynchronizedIOService Interface |
Namespace: Demo3D.PLC.Comms
public interface ISynchronizedIOService
The ISynchronizedIOService type exposes the following members.
| Name | Description | |
|---|---|---|
| IOMode |
How IO is performed with respect to the model.
| |
| ScheduledSpeed |
Dictates the speed factor for Scheduled IO.
|
| 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.
|