Enum SignalType
Predefined types of IO signals
Namespace: ABB.Robotics.Controllers.IOSystemDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public enum SignalType
Fields
| Name | Description |
|---|---|
| AnalogInput | Analog and input |
| AnalogOutput | Analog and output |
| DigitalInput | Digital and input |
| DigitalOutput | Digital and output |
| GroupInput | Group and input |
| GroupOutput | Group and output |
| Unknown | Unknown type |