Table of Contents

Interface IRecordable

Namespace
Loehnert.Lisrt.IO.Beckhoff.Recording
Assembly
Loehnert.Lisrt.IO.Beckhoff.dll

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

Event Type

EventHandler<RecordValuesReceivedEventArgs>