IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

7.2.2.3 IfcControllerTypeEnum

7.2.2.3.1 Semantic definition

The IfcControllerTypeEnum defines the range of different types of controller that can be specified.

7.2.2.3.2 Type values

Type Description
FLOATING

Output increases or decreases at a constant or accelerating rate.

MULTIPOSITION

Output is discrete value, can be one of three or more values.

PROGRAMMABLE

Output is programmable such as Discrete Digital Control (DDC).

PROPORTIONAL

Output is proportional to the control error and optionally time integral and derivative.

TWOPOSITION

Output can be either on or off.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 7.2.2.3.A

7.2.2.3.3 Formal representation

TYPE IfcControllerTypeEnum = ENUMERATION OF
	(FLOATING
	,MULTIPOSITION
	,PROGRAMMABLE
	,PROPORTIONAL
	,TWOPOSITION
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.2.2.3.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.2.2.3.5 Changelog

7.2.2.3.5.1 IFC4

  • item, MULTIPOSITION
  • item, PROGRAMMABLE
  • item, PROPORTIONALINTEGRAL
  • item, PROPORTIONALINTEGRALDERIVATIVE
  • item, TIMEDTWOPOSITION