+ All Categories
Home > Documents > BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User...

BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User...

Date post: 06-Feb-2018
Category:
Upload: ngominh
View: 223 times
Download: 0 times
Share this document with a friend
36
EXHAUSTO A/S Odensevej 76 DK-5550 Langeskov Tel.: +45 65 66 12 34 Fax +45 65 66 11 10 [email protected] www.exhausto.com 3005299-2015-09-29.fm BACnet Protocol User Manual EXcon SW vers. 3.19
Transcript
Page 1: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

BACnet ProtocolUser ManualEXcon SW vers. 3.19

EXHAUSTO A/SOdensevej 76DK-5550 Langeskov

Tel.: +45 65 66 12 34Fax +45 65 66 11 [email protected]

Page 2: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

1. Product information. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .32. Communication via external BACnet IP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .5

2.1 Configuration - BACnet IP................................................................................... 52.2 Setting up parameters BACnet IP ...................................................................... 6

3. Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .73.1 Overview diagram and data points .................................................................... 73.2 Most used data points ......................................................................................... 8

4. Binary Value DO (R/W) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .95. Binary Input DI (R) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .106. Analogue Input AI (RO) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .187. Analogue Value AO (R/W) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .228. PICS - Protocol Implementation Conformance Statement. . . . . . . . . . . . . . . . . . . .31

2/36

Page 3: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

1. Product informationThis protocol contains descriptions of all BACnet Object Instances in the EXcon Master. Values in the individual OIs depend on the air handling unit's configuration. For example, the water heating coil return temperature Analogue Input Object Instance 26 will be able to be read regardless of whether a water heating coil is installed in the actual air handling unit or not. But the value will only be useful if an associated temperature sensor is installed.

The BACnet function provides the option for BACnet control and monitoring of a complete Air Handling Unit (AHU), which is equipped with an EXcon Master control system.BACnet functionality is implemented in EXcon Master using software 2.00 or newer.

EXcon Master is a BACnet Application Specific Controller (B-ASC) with supported data link layer options: BACnet IP. In addition, refer to document "OJ-Air2 EDE" (Engineering Data Exchange). See EXHAUSTO’s website (WWW).

Communication TCP/IP: 1 x 10/100 Mbit Ethernet, RJ45 connector

EXcon Master, viewed from above

Object_Identifier Object_Identifier is set automatically to the last 5 digits in the EXcon Master IP address.

Example:IP-address = 172.21.0.95 = 172.021.000.095 - Object_Identifier = 95

NB: Object_Identifier is only set once when the EXcon Master is switched on/restarted.A maximum of 300 values in the COV (Change of Value) can be read at the same time.

BACnet Interoperability Building Blocks Supported

1 x RJ12 for hand-heldterminal

Data Sharing DS-RP-B Data Sharing – Read Property – B Data Sharing DS-WP-B Data Sharing-WriteProperty-B Device Management DM-DDB-B Device Management – Dynamic Device Binding – B Device Management DM-DOB-B Device Management – Dynamic Object Binding – B Device Management DM-DCC-B Device Management – Dynamic Communication

Control – B

3/36

Page 4: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

BACnet IP standard object types supported

RO = Read onlyRW = Read/Write

Standard object types CharacteristicsBinary Value DO (R/W) Object_Identifier, Object_Name, Object_Type, Present_Value,

Status_Flags, Event_State, Out_Of_Service, Priority_Array, Relinquish_Default.

Binary Input DI (R) Object_Identifier, Object_Name, Object_Type, Present_Value, Status_Flags, Event_State, Out_Of_Service, Priority_Array,

Analogue Input AI (R) Object_Identifier, Object_Name, Object_Type, Present_Value, Status_Flags, Event_State, Out_Of_Service, devices, Min_Pres_Value, Max_Pres_Value, resolution, reliability, COV_Increment

Binary ValueAO (R/W) Object_Identifier, Object_Name, Object_Type, Present_Value, Status_Flags, Event_State, Out_Of_Service, devices, Priority_Array, Relinquish_Default, COV_Increment.

Device Object_Identifier, Object_Name, Object_Type, Present_Value, Vendor_Name, Vendor_Identifier, Model_Name, Firmware_Revision, Aplication_Software_Version, Location, Description, Protocol_Version, Protocol_Revision, Protocol_Services_Supported, Protocol_Object_Types_Supported, Object_list, Max_APDU_Length_Accepted, Segmentation_Supported, APDU_Timeout, Number_Of_APDU_Retries, Device_Address_Binding, Database_Revision.

4/36

Page 5: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

2. Communication via external BACnet IP2.1 Configuration - BACnet IP

EXcon Master

EXHAUSTO

Program for communication set-upand read-out of parameters

For example, QuickMod Modbus Scanner (Freeware)http://www.azeotech.com

- orfor example Modbus Poll

http://www.modbustools.com

Standard LAN cable

5/36

Page 6: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

2.2 Setting up parameters BACnet IP

1 Start "DAQFactory QuickMod" Modbus scanner2 Click on "Modbus TCP over Ethernet"3 Click on "Configure"4 Read/Set communication parameters in EXcon hand-held terminal

5 Set communication parameters in "DAQFactory QuickMod Modbus scanner"6 Set IP-Address as read/set in EXcon hand-held terminal7 Set Port = Always Port 5028 Set "Timeout" = 10009 Click on "Save"

2 3

678

9

6/36

Page 7: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

3. Overview3.1 Overview diagram and data points

TE12

FanI

O2

P1, P

2T1

,T2

∆PP1

TE21

P2∆P M1

EC

EF

FAN

/FX

Ligh

t

T1 T2

ER

MR

HX2

M

EXc

on

TE22

FanI

O1

P1, P

2T1

,T2

∆P P1

TE11

P2FAN

/FX

∆P M2

EC

SF

T2 T1

Ligh

t

HW

-CW

CP

MV

M

TE-R

WT

TE-R

WT-

X

Coi

lbox

CP

MV

M

TE-S

WTC

oilb

ox

2,1

1,2

2,2

1,1

13

4

67

25

8

7/36

Page 8: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

3.2 Most used data points

Pos. no. on overview diagram

Location Data points

- For the whole air handling unit

Current operating modeManual operating functionSetting temperature regulation modeOperation ON/OFFExtended low speed activeExtended high speed activeA-alarm activeB-alarm activeAlarm reset

AI; OI, 0AV; OI, 0AV; OI, 133BI; OI, 0BI; OI, 3BI; OI, 4BI; OI, 30BI; OI, 31BV; OI, 0

1 Exhaust air Current exhaust air temperatureCurrent airflowMotor signal setpointSetpoint low speedSetpoint high speed

AI; OI, 22AI; OI, 7AI; OI, 60AI; OI, 12AI; OI, 13

2 Outdoor air Current outdoor air temperatureSupply air filter pressureAlarm limit supply air filter

AI; OI, 20AI; OI, 27AI; OI, 31

3 Recovery Heat recovery setpoint AI; OI, 684 Extract air Current extract air temperature

Extract air filter pressureAlarm limit extract air filterTemperature setpoint for current regulation modeCurrent duct pressure extract airSetpoint duct pressure low speed extract airSetpoint duct pressure high speed extract air

AI; OI, 18AI; OI, 28AI; OI, 32AV; OI, 134AI; OI, 3AV; OI, 6AV; OI, 7

5 Supply air Current supply air temperatureCurrent airflowMotor signal setpointSupply air setpoint low speedSupply air setpoint high speedTemperature setpoint for current regulation modeCurrent duct pressure supply airSetpoint duct pressure low speed supply airSetpoint duct pressure high speed supply air

AI; OI, 16AI; OI, 5AI; OI, 51AV; OI, 10AV; OI, 11AV; OI, 134AV; OI, 1AV; OI, 2AV; OI, 3

6 Heating coil Heating levelHeating relay 1Electric heating coil high temperatureFrost-free temperature

AI; OI, 36BI; OI, 26BI; OI, 34AI; OI, 26

7 Cooling coil Cooling levelCooling relay 1

AI; OI, 38BI; OI, 27

8 Temperature sensor

Room temperatureTemperature setpoint for current regulation mode

AI; OI, 21AV; OI, 134

8/36

Page 9: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

4. Binary Value DO (R/W)

NAME UNIT ADDRESS MIN. MAX. NOTES

Alr_Reset 0 0 1 Alarm reset-signal (changes automatically to zero)CoolRecovFunc 1 0 1 Cold recovery ON/OFFSN_Func 2 0 1 Summer night cooling ON/OFFSWTC_Func 3 0 1 Summer/Winter temperature compensation; ON/OFFFlwTmpCmpFunc 4 0 1 Airflow temperature/outdoor air temperature; ON/OFFRecircFunc 5 0 1 Recirculation function; ON/OFFCoolFlwForceFc 6 0 1 Forced airflow with cooling requirement; ON/OFFTimeSw-SumFunc 7 0 1 Automatic summer time/winter time;ON/OFFExtDrfHiPeriod 8 0 1 Input for forced high speed ExtDrfPeriodON 9 0 1 Run-on time on forced high speed active

