Table of Contents

Class EL3453

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

Represents an EL3453 terminal with a three phase power measurement.

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

Remarks

Process Data Object (PDO) Configuration

  • Select the predefined PDO assignment "Advanced"
  • Enable 0x1A06 (L1 Timing)
  • Enable 0x1A12 (L2 Timing)
  • Enable 0x1A1E (L3 Timing)
  • Enable 0x1A2D (Total L-L Voltages)
  • Disable 0x1A26 (Total Advanced)

Constructors

EL3453()

Initializes a new instance of the EL3453 class.

public EL3453()

Properties

Modules

Gets the ILisrtModules from the terminal.

public override IEnumerable<ILisrtModule> Modules { get; }

Property Value

IEnumerable<ILisrtModule>

PowerMeasurementInput

Gets the power measurement input.

public PowerMeasurementInput PowerMeasurementInput { get; }

Property Value

PowerMeasurementInput