Class DI2x
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
Input2
Gets the digital input 2.
public DigitalInput Input2 { get; }
Property Value
Modules
Gets the ILisrtModules from the terminal.
public override IEnumerable<ILisrtModule> Modules { get; }