Table of Contents

Class EL3692

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

Represents an EL3692 terminal with two resistance measurement channels.

public class EL3692 : WCStateTerminalBase, INotifyPropertyChangedEx, INotifyPropertyChanged, ITerminal, IHasWCState
Inheritance
PropertyChangedBase
EL3692
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Remarks

Use the predefined PDO assignment "2 ch. fixpoint + float".

Constructors

EL3692()

Initializes a new instance of the EL3692 class.

public EL3692()

Properties

Inputs

Gets the inputs.

public IReadOnlyList<ResistanceInput> Inputs { get; }

Property Value

IReadOnlyList<ResistanceInput>

Modules

Gets the ILisrtModules from the terminal, for example input channels.

public override IEnumerable<ILisrtModule> Modules { get; }

Property Value

IEnumerable<ILisrtModule>