ManZeroCali 10 0 1

Start manual "0" calibration (can be used at the same with automatic "0"calibration)Resets automatically to "0" (OFF) when the calibration is completed

AutoZeroCali 11 0 1 Automatic "0" calibration function ON/OFF

FiltDynAlrFunc 12 0 1

Filter, dynamic alarm function - ON/OFFOFF - Static alarm limit (Constant)ON - Dynamic alarm limit (Dynamic limit in relation to airflow)

FiltCalibrate 13 0 1

Start filter calibration Changes automatically to "0" (OFF) when the calibration is completedUsed only when the filter monitoring is set to "DYNAMIC"

FiltCaliDone 14 0 1Filter calibration executed (valid filter data)Used only when the filter monitoring is set to "DYNAMIC"

MBTOutd_Act 15 0 1 Activation of outdoor sensor via BMSMBTRoom1_Act 16 0 1 Activation of room sensor via BMS

9/36

Page 10: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

5. Binary Input DI (R)

NAME UNIT ADDRESS MIN. MAX. NOTES

Operation 0 0 1 Current operating modeExtStop 1 0 1 External stopExtHiSpeed 2 0 1 External high speedExtDrfLoSpeed 3 0 1 Extended low speed - activeExtDrfHiSpeed 4 0 1 Extended high speed - active

ElBattPowerRed 5 0 1 Energy for electric heating coil reduced due to low airflow.

SN_Drift 6 0 1 Summer night cooling is active

SN_Reset 7 0 1 Reset parameters for summer night cooling (new calculation is started)

SWTC_WintComp 8 0 1 Winter temperature compensation is activeSWTC_SumComp 9 0 1 Summer temperature compensation is active

SW_Status 10 0 1Summer/winter current status (SW_Mode = 1..3)OFF – Winter operation ("0")ON – Summer operation ("1")

RecircStatus 11 0 1 Recirculation statusEXC_Exercise 12 0 1 Motioning of heat exchanger - active

ExhaustPowRed 13 0 1 Signal for crossflow heat exchanger reduced (frost protection)

SupDuctMinFlow 14 0 1 Supply air duct pressure regulator, adjusted for min. airflow

SupDuctMaxFlow 15 0 1 Supply air duct pressure regulator, adjusted for max. airflow

ExtDuctMinFlow 16 0 1 Extract air duct pressure regulator, adjusted for min. airflow

ExtDuctMaxFlow 17 0 1 Extract air duct pressure regulator, adjusted for max. airflow

CoolRecovery 18 0 1 Cold recovery - Status

HW_FrosrReg 19 0 1 Circulation pump on heating coil Frost regulation - active

HW_PumpExer 20 0 1 Circulation pump on heating coil; Pump motioning - active

CW_PumpExer 21 0 1 Circulation pump on cooling coil; Pump motioning - active

Heat_FlwDnReg 22 0 1 Signal for heating coil reduced (for low airflow) - active

TempRegMinSup 23 0 1

"1" when min. supply air temperature regulation is active.Only active when "TempRegMode" is 1 or 2 (Room regulation)

TempRegMaxSup 24 0 1

"1" when max. supply air temperature regulation is active.Only active when "TempRegMode" is 1 or 2 (Room regulation)

BattEXC_Exer 25 0 1 Circulation pump on recovery section; Pump motioning - active

Heat_RE1 26 0 1 Heating relay 1 Cool_RE1 27 0 1 Cooling relay 1

10/36

Page 11: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

BattEXC_PumpRE 28 0 1 Circulation pump on recovery section; Pump - operating

AlrActive 29 0 1 At least one active alarmAlr_RE1 30 0 1 Alarm relay 1 (A-Alarm)Alr_RE2 31 0 1 Alarm relay 2 (B-Alarm)Alr_FireSignal 32 0 1 Fire, alarm signal (Room sensor)Alr_SmokeSig 33 0 1 Smoke/fire, alarm signal (Sensor in duct)ElBattOverHeat 34 0 1 Electric heating coil, High temperature alarm signal

FiltSupalarm 35 0 1 Filter alarm for supply air filter (Pressure drop above set limit)

FiltExtalarm 36 0 1 Filter alarm for extract air filter (Pressure drop above set limit)

SupTempSensErr 37 0 1 Supply air temperature sensor - sensor faultExtTempSensErr 38 0 1 Extract air temperature sensor - sensor faultOutDoorSensErr 39 0 1 Outdoor air temperature sensor - sensor faultRoomSensErr 40 0 1 Room temperature sensor - sensor faultExhaustSensErr 41 0 1 Exhaust air temperature sensor - sensor faultHW_SensErr 42 0 1 Water heating coil temperature sensor - sensor faultBattEXC_SensEr 43 0 1 Heat exchanger temperature sensor - sensor faultHW_FrostAlr 44 0 1 Water heating coil - frost alarmCool_Sumalarm 45 0 1 Cooling common alarmCool_DI1_alarm 46 0 1 Cooling digital alarm-1 InputCool_DI2_alarm 47 0 1 Cooling digital alarm-2 InputCool_DI3_alarm 48 0 1 Cooling digital alarm-3 InputCool_DI4_alarm 49 0 1 Cooling digital alarm-4 InputSupmotorON 50 0 1 Supply air motor ON/OFF Supmotoralarm 51 0 1 Alarm from supply air motor ON/OFF

FCsupMtrAlrVlo 52 0 1 Supply air motor voltage low alarm (only with OJ-FC)

FCsupMtrAlrVHi 53 0 1 Supply air motor high voltage limit alarm(only with OJ-FC)

FCsupMtrAlrIHi 54 0 1 Supply air motor high current alarm (only with OJ-FC), motor protection

FCsupMtrAlrTmp 55 0 1 Supply air motor temperature alarm (only with OJ-FC)

FCsupMtrAlrPhs 56 0 1 Supply air motor phase error alarm (only with OJ-FC)

FCsupMtrAlrRip 57 0 1 Supply air motor ripple voltage alarm (only with OJ-FC)

FCsupMtrIHiLim 58 0 1 Supply air motor high current limit; short-circuit protection (only with OJ-FC)

ExtmotorON 59 0 1 Extract air motor ON/OFF (only with OJ-FC)

Extmotoralarm 60 0 1 Extract air motor alarm ON/OFF (only with OJ-FC)

FCextMtrAlrVlo 61 0 1 Extract air motor alarm for low voltage (only with OJ-FC)

FCextMtrAlrVHi 62 0 1 Extract air motor high voltage limit alarm (only with OJ-FC)

NAME UNIT ADDRESS MIN. MAX. NOTES

11/36

Page 12: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

FCextMtrAlrIHi 63 0 1 Extract air motor high current limit alarm (only with OJ-FC)

FCextMtrAlrTmp 64 0 1 Extract air motor temperature alarm (only with OJ-FC)

FCextMtrAlrPhs 65 0 1 Extract air motor alarm for phase error(only with OJ-FC)

FCextMtrAlrRip 66 0 1 Extract air motor ripple voltage alarm (only with OJ-FC)

FCextMtrIHiLim 67 0 1 Extract air motor high current limit (only with OJ-FC)

EXC_ON 68 0 1 Rotary heat exchanger; Motor regulation ON/OFF(only with OJ-RHX2M)

EXC_Reset 69 0 1 Rotary heat exchanger; Reset signal (only with OJ-RHX2M)

EXC_Direction 70 0 1 Rotary heat exchanger; direction of rotation (only with OJ-RHX2M)

EXC_Rotalarm 71 0 1 Rotary heat exchanger; Rotation alarm (only with OJ-RHX2M)

EXC_Vloalarm 72 0 1 Rotary heat exchanger; Alarm for undervoltage (only with OJ-RHX2M)

EXC_VHialarm 73 0 1 Rotary heat exchanger; Alarm for overvoltage(only with OJ-RHX2M)

EXC_IHialarm 74 0 1 Rotary heat exchanger; Alarm for high current(only with OJ-RHX2M)

EXC_Tempalarm 75 0 1 Rotary heat exchanger; Temperature alarm(only with OJ-RHX2M)

EXC_RotSignal 76 0 1 Rotary heat exchanger; Rotation signal(only with OJ-RHX2M)

EXC_Overload 77 0 1 Rotary heat exchanger; Torque overload(only with OJ-RHX2M)

ExtBrandStop 78 0 1 External fireman's stop input, status

AddOnTSens1Err 79 0 1 Supplementary sensor 1, sensor fault

AddOnTSens2Err 80 0 1 Supplementary sensor 2, sensor fault

AddOnTSens3Err 81 0 1 Supplementary sensor 3, sensor fault

AddOnTSens4Err 82 0 1 Supplementary sensor 4, sensor fault

