Table of Contents

Class DI2x

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

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

public class DI2x : OnboardIOModule, ITerminal
Inheritance
DI2x
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>