Table of Contents

Class VoltageInputs0to10VTerminal

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

Represents an analog input terminal that handles voltage signals from 0 to 10V.

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

Constructors

VoltageInputs0to10VTerminal(ushort)

Initializes a new instance of the VoltageInputs0to10VTerminal class.

public VoltageInputs0to10VTerminal(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 RecordableAnalogInput CreateInput(AdsVariable adsValueVar)

Parameters

adsValueVar AdsVariable

ADS variable containing value.

Returns

RecordableAnalogInput

A new input.