AlrFrostLuft 83 0 1 Frost alarm from frost thermostat; Digital input

HW2_FrostReg 84 0 1 Water heating coil 2; Frost regulation - active

HW2_PumpExer 85 0 1 Water heating coil 2; Pump motioning - active

HW2_SensErr 86 0 1 Water heating coil 2 - return sensor; Sensor fault

HW2_FrostAlr 87 0 1 Water heating coil 2; Frost alarm

PHFreezeAlarm 88 0 1 Pre-heating coil; Frost alarm

PHFrostRegAct 89 0 1 Pre-heating coil; Frost regulation active

NAME UNIT ADDRESS MIN. MAX. NOTES

12/36

Page 13: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

PHPumpExer 90 0 1 Pre-heating coil; Pump motioning

PHHeatRelay 91 0 1 Pre-heating coil; Heating relay active

PH_OverHeat 92 0 1 Preheating coil; Overheating fault

PH_PowReduc 93 0 1 Pre-heating coil; Power reduction, low airflow (only electric heating coil)

PH_HWBSensErr 94 0 1 Preheating coil - Return sensor; sensor fault

AlrEXCEffToLow 95 0 1 Alarm efficiency on heat exchanger is too low

AlrAtvSupComm 96 0 1 Alarm ATV FC supply air; no communication to ATV frequency converter

AlrAtvExtComm 97 0 1 Alarm ATV FC extract air; no communication to ATV frequency converter

AlrAtvSupFC 98 0 1 Alarm ATV FC supply air; common alarm from ATV frequency converter

AlrAtvExtFC 99 0 1 Alarm ATV FC extract air; common alarm from ATV frequency converter

AlrFrzBattEXC 100 0 1 Frost alarm; liquid connected heat exchanger (BattEXC)

AlrDeIceCont 101 0 1 Ice protection pre-heating coil - Contactor stuck (only electric heating coil)

AlrDeIceOverh 102 0 1 Ice protection pre-heating coil - Overheating fault (only electric heating coil)

AlrDeIceReduc 103 0 1 Ice protection; preheating coil - Power reduction, low airflow (only electric heating coil)

AlrNoREXCali 104 0 1 Pressure transmitter over rotary heat exchanger; Extract air, not calibrated

AlrSensREXNC 105 0 1 Pressure transmitter over rotary heat exchanger; Extract air, no connection

NO_CRecovStat 106 0 1 Cold recovery recirculation active

NO_CStpRoomAct 107 0 1 Cold blocking; Room temperature stop

HP_CoolingActv 108 0 1 Heating pump; Cooling operation active

HP_De-icingAct 109 0 1 Heating pump; De-icing active

AlrRexFrozen 110 0 1 Alarm, rotary exchanger iced up

AlrRexDusty 111 0 1 Alarm, rotary exchanger soiled

Ht2FlowChgAct 112 0 1 Airflow changed because Heating 2 is active

Ht2DelayStatus 113 0 1 Status timer Heating 2

Ht2DelLimBlkNo 114 0 1 Limiting for Heating 2 is not active

Ht2RecBlkAct 115 0 1 Blocking of Heating 2 with recirculation = Active

IntRecFlowStat 116 0 1 Status, low airflow at 100% recirculation

RecClosDmpAct 117 0 1 Recirculation damper is closed

HW1RiFaActiv 118 0 1 Max. increase/fall time is activated

NAME UNIT ADDRESS MIN. MAX. NOTES

13/36

Page 14: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

EC2supMtIhiLim 119 0 1 EC 2 Supply air motor high current limit; short-circuit protection

EC2supMtAlrVlo 120 0 1 EC 2 Supply air motor low voltage, alarm

EC2supMtAlrVhi 121 0 1 EC 2 Supply air motor high voltage, alarm

EC2supMtAlrIhi 122 0 1 EC 2 Supply air motor high current limit; alarm

EC2supMtAlrTmp 123 0 1 EC 2 Supply air motor temperature, alarm

EC2supMtAlrPhs 124 0 1 EC 2 Supply air motor, alarm for phase error

EC2sup_I_Rip 125 0 1 EC 2 Supply air motor, alarm for high ripple

EC2supRoBlok 126 0 1 EC 2 Supply air motor, alarm for blocked rotor

EC2extMtIhiLim 127 0 1 EC 2 Extract air motor high current limit; short-circuit protection

EC2extMtAlrVlo 128 0 1 EC 2 Extract air motor voltage low, alarm

EC2extMtAlrVhi 129 0 1 EC 2 Extract air motor voltage high, alarm

EC2extMtAlrIhi 130 0 1 EC 2 Extract air motor high current limit; alarm

EC2extMtAlrTmp 131 0 1 EC 2 Extract air motor temperature, alarm

EC2extMtAlrPhs 132 0 1 EC 2 Extract air motor, alarm for phase error

EC2ext_I_Rip 133 0 1 EC2 Extract air motor, alarm for high ripple

EC2extRoBlok 134 0 1 EC 2 Extract air motor, alarm for blocked rotor

EC-Sup2-Comm 135 0 1 EC 2 Supply air motor, alarm for communication failure

EC-Ext2-Comm 136 0 1 EC 2 Extract air motor, alarm for communication failure

ECsupMtIhiLim 137 0 1 EC Supply air motor high current limit; short-circuit protection

ECsupMtAlrVlo 138 0 1 EC Supply air motor voltage low, alarm

ECsupMtAlrVhi 139 0 1 EC Supply air motor voltage high, alarm

ECsupMtAlrIhi 140 0 1 EC Supply air motor high current limit; alarm

ECsupMtAlrTmp 141 0 1 EC Supply air motor temperature, alarm

ECsupMtAlrPhs 142 0 1 EC Supply air motor, alarm for phase error

ECsup_I_Rip 143 0 1 EC Supply air motor, alarm for high ripple

ECsupRotBlok 144 0 1 EC Supply air motor, alarm for blocked rotor

ECextMtIhiLim 145 0 1 EC Extract air motor high current limit; short-circuit protection

ECextMtAlrVlo 146 0 1 EC Extract air motor voltage low, alarm

ECextMtAlrVhi 147 0 1 EC Extract air motor voltage high, alarm

NAME UNIT ADDRESS MIN. MAX. NOTES

14/36

Page 15: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

ECextMtAlrIhi 148 0 1 EC Extract air motor high current limit; alarm

ECextMtAlrTmp 149 0 1 EC Extract air motor temperature, alarm

ECextMtAlrPhs 150 0 1 EC Extract air motor, alarm for phase error

ECext_I_Rip 151 0 1 EC Extract air motor, alarm for high ripple

ECextRotBlok 152 0 1 EC Extract air motor, alarm for blocked rotor

EC-Sup-Comm 153 0 1 EC Supply air motor, alarm for communication failure

EC-Ext-Comm 154 0 1 EC Extract air motor, alarm for communication failure

TTH6202ComAlr 155 0 1 TTH-6202 communication failure

BELDampSmokeComErr 156 0 1 Alarm for communication failure Belimo smoke

evacuation damperAlrBDDampSmokePos 157 0 1 Alarm for position fault Belimo smoke evacuation

damper

AlrExtIO1_Comm 158 0 1 Extension IO-Module no. 1 - communication failure

AlrExtIO2_Comm 159 0 1 Extension IO-Module no. 2 - communication failure

AlrExtIO3_Comm 160 0 1 Extension IO-Module no. 3 - communication failure

AlrExtIO4_Comm 161 0 1 Extension IO-Module no. 4 - communication failure

AlrExtIO5_Comm 162 0 1 Extension IO-Module no. 5 - communication failure

AlrExtIO6_Comm 163 0 1 Extension IO-Module no. 6 - communication failure

AlrExtIO7_Comm 164 0 1 Extension IO-Module no. 7 - communication failure

AlrExtIO8_Comm 165 0 1 Extension IO-Module no. 8 - communication failure

AlrSupTemp2 166 0 1 Customer specific

AlrAddOnSens1 167 0 1 Supplementary sensor 1 - sensor fault

AlrAddOnSens2 168 0 1 Supplementary sensor 2 - sensor fault

AlrAddOnSens3 169 0 1 Supplementary sensor 3 - sensor fault

AlrAddOnSens4 170 0 1 Supplementary sensor 4 - sensor fault

AlrSupMtr 171 0 1 Alarm supply air motor

AlrExtMtr 172 0 1 Alarm extract air motor

Cmb2CoolRel 173 0 1 Combi coil; Cooling relay no. 2 active

HW1RIFaActRH 174 0 1 Customer specific

CmbEnCtrlMB 175 0 1 Combi coil - release Modbus control

CmbEnHeatMB 176 0 1 Combi coil - heating state

CmbEnCoolMB 177 0 1 Combi coil - cooling state

NAME UNIT ADDRESS MIN. MAX. NOTES

15/36

Page 16: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

ECsupEEP_Err 178 0 1 EC Supply air motor, alarm for EEPROM fault

