Table of Contents

Interface ITerminal

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

Provides functionality for a Beckhoff terminal. For example an input terminal with digital inputs (like the EL1004).

public interface ITerminal

Properties

AdsVariables

Gets the ADS variables.

AdsVariableContainer AdsVariables { get; }

Property Value

AdsVariableContainer

Modules

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

IEnumerable<ILisrtModule> Modules { get; }

Property Value

IEnumerable<ILisrtModule>

Name

Gets or sets the name.

string Name { get; set; }

Property Value

string