IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

7.2.2.6 IfcUnitaryControlElementTypeEnum

7.2.2.6.1 Semantic definition

The IfcUnitaryControlElementTypeEnum defines the range of different types and/or functions of unitary control elements possible.

7.2.2.6.2 Type values

Type Description
ALARMPANEL

A control element at which alarms are annunciated.

BASESTATIONCONTROLLER

A base station controller (BSC) is a network component with the functions for controlling one or more base transceiver stations. BSC is responsible for the management of various interfaces, wireless resources and parameters, the signalling processing of call establishment and the channel allocation in the cell.

COMBINED

Combination of at least two predefined types of unitary control element.

CONTROLPANEL

A control element at which devices that control or monitor the operation of a site, building or part of a building are located

GASDETECTIONPANEL

A control element at which the detection of gas is annunciated.

HUMIDISTAT

A control element that senses and regulates the humidity of a system or space so that the humidity is maintained near a desired setpoint.

INDICATORPANEL

A control element at which equipment operational status, condition, safety state or other required parameters are indicated.

MIMICPANEL

A control element at which information that is available elsewhere is repeated or 'mimicked'.

THERMOSTAT

A control element that senses and regulates the temperature of an element, system or space so that the temperature is maintained near a desired setpoint.

WEATHERSTATION

A control element that senses multiple climate properties such as temperature, humidity, pressure, wind, and rain.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 7.2.2.6.A

7.2.2.6.3 Formal representation

TYPE IfcUnitaryControlElementTypeEnum = ENUMERATION OF
	(ALARMPANEL
	,BASESTATIONCONTROLLER
	,COMBINED
	,CONTROLPANEL
	,GASDETECTIONPANEL
	,HUMIDISTAT
	,INDICATORPANEL
	,MIMICPANEL
	,THERMOSTAT
	,WEATHERSTATION
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.2.2.6.4 References

Edit on Github


Is this page difficult to understand? Let us know!

7.2.2.6.5 Changelog

7.2.2.6.5.1 IFC4

  • New resource

7.2.2.6.5.2 IFC4.3_DEV_70ee25e8

  • item, BASESTATIONCONTROLLER
  • item, COMBINED