Interface IRecordable
Provides functionality for recordable channels.
public interface IRecordable
Remarks
A channel that raises an event with the current values for each EA cycle of the ADS server is called recordable.
Events
RecordValuesReceived
Occurs when the PLC raises a notification for new values.
event EventHandler<RecordValuesReceivedEventArgs> RecordValuesReceived