EC2supEEP_Err 179 0 1 EC Supply air motor 2, alarm for EEPROM fault

ECextEEP_Err 180 0 1 EC Extract air motor, alarm for EEPROM fault

EC2extEEP_Err 181 0 1 EC Extract air motor 2, alarm for EEPROM fault

TTH6040ComAlr 182 0 1 TTH-6040 (room sensor) communication failure

LowOilDXHPAlr 183 0 1 Alarm - low oil level in cooling compressor

AlrComWBPump 184 0 1 Alarm 27

AlrComSupFan 185 0 1 Common alarm - supply air fan

AlrComExtFan 186 0 1 Common alarm - exhaust air fan

AlrComSupFlDu 187 0 1 Common alarm - supply air pressure/airflow

AlrComExtFlDu 188 0 1 Common alarm - exhaust air pressure/airflow

AlrComEXC 189 0 1 Common alarm - heat exchanger

AlrComFreeze 190 0 1 Common alarm - frost

AlrComElHeat 191 0 1 Common alarm - electric heating coil

AlrComTemp 192 0 1 Common alarm - temperature high/low

AlrComSFilt 193 0 1 Common alarm - supply air filter

AlrComEFilt 194 0 1 Common alarm - extract air filter

AlrComTmpSens 195 0 1 Common alarm - temperature sensor

AlrComCool 196 0 1 Common alarm - cooling

AlrComBDamp 197 0 1 Common alarm - Belimo damper

AlrComIntern 198 0 1 Common alarm - internal modbus error

BMS_InpState 199 0 1 Input for activation of BMS control - active

ExternLowState 200 0 1 Input for activation of External low - active

Alr_MBTOutds 203 0 1 Alarm - BMS outdoor sensor out of range for more than 10 seconds.

Alr_MBTRoom1 204 0 1 Alarm - BMS room sensor out of range for more than 10 seconds.

AlrFireManstop 205 0 1 Alarm - Air handling unit stopped by "Fireman's stop"

AlrSmokEvac 206 0 1 Smoke evacuation active

AlrSmokEvaFan 207 0 1 Alarm, smoke evacuation fan

StatInleRel 208 0 1 Output for recirculation damper - active

StatSupRel 209 0 1 Output for recirculation damper - active

NAME UNIT ADDRESS MIN. MAX. NOTES

16/36

Page 17: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

StatRecRel 210 0 1 Output for recirculation damper - active

ExOutDSensErr 211 0 1 External outdoor sensor - sensor fault

PHTempSensErr 212 0 1 Temperature sensor pre-heating coil - sensor fault

CW_TSensErr 213 0 1 Cooling water supply - sensor fault

Heat_RE21 214 0 1 Relay 1 on heating coil 2 activated

Heat_RE22 215 0 1 Relay 2 on heating coil 2 activated

Heat_RE23 216 0 1 Relay 3 on heating coil 2 activated

Heat_RE24 217 0 1 Relay 4 on heating coil 2 activated

Heat_RE25 218 0 1 Relay 5 on heating coil 2 activated

Heat_RE26 219 0 1 Relay 6 on heating coil 2 activated

Combi_PumpRE 220 0 1 Pump relay combi coil activated

NAME UNIT ADDRESS MIN. MAX. NOTES

17/36

Page 18: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

6. Analogue Input AI (RO)l

NAME UNIT OBJECT INSTANCE MIN. MAX. NOTES

Operation Mode 0 0 500

Current Operating Mode000-099:Air Handling Unit stop100-199:Air Handling Unit Low speed200-299:Air Handling Unit High speed300-399:Air Handling Unit Spec RegMode

SupDuctPa Pa 1 0 2000 Current duct pressure supply airSupDuctPaRgSet Pa 2 0 2000 Setpoint for duct pressure supply airExtDuctPa Pa 3 0 2000 Current duct pressure extract air [Pa]ExtDuctPaRgSet Pa 4 0 2000 Setpoint duct pressure extract airSupFlow l/s 5 0 30000 Current supply airflowSupFlowRegSet l/s 6 250 30000 Setpoint supply airflowExtFlow l/s 7 0 30000 Current extract airflowExtFlowRegSet l/s 8 0 30000 Setpoint for extract airflowCO2_ppmMeas ppm 9 0 10000 CO2 sensor measuringMtrFanSupVin V 10 0 10 0-10 VDC signal for supply air motorMtrFanExtVin V 11 0 10 0-10 VDC signal for extract air motor

FAN_SupPrcMeas % 12 0 100 Voltage on Fan Optimiser input; Supply air signal

FAN_ExtPrcMeas % 13 0 100 Voltage on Fan Optimiser input; Extract air signal

SupFC_MaxFlow l/s 14 100 30000 Supply air FC - Max. airflow [m3/h]ExtFC_MaxFlow l/s 15 100 30000 Extract air FC - Max. airflow [m3/h]SupTemp °C 16 -40 100 Current supply air temperatureSupTempRegSet °C 17 0 40 Setpoint for supply air temperatureExtTemp °C 18 -40 100 Current extract air temperature ExtTempRegSet °C 19 0 40 Setpoint for extract air temperatureOutDoorTemp °C 20 -40 100 Current outdoor air temperatureRoomTemp °C 21 -40 100 Current room temperatureExhaustTemp °C 22 -40 100 Current exhaust air temperatureTempRegMeas °C 23 -40 100 Temp. measuring for current regulation choiceTempRegVal °C 24 0 40 Regulation value for current regulation choiceBattEXC_Temp °C 25 -40 100 Water heating coil temperature after heat exchangerHW_BattTemp °C 26 -40 100 Current temperature, water heating coilSupFiltPaAvr Pa 27 0 2000 Supply air filter pressureExtFiltPaAvr Pa 28 0 2000 Extract air filter pressureSupMotorSet % 29 0 10000 Setpoint for motor signal, supply airExtMotorSet % 30 0 10000 Setpoint for motor signal, extract air

FiltSupAlrPa Pa 31 0 100Supply air filter monitoring max. alarm limitUsed only when the filter monitoring is set to "DYNAMIC"

FiltExtAlrPa Pa 32 0 100Extract air filter monitoring max. alarm limitUsed only when the filter monitoring is set to "DYNAMIC"

FlwTmpCmpOut % 33 -40 100 Temperature corrected airflow setpoint

SWTC_ActSetOfs °C 34 -10 10 Summer/winter temperature compensation of current setpoint, offset

18/36

Page 19: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

HeatEXCPower % 35 0 100 Heat exchanger regulator heating powerHeatPower % 36 0 100 Current heating powerCoolPower % 37 0 100 Cooling regulator powerCoolActPower % 38 0 100 Current cooling power CoolFlwForcePw % 39 0 100 Forced cooling airflow powerCoolVin1Alarm % 40 0 100 Cooling alarm 1 transmitter signalCoolVin2Alarm % 41 0 100 Cooling alarm 2 transmitter signalCoolVin3Alarm % 42 0 100 Cooling alarm 3 transmitter signalCoolVin4Alarm % 43 0 100 Cooling alarm 4 transmitter signalC_LoPress1Bar Bar 44 0 100 Current low pressure transmitter - 1 Bar [1/100 Bar]C_HiPress1Bar Bar 45 0 100 Current high pressure transmitter - 1 Bar [1/100 Bar]C_LoPress2Bar Bar 46 0 100 Current low pressure transmitter - 2 Bar [1/100 Bar]C_HiPress2Bar Bar 47 0 100 Current high pressure transmitter - 2 Bar [1/100 Bar]FCsupMtrType 48 0 256 Supply air motor type (only OJ-FC)FCsupMtrFC_SW 49 Supply air motor software vers. (only OJ-FC)

FCsupMtrIO_SW 50 Supply air IO card software vers. (only OJ-FC)

FCsupMtrPrcOut % 51 0 100 Supply air motor output, percent (only OJ-FC)

FCsupMtrHzOut Hz 52 0 10000 Supply air motor output, frequency [1/100 Hz] (only OJ-FC)

FCsupMtrIout mA 53 0 30000 Supply air motor output, current current (only OJ-FC)

FCsupMtrPowOut Watt 54 0 6000 Supply air motor output, current power (only OJ-FC)

FCsupMtrPrcSet % 55 0 100 Supply air motor setpoint

SupSFP J/m3 56 0 10000 Supply air specific fan power (SFP) [Ws/m3 = J/m3] (only OJ-FC)

FCextMtrType 57 0 256 Extract air motor type (only OJ-FC)FCextMtrFC_SW 58 Extract air motor software vers. (only OJ-FC)

FCextMtrIO_SW 59 Extract air IO card software vers. (only OJ-FC)

FCextMtrPrcOut % 60 0 100 Extract air motor output, percent (only OJ-FC)

FCextMtrHzOut Hz 61 0 10000 Extract air motor output, frequency [1/100 Hz] (only OJ-FC)

