Table of Contents

Class VoltageOutputs0to10VTerminal

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

Represents an analog output terminal that sets voltage signals from 0 to 10V.

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

Constructors

VoltageOutputs0to10VTerminal(ushort)

Initializes a new instance of the VoltageOutputs0to10VTerminal class.

public VoltageOutputs0to10VTerminal(ushort outputsCount)

Parameters

outputsCount ushort

The count of the outputs.

Exceptions

ArgumentOutOfRangeException

Thrown when outputsCount is 0 (zero).