Click or drag to resize

ISynchronizedIOService Interface

A service for controlling when IO occurs.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
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.
Top
Events
 NameDescription
Public eventOnConfigurationChanged Occurs when IOMode 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