FCextMtrIout mA 62 0 30000 Extract air motor output, current current (only OJ-FC)

FCextMtrPowOut Watt 63 0 6000 Extract air motor output, current power (only OJ-FC)

FCextMtrPrcSet % 64 0 100 Extract air motor output, setpoint

ExtSFP J/m3 65 0 10000 Extract air specific fan power (SFP) [Ws/m3 = J/m3] (only OJ-FC)

EXC_Type 66 0 3 Rotary heat exchanger, motor type (only OJ RHX2M)

EXC_Software 67 Rotary heat exchanger, software vers.(only OJ RHX2M)

EXC_PrcOut % 68 0 100 Rotary heat exchanger, percent

EXC_RpmOut rpm 69 0 200 Rotary heat exchanger, rpm output

NAME UNIT OBJECT INSTANCE MIN. MAX. NOTES

19/36

Page 20: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

EXC_Iout mA 70 0 10000 Rotary heat exchanger, current output (only OJ RHX2M)

EXC_Power Watt 71 0 10000 Rotary heat exchanger; output power(only OJ RHX2M)

EXC_DriftDays Day 72 0 32000 Rotary heat exchanger; total number operating days (only OJ RHX2M)

EXC_PrcSet % 73 0 100 Rotary heat exchanger; setpoint(only OJ RHX2M)

EXTM1_SW_Ver 74 Extension Module 1 software vers. [1/100]EXTM2_SW_Ver 75 Extension Module 2 software vers. [1/100]TimeSw-WeekDay 76 0 6 Current weekday (0-Mon..6-Sun)ExtDrfDaysLeft Day 77 0 6 Extended operation remaining total number daysExtDrfMinLeft Min 78 0 1439 Extended operation remaining total number minutes

Alr_Released00 79 0 300 Stack for active alarms (0 indicates end of stack)

Alr_Released01 80 0 300 Stack for active alarms (0 indicates end of stack)

Alr_Released02 81 0 300 Stack for active alarms (0 indicates end of stack)

Alr_Released03 82 0 300 Stack for active alarms (0 indicates end of stack)

Alr_Released04 83 0 300 Stack for active alarms (0 indicates end of stack)

Alr_Released05 84 0 300 Stack for active alarms (0 indicates end of stack)

Alr_Released06 85 0 300 Stack for active alarms (0 indicates end of stack)

Alr_Released07 86 0 300 Stack for active alarms (0 indicates end of stack)

Alr_Released08 87 0 300 Stack for active alarms (0 indicates end of stack)

Alr_Released09 88 0 300 Stack for active alarms (0 indicates end of stack)

Alr_Released10 89 0 300 Stack for active alarms (0 indicates end of stack)

Alr_Released11 90 0 300 Stack for active alarms (0 indicates end of stack)

Alr_Released12 91 0 300 Stack for active alarms (0 indicates end of stack)

Alr_Released13 92 0 300 Stack for active alarms (0 indicates end of stack)

Alr_Released14 93 0 300 Stack for active alarms (0 indicates end of stack)

Alr_Released15 94 0 300 Stack for active alarms (0 indicates end of stack)

MasterSW_Ver 95 Master software vers.DisplaySW_Ver 96 Display software vers.AddOnTSensor1 °C 97 -40 100 Supplementary sensor 1AddOnTSensor2 °C 98 -40 100 Supplementary sensor 2AddOnTSensor3 °C 99 -40 100 Supplementary sensor 3AddOnTSensor4 °C 100 -40 100 Supplementary sensor 4

NAME UNIT OBJECT INSTANCE MIN. MAX. NOTES

20/36

Page 21: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

MtrFanSupVin V 101 0 10 0-10 VDC signal for supply air motorMtrFanExtVin V 102 0 10 0-10 VDC signal for extract air motorHeat2Power % 103 0 100 Heating 2 regulator powerPHeatPower % 104 0 100 Current power, pre-heating coilPHeatTempAir % 105 0 100 Current temperature, pre-heating coilAtvSupFCTyp 106 0 30000 Supply air ATV, frequency converter, Current FC TypeAtvExtFCTyp 107 0 30000 Extract air ATV frequency converter, Current FC TypeEXCActualEff % 108 0 100 Current heat exchanger efficiencyHW12_VDCOut V 109 0 10 Heating 12; VDC signalHP_CoilPaMeas Pa 110 0 2000 Pressure drop across heat pump outdoor part

RecAltFlwAct 111 0 2 Current status of recirculation Latest change of airflow: 0 = No change; 1 = Low to high; 2 = High to low

RecClosTimer Sec 112 0 7200 Current status hours for closed recirculationCombiVDC_Out V 113 0 10 Combi coil VDC signal heatingCombiHeatPow % 114 0 100 Combi coil % signal heating

CombiCoolPow % 115 0 100 Heating pump power active when there is heating requirement Otherwise Cooling Power

AtvExtPower Watt 116 0 30000 Extract air motor current power, output (only ATV)AtvSupPower Watt 117 0 30000 Supply air motor current power, output (only ATV)ExtOutDTemp °C 118 -40 100 External outdoor air sensor temperaturePHeatTempAir °C 119 -40 100 Temperature after pre-heating coilCW_InletTemp °C 120 -40 100 Temperature supply cooling water

RecFreshAirDis % 121 0 100 Outdoor air, damper position with modulated recirculation [%]

RecDampPrcDis % 122 0 100 Recirculation, damper position with modulated recirculation [%]

CoolVDC_Out2 V 123 0 10 Combi coil VDC signal heating 2

NAME UNIT OBJECT INSTANCE MIN. MAX. NOTES

21/36

Page 22: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

7. Analogue Value AO (R/W)

NAME UNIT ADDRESS MIN. MAX. NOTES

ManDriftMode 0 0 3 0-Auto, 1-Manual Stop, 2-Manual Low, 3-Manual High

MtrRegMode 1 0 6

0 - Pressure1 - Airflow2 - Extract air Slave3 - Supply air Slave4 - External VDC setpoint5 - Fan Optimiser Supply air/Extract air6 - Fan Optimiser with extract air Slave7 - Green Zone8 - Green Zone slave9 - Constant speed

SupDuctPaLoSet Pa 2 0 2000 Setpoint for low duct pressure supply airSupDuctPaHiSet Pa 3 0 2000 Setpoint for high duct pressure supply airSupDuctMinFlow l/s 4 0 30000 Supply air min. airflow for duct regulation [m3/h]SupDuctMaxFlow l/s 5 0 30000 Supply air max. airflow for duct regulation [m3/h]ExtDuctPaLoSet Pa 6 0 2000 Setpoint for low duct pressure extract airExtDuctPaHiSet Pa 7 0 2000 Setpoint for high duct pressure extract airExtDuctMinFlow l/s 8 0 30000 Extract air min. airflow for duct regulation [m3/h]ExtDuctMaxFlow l/s 9 0 30000 Extract air max. airflow for duct regulation [m3/h]SupLoSpeedSet l/s 10 0 30000 Setpoint supply airflow; low speed [m3/h]SupHiSpeedSet l/s 11 0 30000 Setpoint supply airflow, high speed [m3/h]ExtLoSpeedSet l/s 12 0 30000 Setpoint extract airflow, low speed [m3/h]ExtHiSpeedSet l/s 13 0 30000 Setpoint extract airflow, high speed [m3/h]

MtrRegOffset % 14 -50 50 Offset for supply air/extract air motor slave and CO2 regulator

MtrRegMinFlow l/s 15 0 30000 Min. airflow for supply air/extract air motor slave regulation [m3/h]

MtrRegMaxFlow l/s 16 0 30000 Max. airflow for supply air/extract air motor slave regulation [m3/h]

CO2_BrugerSetLP ppm 17 0 10000 CO2 regulator setpoint for low period (HI CO2 Val)

CO2_BrugerSetHP ppm 18 0 10000 CO2 regulator setpoint for high period (HI CO2 Val) [ppm]

CO2_MinFlow l/s 19 0 30000 CO2 regulator, min. airflow [m3/h]

CO2_MaxFlow l/s 20 0 30000 CO2 regulator, max. airflow [m3/h]

CO2_SupFlwOffs % 21 -50 50 CO2 regulator, offset of supply airflowCO2_AlrLimit ppm 22 100 10000 CO2 alarm limit setpointCO2_PB ppm 23 10 10000 CO2 regulator P-bandCO2_I_Time Sec 24 10 30000 CO2 regulator I-time

FAN_SupMinFlow l/s 25 0 30000 Fan Optimiser supply air, regulator min. airflow [m3/h]

FAN_SupMaxFlow l/s 26 0 30000 Fan Optimiser supply air, max. airflow [m3/h]

FAN_ExtMinFlow l/s 27 0 30000 Fan Optimiser extract air, min. airflow [m3/h]

FAN_ExtMaxFlow l/s 28 0 30000 Fan Optimiser extract air, max. airflow [m3/h]

