Table of Contents

Class EmptyTerminal

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

Represents an empty terminal for example EK1200.

public class EmptyTerminal : ITerminal
Inheritance
EmptyTerminal
Implements
Derived
Inherited Members

Properties

AdsVariables

Gets the ADS variables.

public AdsVariableContainer AdsVariables { get; }

Property Value

AdsVariableContainer

Modules

Gets the ILisrtModules from the terminal, for example input channels.

public IEnumerable<ILisrtModule> Modules { get; }

Property Value

IEnumerable<ILisrtModule>

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string