Click or drag to resize

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
C#
[FlagsAttribute]
public enum IOFilterTypes
Members
  Member nameValueDescription
All0All signals shall be included except for safety signals.
System1Only System signals shall be included.
Digital2Only Digital signals shall be included.
Analog4Only Analog signals shall be included.
Group8Only Group signals shall be included.
Input16Only Input signals shall be included.
Output32Only Output signals shall be included.
Common128Common 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