Table of Contents

Class CurrentOutputs0to20mATerminal

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

Represents an analog output terminal that sets current signals from 0 to 20mA.

public class CurrentOutputs0to20mATerminal : AnalogOutputsTerminal, INotifyPropertyChangedEx, INotifyPropertyChanged, ITerminal, IHasWCState
Inheritance
PropertyChangedBase
CurrentOutputs0to20mATerminal
Implements
INotifyPropertyChangedEx
Derived
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Constructors

CurrentOutputs0to20mATerminal(ushort)

Initializes a new instance of the CurrentOutputs0to20mATerminal class.

public CurrentOutputs0to20mATerminal(ushort outputsCount)

Parameters

outputsCount ushort

The count of the outputs.

Exceptions

ArgumentOutOfRangeException

Thrown when outputsCount is 0 (zero).