Table of Contents

Class DIO2x

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

Represents a module with two digital inputs and two digital outputs of the CX7028 terminal. The TwinCAT module name is "DIO_2x".

public class DIO2x : OnboardIOModule, ITerminal
Inheritance
DIO2x
Implements
Inherited Members

Properties

Input1

Gets the digital input 1.

public DigitalInput Input1 { get; }

Property Value

DigitalInput

Input2

Gets the digital input 2.

public DigitalInput Input2 { get; }

Property Value

DigitalInput

Modules

Gets the ILisrtModules from the terminal.

public override IEnumerable<ILisrtModule> Modules { get; }

Property Value

IEnumerable<ILisrtModule>

Output1

Gets the digital output 1.

public DigitalOutput Output1 { get; }

Property Value

DigitalOutput

Output2

Gets the digital output 2.

public DigitalOutput Output2 { get; }

Property Value

DigitalOutput