Table of Contents

Class CurrentInputs4to20mATerminal

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

Represents an analog input terminal that handles current signals from 4 to 20mA.

public class CurrentInputs4to20mATerminal : AnalogInputsTerminal<RecordableAnalogInput>, INotifyPropertyChanged, ITerminal, IHasWCState
Inheritance
CurrentInputs4to20mATerminal
Implements
Derived
Inherited Members

Constructors

CurrentInputs4to20mATerminal(ushort)

Initializes a new instance of the CurrentInputs4to20mATerminal class.

public CurrentInputs4to20mATerminal(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.