Class DigitalFailSafeInput
Represents a fail safe input of the EL1918 terminal.
public class DigitalFailSafeInput : DigitalInput, INotifyPropertyChangedEx, ILisrtModule, IHasDeviceLabel, IDigitalInput, IHasKey, IHasDescription, IRecordable, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseDigitalFailSafeInput
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
DisableHasFailSafeValueMessage
Gets or sets a value indicating whether the has fail-safe value state will be shown.
public bool DisableHasFailSafeValueMessage { get; set; }
Property Value
Remarks
The message is shown via the MessageService or in the module tree.
HasFailSafeValue
Gets a value indicating whether the input has its fail-safe fall-back value.
public bool HasFailSafeValue { get; }
Property Value
Remarks
This property can be true, for example when a channel fault occurs (such as wire break, short circuit, and discrepancy errors).