22/36

Page 23: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

FAN_ExtFlwOffs % 29 -50 50 Fan Optimiser, extract airflow offset

SupMtr_I_Time Sec 30 5 1000 Supply air, motor regulation, I-time setpointExtMtr_I_Time Sec 31 5 1000 Extract air, motor regulation, I-time setpointSupFlowFireSet % 32 0 100 Setpoint supply air motor speed in case of fire alarmExtFlowFireSet % 33 0 100 Setpoint extract air motor speed in case of fire alarmHS_AfterRunSet Min 34 0 480 Run-on time, high speedFlwTmpCmpSet % 35 0 50 Reduction of airflow, percentage of setpointFlwTmpCmpStart °C 36 -10 15 Reduction of airflow, start temperature setpoint

FlwTmpCmpStop °C 37 -30 -10 Reduction of flow/stop temperature setpoint [1/100°C]

TimeSw-Year 38 2000 2099 Current yearTimeSw-Month 39 1 12 Current monthTimeSw-Day 40 1 31 Current dayTimeSw-Hour h 41 0 23 Current hourTimeSw-Minute Min 42 0 59 Current minutesTimeSw-Second Sec 43 0 59 Current secondsExtDrfStartDay 44 0 6 Extended operation, start - day (0-Mon..6-Sun)ExtDrfStartMin Min 45 0 1439 Extended operation, start - minute (Hours*60+Min)ExtDrfStopDay 46 0 6 Extended operation, stop - day (0-Mon..6-Sun)ExtDrfStopMin Min 47 0 1439 Extended operation, stop - minute (Hours*60+Min)

TimeSw-DayMode 48 0 2 Schedule type (0..2)0-Mon..Sun, 1-Mon..Fri+weekend, 2-Week

TimeSw-Start00 Min 49 0 1439 Monday start 1st time period [Minutes from midnight]TimeSw-Start01 Min 50 0 1439 Tuesday start 1. time period [Minutes from midnight]TimeSw-Start02 Min 51 0 1439 Wednesday start 1st time period [Minutes from midnight]TimeSw-Start03 Min 52 0 1439 Thursday start 1st time period [Minutes from midnight]TimeSw-Start04 Min 53 0 1439 Friday start 1st time period [Minutes from midnight]TimeSw-Start05 Min 54 0 1439 Saturday start 1st time period [Minutes from midnight]TimeSw-Start06 Min 55 0 1439 Sunday start 1st time period [Minutes from midnight]TimeSw-Start07 Min 56 0 1439 Monday start 2nd time period [Minutes from midnight]TimeSw-Start08 Min 57 0 1439 Tuesday start 2nd time period [Minutes from midnight]TimeSw-Start09 Min 58 0 1439 Wednesday start 2nd time period [Minutes from midnight]TimeSw-Start10 Min 59 0 1439 Thursday start 2nd time period [Minutes from midnight]TimeSw-Start11 Min 60 0 1439 Friday start 2nd time period [Minutes from midnight]TimeSw-Start12 Min 61 0 1439 Saturday start 2nd time period [Minutes from midnight]TimeSw-Start13 Min 62 0 1439 Sunday start 2nd time period [Minutes from midnight]TimeSw-Start14 Min 63 0 1439 Monday start 3rd time period [Minutes from midnight]TimeSw-Start15 Min 64 0 1439 Tuesday start 3rd time period [Minutes from midnight]TimeSw-Start16 Min 65 0 1439 Wednesday start 3rd time period [Minutes from midnight]TimeSw-Start17 Min 66 0 1439 Thursday start 3rd time period [Minutes from midnight]TimeSw-Start18 Min 67 0 1439 Friday start 3rd time period [Minutes from midnight]TimeSw-Start19 Min 68 0 1439 Saturday start 3rd time period [Minutes from midnight]TimeSw-Start20 Min 69 0 1439 Sunday start 3rd time period [Minutes from midnight]TimeSw-Start21 Min 70 0 1439 Monday start 4th time period [Minutes from midnight]TimeSw-Start22 Min 71 0 1439 Tuesday start 4th time period [Minutes from midnight]

NAME UNIT ADDRESS MIN. MAX. NOTES

23/36

Page 24: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

TimeSw-Start23 Min 72 0 1439 Wednesday start 4th time period [Minutes from midnight]TimeSw-Start24 Min 73 0 1439 Thursday start 4th time period [Minutes from midnight]TimeSw-Start25 Min 74 0 1439 Friday start 4th time period [Minutes from midnight]TimeSw-Start26 Min 75 0 1439 Saturday start 4th time period [Minutes from midnight]TimeSw-Start27 Min 76 0 1439 Sunday start 4th time period [Minutes from midnight]TimeSw-Stop00 Min 77 1 1440 Monday stop 1st time period [Minutes from midnight]TimeSw-Stop01 Min 78 1 1440 Tuesday stop 1st time period [Minutes from midnight]TimeSw-Stop02 Min 79 1 1440 Wednesday stop 1st time period [Minutes from midnight]TimeSw-Stop03 Min 80 1 1440 Thursday stop 1st time period [Minutes from midnight]TimeSw-Stop04 Min 81 1 1440 Friday stop 1st time period [Minutes from midnight]TimeSw-Stop05 Min 82 1 1440 Saturday stop 1st time period [Minutes from midnight]TimeSw-Stop06 Min 83 1 1440 Sunday stop 1st time period [Minutes from midnight]TimeSw-Stop07 Min 84 1 1440 Monday stop 2nd time period [Minutes from midnight]TimeSw-Stop08 Min 85 1 1440 Tuesday stop 2nd time period [Minutes from midnight]TimeSw-Stop09 Min 86 1 1440 Wednesday stop 2nd time period [Minutes from midnight]TimeSw-Stop10 Min 87 1 1440 Thursday stop 2nd time period [Minutes from midnight]TimeSw-Stop11 Min 88 1 1440 Friday stop 2nd time period [Minutes from midnight]TimeSw-Stop12 Min 89 1 1440 Saturday stop 2nd time period [Minutes from midnight]TimeSw-Stop13 Min 90 1 1440 Sunday stop 2nd time period [Minutes from midnight]TimeSw-Stop14 Min 91 1 1440 Monday stop 3rd time period [Minutes from midnight]TimeSw-Stop15 Min 92 1 1440 Tuesday stop 3rd time period [Minutes from midnight]TimeSw-Stop16 Min 93 1 1440 Wednesday stop 3rd time period [Minutes from midnight]TimeSw-Stop17 Min 94 1 1440 Thursday stop 3rd time period [Minutes from midnight]TimeSw-Stop18 Min 95 1 1440 Friday stop 3rd time period [Minutes from midnight]TimeSw-Stop19 Min 96 1 1440 Saturday stop 3rd time period [Minutes from midnight]TimeSw-Stop20 Min 97 1 1440 Sunday stop 3rd time period [Minutes from midnight]TimeSw-Stop21 Min 98 1 1440 Monday stop 4th time period [Minutes from midnight]TimeSw-Stop22 Min 99 1 1440 Tuesday stop 4th time period [Minutes from midnight]TimeSw-Stop23 Min 100 1 1440 Wednesday stop 4th time period [Minutes from midnight]TimeSw-Stop24 Min 100 1 1440 Thursday stop 4th time period [Minutes from midnight]TimeSw-Stop25 Min 102 1 1440 Friday stop 4th time period [Minutes from midnight]TimeSw-Stop26 Min 103 1 1440 Saturday stop 4th time period [Minutes from midnight]TimeSw-Stop27 Min 104 1 1440 Sunday stop 4th time period [Minutes from midnight]

TimeSw-Mode00 105 0 2 Monday 1st time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode01 106 0 2 Tuesday 1st time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode02 107 0 2 Wednesday 1st time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode03 108 0 2 Thursday 1st time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode04 109 0 2 Friday 1st time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode05 110 0 2 Saturday 1st time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode06 111 0 2 Sunday 1st time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

NAME UNIT ADDRESS MIN. MAX. NOTES

24/36

Page 25: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

TimeSw-Mode07 112 0 2 Monday 2nd time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode08 113 0 2 Tuesday 2nd time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode09 114 0 2 Wednesday 2nd time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode10 115 0 2 Thursday 2nd time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode11 116 0 2 Friday 2nd time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode12 117 0 2 Saturday 2nd time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode13 118 0 2 Sunday 2nd time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode14 119 0 2 Monday 3rd time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode15 120 0 2 Tuesday 3rd time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode16 121 0 2 Wednesday 3rd time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode17 122 0 2 Thursday 3rd time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode18 123 0 2 Friday 3rd time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode19 124 0 2 Saturday 3rd time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode20 125 0 2 Sunday 3rd time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode21 126 0 2 Monday 4th time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode22 127 0 2 Tuesday 4th time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode23 128 0 2 Wednesday 4th time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode24 129 0 2 Thursday 4th time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode25 130 0 2 Friday 4th time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode26 131 0 2 Saturday 4th time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TimeSw-Mode27 132 0 2 Sunday 4th time period. Operating mode. 0-OFF, 1-Low speed, 2-High speed

