Lochinvar Bacnet Manual
Lochinvar Bacnet Manual
Lochinvar Bacnet Manual
1 Introduction
The information contained in this manual provides general guidelines for the implementation of ModBus / BACnet
communication with the Lochinvar Crest boiler.
All ModBus networks are implemented utilizing a master-slave arrangement where all Crest boilers are slaves and the master
is a building automation system capable of communicating over RS-485 serial connections. BACnet networks are implemented
using a token passing process where multiple masters and slaves share a common RS-485 bus. The Lochinvar BACnet interface
is a master only.
Definitions
Abbreviation or Acronym Meaning
ASCII American Standard Code for Information Interchange
BACnet A data communication protocol for Building Automation and Control Networks
BAS Building Automation System
Baud (Baud Rate) Number of data bits transmitted per second (bps)
EMS Energy Management System
FDX Full-Duplex
HDX Half-Duplex
Hex Hexadecimal Number (0 - 9, A - F)
I/O Box Input/Output (I/O)
LSB Least Significant Byte
ModBus® A serial, half-duplex data transmission protocol developed by AEG Modicon
MSB Most Significant Byte
A standard for serial, full-duplex (FDX) transmission of data based on the RS232
RS232
Standard
RS485 A standard for serial transmission of data based on the RS-485 Standard
RTU Remote Terminal Unit
2
ModBus and BACnet Instructions
2 ModBus Configuration
The ModBus or BACnet communication board is equipped with a set of ten dip switches that are used to set the board
configuration (address, baud rate, and parity settings). The first eight are used to set the address of each board. The ninth is used
to set the baud rate. The tenth is used to set the parity.
DIP SWITCHES
LED’S
Addressing
The ModBus addressing space is comprised of 256 different Example:
addresss. To set the address of the ModBus board to 50, dip switches 2, 5,
• 0 is reserved for broadcast messages from the master and 6 have to be set to the 1 position. The address is determined
device by adding the values of all the dip switches together.
• 1 - 247 are free to use for each unique device
Address = Value of Dip switch 1 + Value of Dip switch 2 +
• 248 - 255 are reserved
Value of Dip switch 3 + Value of Dip switch 4 + Value of Dip
To set the ModBus address the dip switches can be set in switch 5 + Value of Dip switch 6 + Value of Dip switch 7 +
either the 0 position or the 1 position. For switches set to Value of Dip switch 8
the 1 position their value will be added together to determine
In this example:
the address.
Address = 0 + 2 + 0 + 0 + 16 + 32 + 0 + 0 = 50
For each switch set to the 1 position it has the following value:
Dip switch 1 = 1
Dip switch 2 = 2
Dip switch 3 = 4
Dip switch 4 = 8
Dip switch 5 = 16
Dip switch 6 = 32
Dip switch 7 = 64
Dip switch 8 = 128
3
ModBus and BACnet Instructions
2 Modbus Configuration
Timing Specifications Data Transmission Mode
The baud rate for the ModBus board is selectable with Dip Many ModBus bus master devices can be configured to
switch #9. transmit data in either ModBus RTU or ModBus ASCII modes.
1 = 19200 bps Since RTU messages can be formatted to use fewer data bits and
0 = 9600 bps are therefore more efficient, RTU has been chosen to be used
with all Lochinvar ModBus communication. Please ensure that
Each message is started by at least 3.5 character times of the master device is transmitting ModBus RTU.
silence. The maximum delay between frames is 1.5 character
times. ModBus Board Diagnostics
When the system temperature and/or tank temperature The ModBus board is equipped with three LED’s for visual
is provided by the BAS to the boiler, it is critical that diagnostics: Two yellow LED’s and one green. One yellow LED
the temperature be updated every few seconds. If the (D5) is used to indicate transmission of data. The other yellow
boiler does not receive updated temperatures within a LED (D6) is used to indicate reception of data. The green LED
timeout period (installer adjustable), the control will revert (D7) is used to show internal faults.
to using its own sensor inputs (if sensors are connected).
The timeout is programmable by pressing the MAIN Internal Faults:
MENU>>SETUP>>MODBUS buttons. The timeout is Normal Operation = 1 second bright, 1 second dim
adjustable between 5 and 120 seconds. The default timeout Controller Fault = Continuously on
is 10 seconds. No Burner Control Communication = 0.5 seconds on, 1.5
When the BAS is not providing either of these temperatures, seconds off
but is still controlling the boiler (such as providing a No ModBus Communication = 1.5 seconds on, 0.5 seconds
modulation command), the BAS must refresh these off
commands at least every 4 minutes. If the commands are
not refreshed, the boiler will revert to operating based on its ModBus Communication
own inputs. The ModBus communication commands and exception codes
that are supported by the ModBus communication board can
Parity be found on pages 5 and 6 of this manual.
4
ModBus and BACnet Instructions
5
ModBus and BACnet Instructions
2 ModBus Configuration
ModBus Exception Codes
The data address received in the query is not an allowable address for the
server (or slave). More specifically, the combination of reference number and
transfer length is invalid. For a controller with 100 registers, the PDU addresses
the first register as 0, and the last one as 99. If a request is submittted with a
starting register address of 96 and a quantity of registers of 4, then this request
02 ILLEGAL DATA ADDRESS
will successfully operate (address-wise at least) on registers 96, 97, 98, 99. If
a request is submitted with a starting register address of 96 and a quantity of
registers of 5, then this request will fail with Exception Code 0x02 “Illegal Data
Address” since it attempts to operate on registers 96, 97, 98, 99 and 100, and
there is no register with address 100.
A value contained in the query data field is not an allowable value for server
(or slave). This indicates a fault in the structure of the remainder of a complex
request, such as that the implied length is incorrect. It specifically does NOT
03 ILLEGAL DATA VALUE
mean that a data item submitted for storage in a register has a value outside the
expectation of the application program, since the MODBUS protocol is unaware of
the significance of any particular value of any particular register.
An unrecoverable error occurred while the server (or slave) was attempting to
04 SLAVE DEVICE FAILURE
perform the requested action.
Specialized use in conjunction with function codes 20 and 21 and reference type
6, to indicate that the extended file area failed to pass a consistency check. The
08 MEMORY PARITY ERROR server (or slave) attempted to read record file, but detected a parity error in the
memory. The client (or master) can retry the request, but service may be required
on the server (or slave) device.
Specialized use in conjunction with gateways, indicates that the gateway was
unable to allocate an internal communication path from the input port to the
0A GATEWAY PATH UNAVAILABLE
output port for processing as the request. Usually means that the gateway is
misconfigured or overloaded.
6
ModBus and BACnet Instructions
7
ModBus and BACnet Instructions
Configuration Bits
Address 40001 contains configuration bits sent from the BAS to the boiler. These bits tell the boiler to use its own internal inputs,
or inputs from the BAS. When a bit is set to 1, the boiler will ignore the corresponding value contained internally, and expect
the BAS to write that value into the Holding Registers. The configuration bits are as follows:
Bit 0 (LSB): Boiler Enable Bit 4: System Supply Temperature
Bit 1: Tank Thermostat Bit 5: Outdoor Temperature
Bit 2: Rate Command / 10 - 10V Input / Setpoint Command Bit 6: Tank Temperature
Bit 3: Tank Setpoint Bit 7: System Return Temperature
Bit 8 - 15: Not Used (Default = 0)
8
ModBus and BACnet Instructions
4 BACnet Configuration
The BACnet communication board is equipped with a set of ten dip switches that are used to set the board configuration (address
and baud rate). The first eight are used to set the address of each board. The ninth and tenth are baud rate.
DIP SWITCHES
LED’S
4 BACnet Configuration
Timing Specifications Communication Board Diagnostics
The baud rate for the BACnet board is selectable with Dip The Communication board is equipped with three LED’s for
switches #9 and #10. visual diagnostics: Two yellow LED’s and one green. One
yellow LED (D5) is used to indicate transmission of data. The
other yellow LED (D6) is used to indicate reception of data.
Switch #9 Switch#10 Baud Rate The green LED (D7) is used to show internal faults.
OFF OFF 9600
Internal Faults:
ON OFF 19200
Normal Operation = 1 second bright, 1 second dim
OFF ON 38400 Controller Fault = Continuously on
ON ON 76800 No Burner Control Communication = 0.5 seconds on, 1.5
seconds off
When the system temperature and/or tank temperature No BACnet Communication = 1.5 seconds on, 0.5 seconds
is provided by the BAS to the boiler, it is critical that the off.
temperature be updated every few seconds. If the boiler
does not receive updated temperatures within a timeout
period (installer adjustable), the control will revert to
using its own sensor inputs (if sensors are connected).
The timeout is programmable by pressing the MAIN
MENU>>SETUP>>MODBUS buttons. The timeout is
adjustable between 5 and 120 seconds. The default timeout
is 10 seconds.
10
ModBus and BACnet Instructions
Memory Map
Object Object
Object Name Units Min Max Resolution
Type Instance
Binary Values
Boiler Enable BV 0 none 0 1 1
Tank Thermostat BV 4 none 0 1 1
Binary Inputs
Manual Reset High Limit BI 0 none 0 1 1
Flow Switch BI 1 none 0 1 1
Gas Pressure Switch BI 2 none 0 1 1
Louver Proving Switch BI 3 none 0 1 1
Air Pressure Switch BI 4 none 0 1 1
Blocked Drain Switch BI 5 none 0 1 1
Flame 1 BI 7 none 0 1 1
Enable BI 8 none 0 1 1
Tank Thermostat BI 9 none 0 1 1
Fan 1 Proving Switch BI 10 none 0 1 1
Fan 2 Proving Switch BI 12 none 0 1 1
Flue Damper Switch BI 20 none 0 1 1
Flame 2 BI 22 none 0 1 1
Run Time Contacts BI 32 none 0 1 1
Alarm Contacts BI 33 none 0 1 1
Boiler Pump BI 34 none 0 1 1
DHW Pump BI 35 none 0 1 1
Louver Relay BI 36 none 0 1 1
Gas Valve 1 BI 37 none 0 1 1
System Pump BI 38 none 0 1 1
Flue Damper Output BI 43 none 0 1 1
Gas Valve 2 BI 45 none 0 1 1
Transition Gas Valve** BI 46 none 0 1 1
Main Fan 1 BI 48 none 0 1 1
Main Fan 2* BI 49 none 0 1 1
External Spark / HSI BI 50 none 0 1 1
Air Valve Trigger** BI 51 none 0 1 1
Air Valve Proving** BI 52 none 0 1 1
* Crest Models 2501 - 6001 Only
** Crest Models 751- 1501 Only
11
ModBus and BACnet Instructions
Object Object
Object Name Units Min Max Resolution
Type Instance
Inputs
Binary Inputs 0-15 AI 0 none 0 65535 1
Binary Inputs 16-31 AI 1 none 0 65535 1
Binary Inputs 32-47 AI 2 none 0 65535 1
System / Cascade Setpoint AI 3 Deg. C 0 130 0.5
System Pump Speed AI 4 Percent 0 100 1
Cascade Total Power AI 5 Percent 100 800 1
Cascade Current Power AI 6 Percent 0 800 1
Outlet Setpoint AI 7 Deg C 0 130 0,5
Outlet Temperature AI 8 Deg C 0 130 0,1
Inlet Temperature AI 9 Deg C -20 130 0,1
Flue Temperature AI 10 Deg C -20 130 0,1
Firing Rate AI 11 Percent 0 100 1
Boiler Pump Speed AI 12 Percent 0 100 1
Boiler Status Code AI 13 none 0 65535 1
Boiler Blocking Code AI 14 none 0 65535 1
Boiler Lockout Code AI 15 none 0 65535 1
Binary Inputs 48-63 AI 25 none 0 65535 1
Lock-Out Error Leader AI 26 none 0 1 1
Lock-Out Error Member 1 AI 27 none 0 1 1
Lock-Out Error Member 2 AI 28 none 0 1 1
Lock-Out Error Member 3 AI 29 none 0 1 1
Lock-Out Error Member 4 AI 30 none 0 1 1
Lock-Out Error Member 5 AI 31 none 0 1 1
Lock-Out Error Member 6 AI 32 none 0 1 1
Lock-Out Error Member 7 AI 33 none 0 1 1
Analog Values
Configuration AI 0 none 0 65535 1
Coils AI 1 none 0 65535 1
0-10 Volt Input / Rate Command / Setpoint Command AI 2 Percent 0 100 1
Tank Setpoint AI 3 Deg C 0 87,5 0,5
Tank Temperature AI 4 Deg C -20 130 0,1
Outdoor Temperature AI 5 Deg C -40 60 0,1
System Supply Temperature AI 6 Deg C -20 130 0,1
System Return Temperature AI 7 Deg C -20 130 0,1
12
ModBus and BACnet Instructions
6 Wiring Requirements
Note that when the System Supply / System Return
Figure 6-1_Terminal Strip Connections
Temperature and/or the Tank Temperature are provided by
the BAS, they need to be refreshed every few seconds. This is
COMMUNICATION BUS
temperatures. If these values are not provided every few
seconds (timeout is programmable), the boiler will revert to
TO NEXT BOILER
OUTDOOR SENSOR
its own internal control. If neither of these temperatures is
SYSTEM PUMP
TANK SENSOR
0-10V OUTPUT
BOILER PUMP
provided by the BAS, but any of the other control signals are
0-10V INPUT
being provided, the BAS will still need to refresh these inputs
BAS
at least every 4 minutes.
SHIELD
SHIELD
SHIELD
Physical Wiring
A
B
B
A
B
A
RS-485 Communication Bus
• Maximum Length = 4000 feet
• Cable Specification = 24 AWG / A,B (twisted pair)
and GND Shielded, with characteristic Impedance =
120 ohm
• Maximum Load = 32 units (32 nodes)
36 - SYSTEM PUMP
26 SYSTEM RETURN
24 - BOILER PUMP
28 SYSTEM SUPPLY
CASCADE
OUTDOOR
SENSOR
SENSOR
SENSOR
SENSOR
TANK
RATE
OUT
OUT
BMS
IN
IN
BAS
40 SHIELD
37 SHIELD
20 SHIELD
17 SHIELD
38 A
18 A
35 +
33 +
23 +
21 +
39 B
19 B
34 -
22 -
32
31
30
29
27
25
THERMOSTAT
CONTACTS
CONTACTS
RUN TIME
SWITCH 1
SWITCH 2
PROVING
LOUVER
LOUVER
ENABLE
ALARM
RELAY
TANK
AUX
AUX
10
11
12
13
14
15
16
1
2
3
4
5
6
7
8
9
MANAGEMENT
AUX
AUX
RELAY
SYSTEM
LOUVER
SWITCH
LOUVER
ENABLING
BUILDING
TANK
DEVICE
PROVING
SWITCH 1
SWITCH 2
THERMOSTAT
13
ModBus and BACnet Instructions
6 Wiring Requirements
Figure 6-2_Control Inputs
HWG THERMOSTAT /
SENSOR
ENABLING DEVICE
CASCADE
LOW VOLTAGE
LOUVER PROVING SWITCH CONNECTION
BOARD
SYSTEM SENSOR -
SUPPLY
SYSTEM SENSOR -
RETURN
MANUAL RESET
HIGH LIMIT
BLOWER PROVING
SWITCHES
VENT DAMPER
PROVING SWITCH
14
ModBus and BACnet Instructions
ALARM CONTACTS
LOW VOLTAGE
CONNECTION LOUVER RELAY
BOARD
RUN TIME CONTACTS
SEQUENCER / BUILDING
LINE VOLTAGE MANAGEMENT SYSTEM
TERMINAL
STRIP
N
SUPPLY
120V
L
SYSTEM PUMP
BOILER PUMP
BE INSTALLED
DHW PUMP
BOILER PUMP
CONTACTOR
SYSTEM PUMP
CONTACTOR
HWG PUMP
CONTACTOR
IGNITOR
BLOWERS
VENT DAMPER
DISPLAY PANEL
PC INTERFACE
15
ModBus and BACnet Instructions
6 Wiring Requirements
Figure 6-4_Control Location
COMMUNICATION
BOARD
CONTROLLER
16
ModBus and BACnet Instructions
17
ModBus and BACnet Instructions
7 Unit Operation
Unit Operation with ModBus / BACnet Communications
To control a Crest boiler through a Building Management System communicating through ModBus or BACnet, the Crest
Demand Configuration must be set to one of three options. These configurations allow different control points for a variety of
applications. The configuration can be set by selecting Main Menu>>Setup>>BMS.
The Crest boiler is equipped with a ModBus communication timer. This timer is programmable from 0 - 120 seconds. The
timer can be programmed from the ModBus Setup Menu by selecting Main Menu>>Setup>>ModBus. The purpose of the timer
is to ensure proper temperature data is communicated to the boiler in a timely manner. Additionally, it will provide for fail
safe operation should ModBus communication be lost. This timer will cause the unit to revert back to internal unit controls
should the ModBus communication be interrupted longer than the ModBus timer. The timer is reset every time a ModBus write
command is received with updated temperatures or commands. It is the recommendation of Lochinvar that this timer be set to
the shortest value possible.
When controlling a Crest boiler through a Building Automation System (BAS), it is very important to ensure that the correct
configuration bits are sent to holding register 40001 or Object AV0, and that the correct data and enable signals are sent to
holding registers 40002 - 40007 or Objects AV1 - AV6, per the demand configuration.
NOTE: To ensure proper operation re-send the configuration bits to holding register 40001 or Object AV0 prior to issuing a
command.
18
ModBus and BACnet Instructions
In this configuration the unit is controlled by providing an enable signal. The setpoint command will be determined by the
parameters in the control and a rate command through ModBus or BACnet communications.
The rate command will be 0 - 100% of modulation.
All sensors and limiting devices should be hardwired to the terminal strip on the back of the unit excluding the enable and 0-10V
BMS signal. These signals will be sent to the unit via ModBus or BACnet.
The holding registers will need to be set as follows:
NOTE: To ensure proper operation re-send the configuration bits to holding register 40001 or Object AV0 prior to issuing a
command.
For proper hexadecimal conversion of rate percentage, please refer to the Rate and Temperature Conversion section on page 17
of this manual.
All sensors and limiting devices should be hardwired to the terminal strip on the back of the unit excluding the 0 - 10Vdc signal.
This signal will be sent to the unit via ModBus or BACnet.
NOTE: To ensure proper operation re-send the configuration bits to holding register 40001 or Object AV0 prior to issuing a
command.
For proper hexadecimal conversion of rate percentage, please refer to the Rate and Temperature Conversion section on page 17
of this manual.
Hot water generation can be accomplished with one of two methods when a Crest boiler is connected to a BAS system, DHW
with direct control, and DHW with remote control.
This is the typical installation with a hot water generator in close proximity to the boiler with the tank thermostat, or tank
temperature sensor, wired to the terminal strip of the unit.
19
ModBus and BACnet Instructions
7 Unit Operation
DHW with remote control:
This installation may or may not have the hot water generator in close proximity to the boiler. Its sensors and thermostat values
are only available through the ModBus or BACnet communication bus.
To ensure that the Crest boiler can properly respond to a call for hot water generation the following holding registers must be
set in addition to other commands:
AV4 40005 Tank Temperature 0# ## Passes tank temp from remote sensor
NOTE: To ensure proper operation re-send the configuration bits to holding register 40001 or Object AV0 prior to issuing a
command.
For proper hexadecimal conversion of rate percentage, please refer to the Rate and Temperature Conversion section on page 17
of this manual.
Cascade
In order to operate the Crest boiler in Cascade with ModBus Monitoring Only
/ BACnet communications, configure the leader boiler per
the demand configurations in this manual. Connect the All Crest boilers are equipped with the communication board
remaining boilers in the cascade through the normal cascade and can be set up to operate with its own internal controls. If
communications wiring. Cascade control can then be necessary, ModBus / BACnet can be configured as a monitoring
accomplished automatically through the leader boiler. device by polling the communication board for the read only
variables.
Please note that with ModBus / BACnet communication
connected to only the leader boiler, total Cascade information
can be seen through the communications link. If you wish
to see all the individual temperatures of each unit in the
Cascade, each unit will have to have a communication board.
However, each unit can be monitored without the need to
control each one individually.
20
ModBus and BACnet Instructions
When issuing a rate command the rate can be communicated The formula to use for the interpolation is:
as percent modulation or a desired setpoint, depending on
the setting of the BMS Type in the BMS Setup Menu. Rate Command =
The proper data format for the modulation percentage is the (Desired Setpoint – BMS Temp at Low Analog Input) (High
direct conversion to hexadecimal. This conversion can be Voltage-Low Voltage) + Low Voltage
accomplished through online number based converters or (BMS Temp at High Analog Input – BMS Temp at Low
some scientific calculators. Analog Input)
For Example: From the default values:
Rate % HEX Desired Setpoint = 110
0 00 BMS Temp at Low Analog Input =68
20 14 BMS Temp at High Analog=158
High Voltage =10
45 2D
Low Voltage = 2
60 3C
80 50 [(110-69.8)(10-2)/(179.6-69.8)] + 2 = 4.92 Volts
95 5F (4.92/10) x 100 = 49.2
100 64
49 = 31 Hexadecimal
To send a desired setpoint, the hexadecimal value must be
A value of [00][31] in hexadecimal would be written to Holding
determined through linear interpolation of programmable
register 40003 to issue a command for a 110°F setpoint.
parameters on the BMS Setup Menu:
- BMS temperature set-point at low analog input Temperature
- BMS temperature set-point at high analog input The Crest boiler passes temperature data in degrees Celsius.
These variables set the temperature values corresponding to Also, to accommodate decimal places the decimal value must
the minimum and maximum voltage settings of the 0-10 volt be divided by 10.
signal. The defaults are as follows:
Here are the conversions to and from Celsius:
Tc = (5/9) * (Tf-32) Tf = (9/5) * Tc+32
DEFAULT
DEFAULT
PARAMETER VALUES Example:
Outdoor temperature from remote sensor on BAS System = 80°F
Deg C Deg F Voltages
80°F = 26.7°C
BMS temperature setpoint at
21 69.8 2 Data that needs to be transmitted is 26.7 * 10 = 267
low analog input
BMS temperature setpoint at
82 179.6 10 Decimal Binary HEX
high analog input
267 100001011 10B
Outlet temperature from unit sensor = 155°F
155°F = 68.3°C
Data transmitted from unit in HEX = 2AB = 683
683 ÷ 10 = 68.3 (°C)
21
ModBus and BACnet Instructions
8 Troubleshooting
Should you encounter problems communicating over Status Codes (Input Register 30014 or Analog Input AI13)
ModBus, the following items should be checked in this order:
2 = Heat Demand blocked due to high absolute outlet
1. Physical Layer temperature
2. Communications Configuration and Port Settings 3 = Heat Demand blocked due to high absolute flue
3. ModBus Error Codes temperature
4. Unit Status / Blocking / Lockout Codes 4 = Heat Demand blocked due to high absolute Delta T
(Outlet - Inlet)
Physical Layer 7 = Heat Demand blocked due to changed Personality Plug
1. Check that all components have power (Boiler, Gateway, 8 = Heat Demand blocked due to Low 24 VAC
BAS Master) 9 = Outdoor shutdown
2. Check all wire lengths. Are any drops too long? 10 = Block due to switch OFF boiler (ON/OFF of Display)
3. Check proper shield grounding 12 = Block due to line frequency
4. Check A, B terminal connections 16 = Service function
5. Check for Terminating Resistors (120 ohms) 19 = DHW function Storage Tank
6. Check for broken wires 21 = SH function Heat demand from Room Thermostat
22 = SH function Heat demand from Boiler Management
System
Communications
23 = SH function Heat demand from Cascade
1. Check Dip Switch Configuration of MTR-01 Board 30 = Heat demand activated by Freeze Protection
2. Check Baud Rate (9600, 19200) 32 = DHW Pump Delay
3. Check Parity 33 = SH Pump Delay
4. Check Slave ID 34 = No heat function (after pump delay)
5. Check Port Setting on Master, Gateway, and Computers 40 = Lockout
ModBus Error Codes Blocking Codes (Input Register 30015 or Analog Input AI14)
1. Check ModBus communication for error codes (see page 0= No blocking
6 for ModBus Exception Codes) 5= Blocking Due to Low 24 VAC Supply
2. Check ModBus PDU 6= Blocking MRHL is open
3. Check Slave ID 8= Blocking due to Switched OFF boiler (Display ENTER
4. Check ModBus Command switch)
5. Check Configuration bits for Holding Register 40001 10 = Blocking due to High Delta T
6. Check Commands and data for Holding Registers 14 = Blocking due to line frequency
40002 - 40007 15 = Blocking due to high flue temperature
11 = Blocking due to high outlet water temperature
Unit Status Codes 12 = Blocking due to anti-cycling time
See Codes in this section 13 = Blocking due to changed ID Plug
7 = Blocking due to high outdoor temperature
Boiler Status
The Crest boiler displays a boiler state code on the Building
Screen to help aid in troubleshooting. The boiler state
indicates what the boiler is actually doing. This state should
be compared to the command issued and what is expected.
If the boiler state does not agree with the command issued,
check communication and configuration.
22
ModBus and BACnet Instructions
8 Troubleshooting (continued)
Lockout Codes Description
(Input Register 30016 or Analog Input AI15)
The lockout code (Input Register 30016) is constantly changing during operation and should not be used for
NOTICE
lockout notification until the status code (Input Register 30014) indicates a code of 40.
23
ModBus and BACnet Instructions
8 Troubleshooting
Lockout Codes Description
(Input Register 30016 or Analog Input AI15)
The lockout code (Input Register 30016) is constantly changing
NOTICE
during operation and should not be used for lockout notification until
the status code (Input Register 30014) indicates a code of 40.
170 = Low Water Cut-Off Open
177 = Flue Sensor Short
178 = Flue Sensor Open
179 = Inlet Sensor Short
180 = Inlet Sensor Open
192 = Outlet Sensor Short
193 = Outlet Sensor Open
201 = Internal Error
204 = Internal Error
205 = Parameters Programmed
206 = Error while programming Parameters
207 = Internal Error
228 = Pre-Mix Sensors Temperature Differential Too High
229 = Transition Flame / Flame Failure 2
230 = Fan / Small Fan Speed Low
231 = Fan / Small Fan Speed High
232 = Flame Failure 1
233 = Ignition Failure
235 = Flue Damper / Small Blower Proving Switch Not Open
236 = Flue Damper / Small Blower Proving Switch Not Closed
238 = Air Pressure Switch Open
239 = Main Flame / Flame 1 Out of Sequence
240 = External Manual Reset High Limit
241 = Transition Flame / Flame 2 Out of Sequence
243 = Transition Gas Valve Relay Failure
244 = Large Gas Valve Relay Failure
245 = Small Gas Valve Relay Failure
246 = Internal Manual Reset High Limit
247 = High Flue Temperature
253 = High Combustion Air Temperature
254 = Display Fault
24
ModBus and BACnet Instructions
8 Troubleshooting (continued)
25
ModBus and BACnet Instructions
Notes
26
ModBus and BACnet Instructions
Notes
27
Revision Notes: Revision A (ECO #C08179) initial release.
Revision B (ECO C08542) reflects edits made (pages 7, 8 and 18) due to
changes made by SIT.
Revision C (ECO C10325) reflects the addition of version 4, software update
(page 8).
Revision D (ECO C10391) reflects the update of ladder and wiring diagrams
on pages 22 and 23.
Revision E (ECO C11613) reflects the addition of the lockout code notice on
page 19 (R05772) and the addition of models 4.0 and 5.0.