Table of Contents

Class RtdInput

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

Represents a Resistance Temperature Device (RTD) input channel.

public class RtdInput : RecordableAnalogInput, ILisrtModule, IHasDeviceLabel, IAnalogInput, IHasKey, IHasDescription, IHasServiceView, IInitializable, INotifyPropertyChangedEx, INotifyPropertyChanged, IRecordable
Inheritance
PropertyChangedBase
RtdInput
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

Icon

Gets the icon.

public override Uri Icon { get; }

Property Value

Uri

Presentation

Gets or sets the presentation.

[Configuration(RtdPresentation.Signed)]
public RtdPresentation Presentation { get; set; }

Property Value

RtdPresentation

UnscaledUnit

Gets the unscaled unit.

protected override string UnscaledUnit { get; }

Property Value

string

Methods

ConvertData(byte[])

Converts raw data to a value.

protected override double ConvertData(byte[] data)

Parameters

data byte[]

Raw data.

Returns

double

The floating point value.