Table of Contents

Class DigitalFailSafeInput

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

Represents a fail safe input of the EL1918 terminal.

public class DigitalFailSafeInput : DigitalInput, INotifyPropertyChangedEx, ILisrtModule, IHasDeviceLabel, IDigitalInput, IHasKey, IHasDescription, IRecordable, INotifyPropertyChanged
Inheritance
PropertyChangedBase
DigitalFailSafeInput
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.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

bool

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

bool

Remarks

This property can be true, for example when a channel fault occurs (such as wire break, short circuit, and discrepancy errors).