TempRegMode 133 0 3 0-Supply air 1-Extract air 2-Room 3-Supply air/extract air difference

TempRegSet °C 134 0 40 Temperature setpoint for current regulation mode

SupTempMinSet °C 135 0 18 Min. limiting supply air temperatureSupTempMaxSet °C 136 20 50 Max. limiting supply air temperature

SupTempDiffSet °C 137 1 15

Setpoint Temperature difference between supply air/extract air ONLY CURRENT FOR TempRegMode = 3-supply air/extract air diff.

NAME UNIT ADDRESS MIN. MAX. NOTES

25/36

Page 26: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

SupTempDiffAlr °C 138 2 15 Alarm limit for temperature diff. between supply air setpoint and current value

SupTempPB °C 139 2 40 P-band for supply air temperature regulationSupTempCool_It Sec 140 10 30000 I-time for cooling regulation, supply airSupTempEXC_It Sec 141 10 30000 I-time for exchanger regulation, supply airSupTempHeat_It Sec 142 10 30000 I-tid for regulation of heating, supply air

SupTempDnRegIt Sec 143 10 30000 I-tid for reducing supply airflow at low supply air temperature

ExtTempDiffAlr °C 144 2 15 Alarm limit for temperature difference between setpoint and current value on extract air temperature

ExtTempPB °C 145 2 40 P-band for temperature regulation, extract airExtTempCool_It Sec 146 10 30000 I-time for cooling regulation, extract airExtTempEXC_It Sec 147 10 30000 I-time for exchanger regulation, extract airExtTempHeat_It Sec 148 10 30000 I-time for heating regulation, extract air

ExtTempDnRegIt Sec 149 10 30000 I-tid for reducing extract airflow at low supply air temperature

SWTC_WintX1 °C 150 -30 0 Summer/winter temperature compensation, winter, low outdoor air temperature setpoint

SWTC_WintX2 °C 151 -10 10 Summer/winter temperature compensation, winter, high outdoor air temperature setpoint

SWTC_SumX1 °C 152 10 30 Summer/winter temperature compensation, summer, low outdoor air temperature setpoint

SWTC_SumX2 °C 153 20 40 Summer/winter temperature compensation, summer, high outdoor air temperature setpoint

SWTC_WintComp °C 154 3 10 Summer/winter temperature compensation, winter

SWTC_SumComp °C 155 -10 10 Summer/winter temperature compensation, summer

SW_Mode 156 0 4

Choice of summer/winter changeover0 - OFF (No summer/winter changeover)1 - Change in accordance with outdoor air temperature2 - Summer/winter changeover in accordance with date3 - Manual summer4 - Manual winter

SW_OutWinterON °C 157 -30 40 Outdoor temperature for start of winter operation (SW_Mode = 1)

SW_OutSummerON °C 158 -30 40 Outdoor temperature for start of summer operation

(SW_Mode = 1)SW_MonthWintON 159 7 12 Month for start of winter operation (SW_Mode = 2)SW_DateWintON 160 1 31 Date for start of winter operation (SW_Mode = 2)SW_MonthSumON 161 1 6 Month for start of summer operation (SW_Mode = 2)SW_DateSumON 162 1 31 Date for start of summer operation (SW_Mode = 2)RecicStartTmp °C 163 5 40 Start temperature for recirculation functionRecicStopTmp °C 164 5 40 Stop temperature for recirculation functionSupTempFireAlr °C 165 50 120 Setpoint for internal fire alarm in supply airExtTempFireAlr °C 166 35 120 Setpoint for internal fire alarm in extract airCoolFlwForcePc % 167 0 100 Increase of speed when cooling is activeCoolOutTmpMin °C 168 0 25 Min. outdoor air temperature for start of cooling unit

CoolSupMinTmp °C 169 0 25 Min. supply air temperature when cooling is active. (ONLY for room regulation)

NAME UNIT ADDRESS MIN. MAX. NOTES

26/36

Page 27: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

SN_ExtTmpStart °C 170 15 40 Summer night extract air/room temperature startSN_ExtTmpStop °C 171 10 30 Summer night extract air/room temperature stopSN_OutTmpStart °C 172 5 20 Summer night outdoor air temperature startSN_SupTmpSet °C 173 5 20 Summer night supply air temperature setpointSN_StartTid Min 174 0 1439 Summer night startSN_StopTid Min 175 0 1439 Summer night stop

ExhaustBypass °C 176 0 20 Min. exhaust air temperature setpoint on crossflow heat exchanger

ExhaustBypasPB °C 177 2 20 P-band for bypass regulator on crossflow heat exchanger

BattEXC_PumpFc 178 0 2

Function of circulation pump on heat exchanger:0 - Pump operates constantly1 - Pump operates when recovery requirement > 0 (AutoMode)2 - Pump operates when outdoor air temperature < temperature setpoint for pump start

BattEXC_PumpSt °C 179 0 40

Start setpoint for circ. pump on liquid connected coil. Used ONLY together with BattEXC_PumpFunc (Address 224) = 2.Pump operates when outdoor air temperature < temperature setpoint for pump start

BattEXC_AlrSet °C 180 0 20

Alarm setpoint, temperature diff. on liquid connected coilAlarm when temperature difference (in relation to outdoor air temp) after heating coil at 50% power (or more) is lower than alarm setpoint,

HW_UpStartPow % 181 0 100 Heating coil: Start-up power setpoint

HW_PumpFunc 182 0 2

Function of circulation pump on heating coil:0 - Pump operates constantly1 - Pump operates with heating requirement > 0 (AutoMode)2 - Pump operates when outdoor air temperature < pump start temperature setpoint

HW_PmpStartTmp °C 183 5 30

Start temperature for circ. pump on heating coil Used ONLY together with WaterPumpFunc (Address 230) = 2Pump operates when outdoor air temperature < temperature setpoint for pump start

HW_FrzStopSet °C 184 5 40 Setpoint for anti-frost regulation when air handling unit = stop

HW_FrzDriftSet °C 185 2 20 Setpoint for anti-frost regulation when air handling unit = operate

HW_FreezePB °C 186 2 20 P-band for anti-frost regulationHW_FrzAlrTpSet °C 187 2 20 Setpoint for anti-frost temperature alarm

CW_PumpFunc 188 0 3

Function of circ. pump, cooling:0 - Pump operates constantly1 - Pump operates when cooling power > 0 (AutoMode)2 - Pump operates when outdoor air temperature > pump start temperature setpoint

NAME UNIT ADDRESS MIN. MAX. NOTES

27/36

Page 28: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

CW_PmpStartTmp °C 189 5 40

Temp. setpoint for start of pump, cooling coilUsed ONLY together with WaterPumpFunc (Address 239) = 2Pump operates when outdoor air temperature > pump start temperature setpoint

FiltSupStatAlr Pa 190 10 500 Alarm limit for pressure drop, supply air filter (static mode)

FiltExtStatAlr Pa 191 10 500 Alarm limit for pressure drop, extract air filter (static mode)

FiltSupDynAlr % 192 10 100 Alarm limit for pressure drop, supply air filter (dynamic mode)

FiltExtDynAlr % 193 10 100 Alarm limit for pressure drop, extract air filter (dynamic mode)

Alr_MailSetup 194 0 3

Alarm email configuration0 - Email is not sent1 - Email is sent on A-alarm2 - Email is sent on B-alarm3 - Email is sent on A-alarm and B-alarm

BrugerRE_Func 195 0 2

Function of alarm relay 2:0 - B-alarm1 - Low speed indicator2 - High speed indicator

HW2_UpStartPow % 196 0 100 Heating coil: Start-up power setpoint

HW2_PumpFunc 197 0 2

Function of circulation pump on heating coil:0 - Pump operates constantly1 - Pump operates with heating requirement > 0 (AutoMode)2 - Pump operates when outdoor air temperature < pump start temperature setpoint

HW2_PmpStartTmp °C 198 5 30

Start temperature for circulation pump on heating coil Used ONLY together with WaterPumpFunc (Address 230) = 2Pump operates when outdoor air temperature < temperature setpoint for pump start

HW2_FrzStopSet °C 199 5 40 Setpoint for anti-frost regulation when air handling unit = stop

HW2_FrzDriftSet °C 200 2 20 Setpoint for anti-frost regulation when air handling unit = operate

HW2_FreezePB °C 201 2 20 P-band for anti-frost regulationHW2_FrzAlrTpSet °C 202 2 20 Setpoint for anti-frost temperature alarm

PHeatSet °C 203 -10 20 Pre-heating coil - Setpoint supply air duct, after pre-heating coil

