Class EL9410
Represents a EL9410 power supply terminal for E-bus with diagnostics.
public class EL9410 : WCStateTerminalBase, INotifyPropertyChanged, ITerminal, IHasWCState
- Inheritance
-
EL9410
- Implements
- Inherited Members
Remarks
Shows a message when the E-Bus voltage or the power voltage is to low. The messages can be disabled by the DisableBusVoltageToLowMessage and DisablePowerVoltageToLowMessage.
Constructors
EL9410()
Initializes a new instance of the EL9410 class.
public EL9410()
Properties
BusVoltageIsOK
Gets a value indicating whether the voltage of the E-Bus is okay.
public bool BusVoltageIsOK { get; }
Property Value
DisableBusVoltageToLowMessage
Gets or sets a value indicating whether the E-Bus voltage is low message is disabled.
public bool DisableBusVoltageToLowMessage { get; set; }
Property Value
DisablePowerVoltageToLowMessage
Gets or sets a value indicating whether the power voltage is low message is disabled.
public bool DisablePowerVoltageToLowMessage { get; set; }
Property Value
Modules
Gets the ILisrtModules from the terminal, for example input channels.
public override IEnumerable<ILisrtModule> Modules { get; }
Property Value
PowerVoltageIsOK
Gets a value indicating whether the voltage of the power contacts is okay.
public bool PowerVoltageIsOK { get; }