Class RtdInputsTerminal
Represents a RTD inputs terminal.
For example the EL3204
public class RtdInputsTerminal : AnalogInputsTerminal<RtdInput>, INotifyPropertyChangedEx, INotifyPropertyChanged, ITerminal, IHasWCState
- Inheritance
-
PropertyChangedBaseRtdInputsTerminal
- Implements
-
INotifyPropertyChangedEx
- Derived
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Constructors
RtdInputsTerminal(ushort)
Initializes a new instance of the RtdInputsTerminal class.
public RtdInputsTerminal(ushort inputsCount)
Parameters
inputsCount
ushortThe 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
AdsVariableADS variable containing value.
Returns
- RtdInput
A new input.