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

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).