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>, INotifyPropertyChanged, ITerminal, IHasWCState
Inheritance
VoltageInputs0To10VTerminal
Implements
Derived
Inherited Members

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.