PHMinAlrFrz °C 204 -40 100 Pre-heating coil - frost alarmSetpoint for anti-frost temperature alarm

PHStandbyTmp °C 205 5 40Pre-heating coilSetpoint for anti-frost regulation when air handling unit = Stop

PHeatStartPrc % 206 0 30000 Pre-heating coil - Start-up power setpoint, when air handling unit is in start-up sequence

PheatFrzPB °C 207 2 20 Pre-heating coilP-band for anti-frost regulation

NAME UNIT ADDRESS MIN. MAX. NOTES

28/36

Page 29: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

PHPmpStTmpH °C 208 5 30

Pre-heating coilStart temperature for circ. pump on pre-heating coilUsed ONLY together with PHPumpMode (Object Instance 210) = 2Pump operates when outdoor air temperature < temperature setpoint for pump start

PHFrzDrSetH °C 209 2 20Pre-heating coilSetpoint for anti-frost regulation when air handling unit = Operate

PHPumpMode 210 0 4

Pre-heating coilFunction of circulation pump:0 - Pump operates constantly1 - Pump operates when heating power > 0% (AutoMode)2 - Pump operates when outdoor air temperature > pump start temperature setpoint

DXOutTempMin1 °C 211 0 40 Min. outdoor air temperature for activating DX relay no 1DXOutTempMin2 °C 212 0 40 Min. outdoor air temperature for activating DX relay no 2DXOutTempMin3 °C 213 0 40 Min. outdoor air temperature for activating DX relay no 3DXOutTempMin4 °C 214 0 40 Min. outdoor air temperature for activating DX relay no 4

HP_MinOpTemp1 °C 215 -40 40 Min. outdoor air temperature for activating heat pump relay no 1

HP_MinOpTemp2 °C 216 -40 40 Min. outdoor air temperature for activating heat pump relay no 2

HP_MinOpTemp3 °C 217 -40 40 Min. outdoor air temperature for activating heat pump relay no 3

HP_MinOpTemp4 °C 218 -40 40 Min. outdoor air temperature for activating heat pump relay no 4

BattEXCFrzStop °C 219 -10 40 Fluid connected coil. Setpoint for anti-frost regulation when air handling unit = Stop

BattEXCFrzDrf °C 220 -10 20 Fluid connected coil. Setpoint for anti-frost regulation when air handling unit = Operate

BattEXCFrzePB °C 221 2 20 Fluid connected coil - P-band for anti-frost regulation

BattEXCFrzASet °C 222 -10 20 Fluid connected coil - Setpoint for anti-frost temperature alarm

FanOptSupExtIn % 223 0 100 External signal Green Zone, supply airFanOptExtExtIn % 224 0 100 External signal Green Zone, extract airHW12VDCOutFunc 225 0 1 Customer specific; Motor valve regulation choice

(Heating 12): 0 = 0-10 V, 1 = 2-10 VREXDeIcePerc % 226 30 100 Customer specific; Rotary exchanger, current pressure

in % after last calibrationNOFairCoolBlk °C 227 -40 20 Customer specific; stop temperature outdoor air cooling

NO_CStopRTemp °C 228 0 30 Customer specific; stop cooling above room temperature

Ht2LimitTyp 229 0 2 Customer specific; Heating 2 limiting type 1 = room 2 = outdoor

Ht2StLimRPer % 231 10 100 Customer specific; step size with step connection of Heating 2; degree of connection per step

Ht2StLimOTemp °C 232 -20 20 Customer specific; Blocking of heating 2 outdoor air temperature

Ht2FlowOffset % 233 -50 50 Customer specific; Offset in % of airflow when heating 2 is active

Ht2SetDelTime 234 0 7200 Customer specific; Delayed Heating 2:

NAME UNIT ADDRESS MIN. MAX. NOTES

29/36

Page 30: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

RecFlowChg 235 0 2Customer specific; Choice of airflow change with recirculation - 0 = no change, 1 = low to high, 2 = high to low

RecClosDStTemp °C 236 -10 20 Customer specific; Temperature for start with open damper

HW1RiseT100 Sec 237 120 7200 Customer specific; Minimum fall/increase time on Heating 12

SNSupCoolFlw m3/h 238 0 32000 Setpoint supply air airflow summer night coolingSNExtCoolFlw m3/h 239 0 32000 Setpoint extract air airflow summer night coolingSNSupCoolPa Pa 240 0 2500 Setpoint supply air pressure summer night coolingSNExtCoolPa Pa 241 0 2500 Setpoint extract air pressure summer night coolingSNSupCoolPrc % 242 0 100 Setpoint supply air fixed speed summer night coolingSNExtCoolPrc % 243 0 100 Setpoint extract air fixed speed summer night coolingExternCtrlReg

24411 = BMS stop, 105 = BMS low speed, 210 = BMS high speed , 211 = BMS summer night cooling, 220 = BMS nigh heating (recirculation)

MBT_Outdoor °C 245 Outdoor temperature from BMSMBT_Room1 °C 246 Room temperature from BMSSNSlvOffsPrc % 247 50 50 Summer night slave offsetCO2_MaxModRec ppm 248 Customer specific; Max. CO2CO2_MinModRec ppm 249 Customer specific; Min. CO2DehumSet_RH %rH 250 10 100 Setpoint for dehumidification

NAME UNIT ADDRESS MIN. MAX. NOTES

30/36

Page 31: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

8. PICS - Protocol Implementation Conformance StatementANNEX A - PICS (NORMATIVE) (This annex is part of this Standard and is required for its use.)

BACnet Protocol Implementation Conformance Statement

Product Description:

The BACnet driver enables BACnet control and supervision of a complete Air Handling Unit (AHU), which has an embedded EXcon Master controller. The BACnet driver is embedded in EXcon Masters with software version 2.0 or higher.

BACnet Standardized Device Profile (Annex L)

List all BACnet Interoperability Building Blocks Supported (Annex K)

Segmentation Capability:

Standard Object Types Supported

1) The CreateObject service is not supported2) The DeleteObject service is not supported3) Writeable properties are listed in bold4) In general, no property range restrictions exist, some specific applications may have

specific restrictions.

Date: 04-12-09Vendor name: OJ Electronics A/S (Vendor Identifier: 368)Product name: OJ-Air2/EXconProduct Model Number: OJ-Air2/EXconApplication Software Version: 1.0Firmware Revision: 0.5.2BACnet Protocol Revision: 1.5

BACnet Operator Workstation (B-OWS) BACnet Building Controller (B-BC) BACnet Advanced Application Controller (B-AAC) BACnet Application Specific Controller (B-ASC) BACnet Smart Sensor (B-SS) BACnet Smart Actuator (B-SA)

Data Sharing DS-RP-B Data Sharing-Read Property-BData Sharing DS-WP-B Data Sharing-Write Property-BDevice Management DM-DDB-B Device Management-Dynamic Device Binding-BDevice Management DM-DOB-B Device Management-Dynamic Object Binding-BDevice Management DM-DCC-B Device Management-Dynamic Communication Control-B

Segmented requests supported Window Size __________ Segmented responses supported Window Size __________

31/36

Page 32: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

Data Link Layer Options

Device Address Binding

Is static device binding supported? (This is currently necessary for two-way communication with MS/TP slaves and certain other devices.)

Networking Options

Character Sets Supported

Indicating support for multiple character sets does not imply that they can all be supported simultaneously.

If this product is a communication gateway, describe the types of non-BACnet equipment/networks(s) that the gateway supports:

Not applicable

BACnet IP, (Annex J) BACnet IP, (Annex J), Foreign Device ISO 8802-3, Ethernet (Clause 7) ANSI/ATA 878.1, 2.5 Mb. ARCNET (Clause 8) ANSI/ATA 878.1, RS-485 ARCNET (Clause 8), baud rate(s) ____________ MS/TP master (Clause 9), baud rate(s): MS/TP slave (Clause 9), baud rate(s): Point-To-Point, EIA 232 (Clause 10), baud rate(s): Point-To-Point, modem, (Clause 10), baud rate(s): LonTalk, (Clause 11), medium: __________ Other:

Yes No

Router, Clause 6 - List all routing configurations, e.g., ARCNET-Ethernet, Ethernet-MS/TP, etc.

Annex H, BACnet Tunneling Router over IP BACnet/IP Broadcast Management Device (BBMD)

Does the BBMD support registrations by Foreign Devices? Yes No

ANSI X3.4 IBM™/Microsoft™ DBCS ξ ISO 8859-1ο ISO 10646 (UCS-2) ο ISO 10646 (UCS-4) ο JIS C 6226

32/36

Page 33: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

33/36

Page 34: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

34/36

Page 35: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

3005299-2015-09-29.fm

35/36

Page 36: BACnet Protocol - exhausto.com/media/Global/Technical Documents/Manu… · BACnet Protocol User Manual EXcon SW ... Overview ... MBTOutd_Act 15 0 1 Activation of outdoor sensor via

Recommended