Table of Contents

Class OnboardIOModule

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

Represents an onboard IO module.

public abstract class OnboardIOModule : ITerminal
Inheritance
OnboardIOModule
Implements
Derived
Inherited Members

Properties

AdsVariables

Gets or sets the ADS variables.

public AdsVariableContainer AdsVariables { get; protected set; }

Property Value

AdsVariableContainer

Modules

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

public abstract IEnumerable<ILisrtModule> Modules { get; }

Property Value

IEnumerable<ILisrtModule>

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string