Class DIO2x
Represents a module with two digital inputs and two digital outputs of the CX7028 terminal. The TwinCAT module name is "DIO_2x".
public class DIO2x : OnboardIOModule, ITerminal
- Inheritance
-
DIO2x
- 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; }
Property Value
Output1
Gets the digital output 1.
public DigitalOutput Output1 { get; }
Property Value
Output2
Gets the digital output 2.
public DigitalOutput Output2 { get; }