7.2.4.12 Pset_ControllerTypeFloating
7.2.4.12.1 Semantic definition
Properties for signal handling for an analog controller taking disparate valued multiple inputs and creating a single valued output.
HISTORY: IFC4 adapted from Pset_ControllerTypeCommon and applicable predefined type made specific to FLOATING; ACCUMULATOR and PULSECONVERTER types added; additional properties added to replace Pset_AnalogInput and Pset_AnalogOutput.
7.2.4.12.2 Applicable entities
- IfcController/FLOATING
- IfcControllerType/FLOATING
7.2.4.12.3 Properties
Name | Property Type | Data Type | Description | |
---|---|---|---|---|
ControlType | IfcPropertyEnumeratedValue | PEnum_ControllerTypeFloating |
The type controller, signal modification effected and applicable ports CONSTANT: No inputs; SignalOffset is written to the output value. MODIFIER: Single analog input is read, added to SignalOffset, multiplied by SignalFactor, and written to the output value. ABSOLUTE: Single analog input is read and absolute value is written to the output value. INVERSE: Single analog input is read, 1.0 is divided by the input value and written to the output value. HYSTERISIS: Single analog input is read, delayed according to SignalTime, and written to the output value. RUNNINGAVERAGE: Single analog input is read, averaged over SignalTime, and written to the output value. DERIVATIVE: Single analog input is read and the rate of change during the SignalTime is written to the output value. INTEGRAL: Single analog input is read and the average value during the SignalTime is written to the output value. BINARY: Single binary input is read and SignalOffset is written to the output value if True. ACCUMULATOR: Single binary input is read, and for each pulse the SignalOffset is added to the accumulator, and while the accumulator is greater than the SignalFactor, the accumulator is decremented by SignalFactor and the integer result is incremented by one. PULSECONVERTER: Single integer input is read, and for each increment the SignalMultiplier is added and written to the output value. SUM: Two analog inputs are read, added, and written to the output value. SUBTRACT: Two analog inputs are read, subtracted, and written to the output value. PRODUCT: Two analog inputs are read, multiplied, and written to the output value. DIVIDE: Two analog inputs are read, divided, and written to the output value. AVERAGE: Two analog inputs are read and the average is written to the output value. MAXIMUM: Two analog inputs are read and the maximum is written to the output value. MINIMUM: Two analog inputs are read and the minimum is written to the output value.. INPUT: Controller element is a dedicated input. OUTPUT: Controller element is a dedicated output. VARIABLE: Controller element is an in-memory variable. |
|
Labels | IfcPropertyTableValue | IfcLabel/IfcReal |
Table mapping values to labels Labels indicate transition points such as 'Hi', 'Lo', 'HiHi', or 'LoLo'. |
|
Range | IfcPropertyBoundedValue | IfcReal |
The physical range of values supported by the device. |
|
Value | IfcPropertyBoundedValue | IfcReal |
The expected range and default value. The expected range and default value. While the property data type is IfcReal (to support all cases including when the units are unknown), a unit may optionally be provided to indicate the measure and unit. The LowerLimitValue and UpperLimitValue must fall within the physical Range and may be used to determine extents when charting Pset_ControllerPHistory.Value. |
|
SignalOffset | IfcPropertySingleValue | IfcReal |
Offset constant added to modified signal. |
|
SignalFactor | IfcPropertySingleValue | IfcReal |
Factor multiplied onto offset signal. |
|
SignalTime | IfcPropertySingleValue | IfcTimeMeasure |
Time factor used for integral and running average controllers. |