Class EL3453
Represents an EL3453 terminal with a three phase power measurement.
public class EL3453 : WCStateTerminalBase, INotifyPropertyChangedEx, INotifyPropertyChanged, ITerminal, IHasWCState
- Inheritance
-
PropertyChangedBaseEL3453
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.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
PowerMeasurementInput
Gets the power measurement input.
public PowerMeasurementInput PowerMeasurementInput { get; }