Table of Contents

Class RtdInputsTerminal

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

Represents a RTD inputs terminal. For example the EL3204 .

public class RtdInputsTerminal : AnalogInputsTerminal<RtdInput>, INotifyPropertyChangedEx, INotifyPropertyChanged, ITerminal, IHasWCState
Inheritance
PropertyChangedBase
RtdInputsTerminal
Implements
INotifyPropertyChangedEx
Derived
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Constructors

RtdInputsTerminal(ushort)

Initializes a new instance of the RtdInputsTerminal class.

public RtdInputsTerminal(ushort inputsCount)

Parameters

inputsCount ushort

The count of the inputs.

Exceptions

ArgumentOutOfRangeException

Thrown when inputsCount is 0 (zero).

Methods

CreateInput(AdsVariable)

Creates a new input.

protected override RtdInput CreateInput(AdsVariable adsValueVar)

Parameters

adsValueVar AdsVariable

ADS variable containing value.

Returns

RtdInput

A new input.