Click or drag to resize

ISynchronizedIOService Interface

A service for controlling when IO occurs.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public interface ISynchronizedIOService

The ISynchronizedIOService type exposes the following members.

Properties
  NameDescription
Public propertyIOMode
How IO is performed with respect to the model.
Public propertyScheduledSpeed
Dictates the speed factor for Scheduled IO.
Top
Events
  NameDescription
Public eventOnConfigurationChanged
Occurs when IOMode or ScheduledSpeed is changed.
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.
Top
See Also