IOFilterTypes Enumeration |
Predefined filters for searching for IO signals.
Namespace:
ABB.Robotics.Controllers.IOSystemDomain
Assembly:
ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax [FlagsAttribute]
public enum IOFilterTypes
Members
| Member name | Value | Description |
---|
| All | 0 | All signals shall be included except for safety signals. |
| System | 1 | Only System signals shall be included. |
| Digital | 2 | Only Digital signals shall be included. |
| Analog | 4 | Only Analog signals shall be included. |
| Group | 8 | Only Group signals shall be included. |
| Input | 16 | Only Input signals shall be included. |
| Output | 32 | Only Output signals shall be included. |
| Common | 128 | Common signals. If this flag is set, all the others are ignored. |
Remarks
If two or more filters are combined, the result shall meet all the criteria.
See Also