Interface ITerminal
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
Modules
Gets the ILisrtModules from the terminal, for example the input channels.
IEnumerable<ILisrtModule> Modules { get; }
Property Value
Name
Gets or sets the name.
string Name { get; set; }