This manual must only be used
by a qualifi ed heating installer /
service technician. Read all
instructions, including this manual,
the Installation and Operation
Manual, and the Service Manual,
before installing. Perform steps in
the order given. Failure to comply
could result in severe personal
injury, death, or substantial property
damage.
Revision Notes ................................................... Back Cover
1 Introduction
The information contained in this manual provides general guidelines for the implementation of ModBus 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 a RS-485 serial connection.
Defi nitions
Abbreviation or AcronymMeaning
ASCIIAmerican Standard Code for Information Interchange
BASBuilding Automation System
Baud (Baud Rate)Number of data bits transmitted per second (bps)
EMSEnergy Management System
FDXFull-Duplex
HDXHalf-Duplex
HexHexadecimal Number (0 - 9, A - F)
I/O BoxInput/Output (I/O)
LSBLeast Signifi cant Byte
ModBus®A serial, half-duplex data transmission protocol developed by AEG Modicon
MSBMost Signifi cant Byte
RS232
RS485A standard for serial transmission of data based on the RS-485 Standard
A standard for serial, full-duplex (FDX) transmission of data based on the
RS232 Standard
RTURemote Terminal Unit
Minimum System Requirements
• BAS system or computer with a serial or USB port with a converter to RS-485.
Shielded twisted pair communication cable.
2
ModBus Instructions
2 Confi guration
The ModBus communication board is equipped with a set of ten dip switches that are used to set the board confi guration
(address, baud rate, and parity settings). The fi rst 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.
Figure 2-1_ModBus Communication Board
DIP SWITCHES
LED’S
Addressing
The ModBus addressing space is comprised of 256 different
addresss.
• 0 is reserved for broadcast messages from the master
device
• 1 - 247 are free to use for each unique device
• 248 - 255 are reserved
To set the ModBus address the dip switches can be set in
either the 0 position or the 1 position. For switches set to
the 1 position their value will be added together to determine
the address.
For each switch set to the 1 position it has the following value:
To set the address of the ModBus board to 50, dip switches
2, 5, and 6 have to be set to the 1 position. The address is
determined by adding the values of all the dip switches together.
Address = Value of Dip switch 1 + Value of Dip switch 2 +
Value of Dip switch 3 + Value of Dip switch 4 + Value of Dip
switch 5 + Value of Dip switch 6 + Value of Dip switch 7 +
Value of Dip switch 8
In this example:
Address = 0 + 2 + 0 + 0 + 16 + 32 + 0 + 0 = 50
3
2 Confi guration
ModBus Instructions
Timing Specifi cations
The baud rate for the ModBus board is selectable with Dip
switch #9.
1 = 19200 bps
0 = 9600 bps
Each message is started by at least 3.5 character times of
silence. The maximum delay between frames is 1.5 character
times.
When the system temperature and/or tank temperature
is provided by the BAS to the boiler, it is critical that
the 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.
When the BAS is not providing either of these temperatures,
but is still controlling the boiler (such as providing a
modulation command), the BAS must refresh these
commands at least every 4 minutes. If the commands are
not refreshed, the boiler will revert to operating based on its
own inputs.
Parity
Parity is set by the position of Dip switch #10.
0 = No Parity
1 = Even Parity
If No Parity is selected there will be two stop bits, otherwise
there will be one.
Data Transmission Mode
Many ModBus bus master devices can be confi gured to
transmit data in either ModBus RTU or ModBus ASCII modes.
Since RTU messages can be formatted to use fewer data bits and
are therefore more effi cient, RTU has been chosen to be used
with all Lochinvar ModBus communication. Please ensure that
the master device is transmitting ModBus RTU.
ModBus Board Diagnostics
The ModBus board is equipped with three LED’s for visual
diagnostics: Two yellow LED’s and one green. One yellow LED
(D5) is used to indicate reception of data. The other yellow
LED (D6) is used to indicate transmission of data. The green
LED (D7) is used to show internal faults.
Internal Faults:
Normal Operation = 1 second bright, 1 second dim
Controller Fault = Continuously on
No Burner Control Communication = 0.5 seconds on, 1.5
seconds off
No ModBus Communication = 1.5 seconds on, 0.5 seconds
off
ModBus Communication
The ModBus communication commands and exception codes
that are supported by the ModBus communication board can
be found on pages 5 and 6 of this manual.
4
2 Confi guration (continued)
ModBus Function Set
ModBus Instructions
FunctionSub Function
HEXDescription
DecHEXDec
101Read Coil Status
202Read Input Status
303Read Holding Registers
404Read Input Registers
505Force Single Coil
606Preset Single Register
707Read Exception Status
808000Diagnostic - Return Query Data
101Diagnostic - Restart Communication
202Diagnostic - Return Diagnostic Register
404Diagnostic - Force Listen Mode
100A
110BDiagnostic - Return Bus Message Count
Diagnostic - Clear Counters and Diagnostic
Registers
120CDiagnostic - Bus Communication Error Count
130DDiagnostic - Bus Exception Error Count
140EDiagnostic - Return Slave Message Count
150FDiagnostic - Return Communication Error Count
1610Diagnostic - Return Slave NAK Count
1711Diagnostic - Return Slave Busy Count
1812Diagnostic - Return Bus Character Overrun Count
2014Diagnostic - Clear Overrun Counter and Flag
110BGet Communication Event Counter
120CGet Communication Event Log
150FWrite Multiple Coils
1610Write Multiple Registers
1711Report Slave ID
2317Read / Write Multiple Registers
5
2 Confi guration
ModBus Exception Codes
MODBUS Exception Codes
CodeNameMeaning
The function code received in the query is not an allowable action for the server
(or slave). This may be because the function code is only applicable to newer
01ILLEGAL FUNCTION
02ILLEGAL DATA ADDRESS
devices, and was not implemented in the unit selected. It could also indicate that
the server (or slave) is in the wrong state to process a request of this type, for
example because it is unconfi gured and is being asked to return register values.
The data address received in the query is not an allowable address for the
server (or slave). More specifi cally, the combination of reference number and
transfer length is invalid. For a controller with 100 registers, the PDU addresses
the fi rst 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
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.
ModBus Instructions
03ILLEGAL DATA VALUE
04SLAVE DEVICE FAILURE
05ACKNOWLEDGE
06SLAVE DEVICE BUSY
08MEMORY PARITY ERROR
A value contained in the query data fi eld 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 specifi cally does NOT
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 signifi cance of any particular value of any particular register.
An unrecoverable error occurred while the server (or slave) was attempting to
perform the requested action.
Specialized use in conjunction with programming commands. The server (or
slave) has accepted the request and is processing it, but a long duration of time
will be required to do so. This response is returned to prevent a timeout error from
occurring in the client (or master). The client (or master) can next issue a Poll
Program Complete message to determine if processing is completed.
Specialized use in conjunction with programming commands. The server (or
slave) is engaged in processing a long -- duration program command. The client
(or master) should re-transmit the message later when the server (or slave) is free.
Specialized use in conjuction with function codes 20 and 21 and reference type
6, to indicate that the extended fi le area failed to pass a consistency check. The
server (or slave) attempted to read record fi le, 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.
0AGATEWAY PATH UNAVAILABLE
0B
GATEWAY TARGET DEVICE
FAILED TO RESPOND
6
Specialized use in conjunction with gateways, indicates that the gateway was
unable to allocate an internal communication path from the input port to the
output port for processing as the request. Usually means that the gateway is
misconfi gured or overloaded.
Specialized use in conjunction with gateways, indicates that no response was
obtained from the target device. Usually means that the device is not present on
the network.
ModBus Instructions
3 Memory Map
Primary Data Tables
TableData TypeRead / Write
Discrete InputsSingle BitRead Only
CoilsSingle BitRead / Write
Input Registers16-Bit WordRead Only
Holding Registers16 Bit WordRead / Write
Address 40001 contains confi guration 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 confi guration bits are as follows:
Bit 0 (LSB): Boiler Enable
Bit 1: Tank Thermostat
Bit 2: Rate Command / 10 - 10V Input / Setpoint Command
Bit 3: Tank Setpoint
Bit 4: System Supply Temperature
Bit 5: Outdoor Temperature
Bit 6: Tank Temperature
Bit 7: System Return Temperature
Bit 8 - 15: Not Used (Default = 0)
8
ModBus Instructions
4 Wiring Requirements
Note that when the System Supply / System Return Temperature and/or the Tank Temperature are provided by the BAS, they
need to be refreshed every few seconds. This is required in order to prevent unwanted fl uctuations in these temperatures. If
these values are not provided every few seconds (timeout is programmable), the boiler will revert to its own internal control. If
neither of these temperatures is provided by the BAS, but any of the other control signals are being provided, the BAS will still
need to refresh these inputs at least every 4 minutes.
Physical Wiring
RS-485 Communication Bus
• Maximum Length = 4000 feet
• Cable Specifi cation = 24 AWG / A,B (twisted pair) and GND Shielded, with characteristic Impedance = 120 ohm
• Maximum Load = 32 units (32 nodes)
NOTE: Cable must be terminated with 120 ohm impedance matching resistor on each end.
Figure 4-1_Terminal Strip Connections
FROM PREVIOUS BOILER
TO NEXT BOILER
TANK SENSOR
SYSTEM SUPPLY SENSOR
0-10V INPUT
SYSTEM PUMP
SHIELD
ABBASHIELD
B
A
SHIELD
SHIELD
40
393837
OUTDOOR SENSOR
IN
IN
BMS
CASCADE
OUTDOOR
SYSTEM PUMP
+
+
SHIELDBA
-
-
36
35
343332
CONTACTS
ALARM
RUN TIME
CONTACTS
TANK
2
3
4
1
5
SYSTEM RETURN SENSOR
TANK
SENSOR
SENSOR
SENSOR
SENSOR
SYSTEM SUPPLY
SYSTEM RETURN
31
302928
272625
THERMOSTAT
PROVING
LOUVER
ENABLE
LOUVER
RELAY
6
9
12
7
10
8
11
BOILER PUMP
0-10V OUTPUT
OUT
OUT
RATE
BOILER PUMP
SHIELD
-
-++
24
21
201918
23
22
SWITCH 1
AUX
SWITCH 2
AUX
14
15
13
16
MODBUS
MODBUS
B
A
COMMUNICATION BUS
SHIELDAB
SHIELD
17
BUILDING
MANAGEMENT
SYSTEM
AUX
TANK
DEVICE
LOUVER
ENABLING
RELAY
SWITCH
LOUVER
PROVING
AUX
SWITCH 1
SWITCH 2
THERMOSTAT
9
4 Wiring Requirements
Figure 4-2_Control Inputs
DHW THERMOSTAT /
SENSOR
ENABLING DEVICE
CASCADE
LOUVER PROVING SWITCH
SYSTEM SENSOR -
SUPPLY
SYSTEM SENSOR -
RETURN
LOW VOLTAGE
CONNECTION
BOARD
ModBus Instructions
OUTDOOR SENSOR
SEQUENCER / BUILDING
MANAGMENT SYSTEM
AUX SWITCH 1 & 2
0-10 INPUT FROM
SYSTEM PUMP
INLET TEMPERATURE
SENSOR
OUTLET TEMPERATURE /
HI-LIMIT SENSOR
FLUE GAS SENSOR
INLET AIR SENSORS
AIR PRESSURE SWITCH
MANUAL RESET
HIGH LIMIT
FLAME SENSOR 1 & 2
BLOCKED DRAIN SWITCH
MODBUS
BOARD
SMART CONTROL
MODULE
GAS PRESSURE SWITCHES
LOW WATER CUTOFF
BLOWER PROVING
SWITCHES
VENT DAMPER
PROVING SWITCH
10
DISPLAY PANEL
PC INTERFACE
4 Wiring Requirements (continued)
Figure 4-3_Control Outputs
LOW VOLTAGE
CONNECTION
BOARD
LINE VOLTAGE
NL
FIELD SUPPLIED CONTACTOR MUST
BE INSTALLED
TERMINAL
SUPPLY
120V
SYSTEM PUMP BOILER PUMP DHW PUMP
MAX. 1.5 AMPS PER CONNECTION
STRIP
ModBus Instructions
0-10V OUTPUT TO
BOILER PUMP
ALARM BELL
LOUVER RELAY
RUN TIME CONTACTS
BOILER RATE OUTPUT
SEQUENCER / BUILDING
MANAGMENT SYSTEM
SMART CONTROL
MODULE
BOILER PUMP
CONTACTOR
SYSTEM PUMP
CONTACTOR
HWG PUMP
CONTACTOR
IGNITOR
BLOWERS
GAS VALVES
VENT DAMPER
DISPLAY PANEL
PC INTERFACE
11
4 Wiring Requirements
Modbus RS485 Port on Gateway or Building System
Figure 4-4_Control Location
MODBUS
COMMUNICATION
BOARD (MTR01)
CONTROLLER
ModBus Instructions
Typical Boiler System Wiring
Physical Configuration: Cascade without Individual Monitoring
Modbus RS485 Communication Bus
12
Cascade Daisy Chain Connection
4 Wiring Requirements (continued)
Physical Configuration: Cascade with individual Monitoring
Modbus RS485 Port on Gateway or Building System
Modbus RS485 Communication Bus
ModBus Instructions
Cascade Daisy Chain Connection
Physical Configuration: Direct Control
Modbus RS485 Port on Gateway or Building System
Modbus RS485 Communication Bus
13
ModBus Instructions
5 Unit Operation
Unit Operation with ModBus Communications
To control a Crest boiler through a Building Management System communicating through ModBus, the Crest Demand
Confi guration must be set to one of three options. These confi gurations allow different control points for a variety of applications.
The confi guration 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
confi guration bits are sent to holding register 40001, and that the correct data and enable signals are sent to holding registers
40002 - 40007, per the demand confi guration.
In this confi guration the unit is controlled by setting the setpoints locally on the boiler and providing an enable signal through
ModBus communications.
All sensors and limiting devices should be hardwired to the terminal strip on the back of the unit excluding the enable signal.
This signal will be sent to the unit via ModBus.
The holding registers will need to be set as follows:
Holding RegistersDefi nitionBit Value (HEX)Action
40001Confi guration00 01Set Confi guration to read 40002
40002Coils 00 01Enables unit (00 00 disables unit)
NOTE: To ensure proper operation re-send the confi guration bits to holding register 40001 prior to issuing a command.
14
ModBus Instructions
5 Unit Operation (continued)
Demand Confi guration: ENABLE = ACTIVE; BMS = ACTIVE
In this confi guration 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 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.
The holding registers will need to be set as follows:
Holding RegistersDefi nitionBit Value (HEX)Action
40001Confi guration00 05Set Confi guration to read 40002 & 3
40002Coils 00 01Enables unit (00 00 disables unit)
40003Rate Command 00 ##Sets Modulation % or Setpoint
NOTE: To ensure proper operation re-send the confi guration bits to holding register 40001 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.
Demand Confi guration: ENABLE = INACTIVE; BMS = ACTIVE
In this confi guration the unit is controlled by setting the modulation setpoint from 0 - 100%, or the setpoint. The setpoint
command will be determined by the parameters in the control.
Rate command will be 0 - 100% of the modulation range.
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.
The holding registers will need to be set as follows:
Holding RegistersDefi nitionBit Value (HEX)Action
40001Confi guration00 04Set Confi guration to read 40003
40003Rate Command 00 00Sets Modulation % or Setpoint
NOTE: To ensure proper operation re-send the confi guration bits to holding register 40001 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
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.
DHW with direct 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.
15
ModBus Instructions
5 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 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:
40002Coils00 08Enables Tank Tstat (00 00 disables unit)
40004Tank Setpoint0# ##Sets Setpoint
40005Tank Temperature0# ##Passes tank temp from remote sensor
NOTE: To ensure proper operation re-send the confi guration bits to holding register 40001 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
communications, confi gure the leader boiler per the demand
confi gurations in this manual. Connect the remaining boilers
in the cascade through the normal cascade communications
wiring. Cascade control can then be accomplished
automatically through the leader boiler.
Please note that with ModBus 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 ModBus communication board. However,
each unit can be monitored without the need to control each
one individually.
Monitoring Only
All Crest boilers are equipped with the ModBus communication
board and can be set up to operate with its own internal controls.
If necessary, ModBus can be confi gured as a monitoring device
by polling the ModBus board for the read only variables.
16
5 Unit Operation (continued)
ModBus Instructions
Rate and Temperature Conversions:
Rate
When issuing a rate command the rate can be communicated
as percent modulation or a desired setpoint, depending on
the setting of the BMS Type in the BMS Setup Menu.
The proper data format for the modulation percentage is the
direct conversion to hexadecimal. This conversion can be
accomplished through online number based converters or
some scientifi c calculators.
For Example:
Rate %HEX
000
2014
452D
603C
8050
955F
10064
To send a desired setpoint, the hexadecimal value must be
determined through linear interpolation of programmable
parameters on the BMS Setup Menu:
- BMS temperature set-point at low analog input
- BMS temperature set-point at high analog input
These variables set the temperature values corresponding to
the minimum and maximum voltage settings of the 0-10 volt
signal. The defaults are as follows:
PARAMETER
BMS temperature setpoint at
low analog input
BMS temperature setpoint at
high analog input
DEFAULT
VALUES
Deg C Deg F Voltages
2169.82
82179.610
DEFAULT
For Example:
Send a setpoint of 110°F.
The formula to use for the interpolation is:
Rate Command =
(Desired Setpoint – BMS Temp at Low Analog Input) (High
Voltage-Low Voltage) + Low Voltage
(BMS Temp at High Analog Input – BMS Temp at Low
Analog Input)
From the default values:
Desired Setpoint = 110
BMS Temp at Low Analog Input =68
BMS Temp at High Analog=158
High Voltage =10
Low Voltage = 2
[(110-69.8)(10-2)/(179.6-69.8)] + 2 = 4.92 Volts
(4.92/10) x 100 = 49.2
49 = 31 Hexadecimal
A value of [00][31] in hexadecimal would be written to Holding
register 40003 to issue a command for a 110°F setpoint.
Temperature
The Crest boiler passes temperature data in degrees Celsius.
Also, to accommodate decimal places the decimal value must
be divided by 10.
Here are the conversions to and from Celsius:
T
Example:
Outdoor temperature from remote sensor on BAS System = 80°F
80°F = 26.7°C
Data that needs to be transmitted is 26.7 * 10 = 267
c
= (5/9) * (Tf-32) Tf = (9/5) * Tc+32
DecimalBinaryHEX
26710000101110B
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)
DecimalBinaryHEX
68310101010112AB
17
6 Troubleshooting
ModBus Instructions
Should you encounter problems communicating over
ModBus, the following items should be checked in this order:
1. Physical Layer
2. Communications Confi guration and Port Settings
3. ModBus Error Codes
4. Unit Status / Blocking / Lockout Codes
Physical Layer
1. Check that all components have power (Boiler, Gateway,
BAS Master)
2. Check all wire lengths. Are any drops too long?
3. Check proper shield grounding
4. Check A, B terminal connections
5. Check for Terminating Resistors (120 ohms)
6. Check for broken wires
Communications
1. Check Dip Switch Confi guration of MTR-01 Board
2. Check Baud Rate (9600, 19200)
3. Check Parity
4. Check Slave ID
5. Check Port Setting on Master, Gateway, and Computers
Status Codes (Input Registers 30014 and 30023)
2 = Heat Demand blocked due to high absolute outlet
temperature
3 = Heat Demand blocked due to high absolute fl ue
temperature
4 = Heat Demand blocked due to high absolute Delta T
(Outlet - Inlet)
7 = Heat Demand blocked due to changed Personality Plug
8 = Heat Demand blocked due to Low 24 VAC
9 = Outdoor shutdown
10 = Block due to switch OFF boiler (ON/OFF of Display)
12 = Block due to line frequency
16 = Service function
19 = DHW function Storage Tank
21 = SH function Heat demand from Room Thermostat
22 = SH function Heat demand from Boiler Management
System
23 = SH function Heat demand from Cascade
30 = Heat demand activated by Freeze Protection
32 = DHW Pump Delay
33 = SH Pump Delay
34 = No heat function (after pump delay)
40 = Lockout
ModBus Error Codes
1. Check ModBus communication for error codes (see page
6 for ModBus Exception Codes)
2. Check ModBus PDU
3. Check Slave ID
4. Check ModBus Command
5. Check Confi guration bits for Holding Register 40001
6. Check Commands and data for Holding Registers
40002 - 40007
Unit Status Codes
See Codes in this section
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 confi guration.
Blocking Codes (Input Registers 30015 and 30024)
0 = No blocking
1 = SH blocking
2 = Blocking Due to Low 24 VAC Supply
3 = Blocking due to General block
4 = Blocking MRHL is open
5 = Blocking due to Switched OFF boiler (Display ENTER
switch)
6 = Blocking due to wrong communication of Cascade
7 = Blocking due to High Delta
8 = Blocking due to High Flue Temperature
9 = Blocking due to low 24 VAC supply
10 = Blocking due to General Block
12 = Blocking due to to line frequency
13 = Blocking anti-cycling time
14 = Storage Tank demand Blocked due to Fan problems
15 = No system sensor connected and leader control present
16 = Blocking due to outlet temperature limit
17 = Fan min decreased due to low fl ame current
18 = Limit max fan speed due to high Delta T
19 = Limit max fan speed due to high fl ue temp
21 = Blocking due to Switched Off boiler
24 = Blocking due to high temperature rise
25 = Blocking due to high fl ue temperature
26 = Blocking due to high outlet water temperature
27 = Blocking due to anti-cycling time
28 = Blocking due to changed ID Plug
32767 = Code not present
18
6 Troubleshooting (continued)
Lockout Codes Description
5 = Analog to Digital converter input had changed too quickly
7 = Rapid Temperature Change on Pre-Mix Sensor 2 (S14)
8 = Rapid Temperature Change on Pre-Mix Sensor 1 (S13)
9 = Rapid Temperature Change on Pre-Mix Sensor 2 (S12)
10 = Rapid Temperature Change on Pre-Mix Sensor 1 (S11)
11 = Analog to Digital converter input is changed too quickly
12 = Rapid Temperature Change on Flue Sensor (S10)
13 = Rapid Temperature Change on Outlet Sensor (S9)
15 = Rapid Temperature Change on System Return Sensor (S7)
16 = Rapid Temperature Change on System Supply Sensor (S6)
17 = Rapid Temperature Change on Tank Sensor (S4)
18 = Rapid Temperature Change on Flue Sensor (S3)
19 = Rapid Temperature Change on Inlet Sensor (S2)
20 = Rapid Temperature Change on Outlet Sensor (S1)
25 = Pre-Mix Sensor 2 (S14)-Short
26 = Pre-Mix Sensor 1 (S13)-Short
27 = Pre-Mix Sensor 2 (S12)-Short
28 = Pre-Mix Sensor 1 (S11)-Short
29 = Flue Sensor (S10)-Short
30 = Outlet Sensor (S9) – Short
32 = System Return Temperature Sensor (S7) – Short
33 = System Supply Temperature Sensor (S6) – Short
34 = Tank Sensor (S4) – Short
35 = Flue Sensor (S3) – Short
36 = Inlet Sensor – Short
37 = Outlet Sensor (S1) – Short
38 = Temperature Measurement Error 2
39 = Temperature Measurement Error 1
45 = High temperature differential between S12 and S14
46 = High temperature differential between S11 and S13
48 = High temperature differential between S3 and S10
49 = High temperature differential between S1 and S9
50 = Internal Error
129 = Large Pre-Mix Temperature High
130 = Small Pre-Mix Temperature High
134 = Louvers Not Open
135 = Louvers Not Closed
137 = Large Blower Proving Switch Not Closed
139 = Large Blower Proving Switch Not Open
140 = Small Blower Proving Switch Not Open
145 = Large Blower Proving Switch Not Closed
146 = Small Blower Proving Switch Not Closed
148 = Large Blower Proving Switch Not Open
149 = Large Fan Speed Too Low
150 = Large Fan Speed Too High
163 = Wrong Personality Plug
164 = Flame Current Circuit Failed
166 = Auto Reset High Limit
167 = Blocked Drain Switch Open
169 = Gas Pressure Switch Open
170 = Low Water Cut-Off Open
177 = Flue Sensor Short
178 = Flue Sensor Open
179 = Inlet Sensor Short
180 = Inlet Sensor Open
ModBus Instructions
19
6 Troubleshooting
Lockout Codes Description
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 = Flame Failure 2
230 = Small Fan Speed Low
231 = Small Fan Speed High
232 = Flame Failure 1
233 = Ignition Failure
236 = Flue Damper Open
235 = Small Blower Proving Switch Not Open
236 = Small Blower Proving Switch Not Closed
238 = Air Pressure Switch Open
239 = Flame 1 Out of Sequence
240 = External Manual Reset High Limit
241 = Flame 2 Out of Sequence
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
ModBus Instructions
20
6 Troubleshooting (continued)
ModBus Instructions
Installation / Replacement Procedure
1. Turn OFF the main electrical power to the appliance.
2. Turn OFF the main manual gas shutoff to the appliance.
3. Unplug the three (3) wire harnesses on the MTR01 control
board (see FIG. 6-1).
4. Unscrew the four (4) mounting nuts on the MTR01 control
board and set aside. Remove the MTR01 control board (see
FIG. 6-2).
5. Replace / install the new MTR01 control board.
6. Replace the four (4) mounting nuts removed in Step 4.
7. Reconnect all three (3) wire harnesses unplugged in Step
3.
8. Turn on the main electrical power and the main manual gas
shutoff to the appliance.
9. Confi gure the MTR01 control board and unit controls per
this manual and resume operation.
Figure 6-1_MTR01 Control Board
1
UNPLUG THREE (3) WIRE HARNESSES
Figure 6-2_Control Panel w/MTR01 Control Board
UNSCREW THE FOUR (4)
MOUNTING NUTS ON THE MODBUS
CONTROL BOARD (MTR01) AND SET
ASIDE TO SECURE THE
NEW MTR01 CONTROL BOARD
TO THE CONTROL PANEL
1. All wiring must be installed in accordance with: local, state, provincial and national code requirements per either N.E.C. in USA or
C.S.A. in Canada.
2. If any original equipment wire as supplied with the appliance must be replaced, it must be replaced with wire having same wire gauge
(AWG) and rated for a minimum of 105°C. Exceptions: Replacement high v oltage spark lead and ribbon cables must be purchased
from the factory. Use of a non-approved spark lead or ribbon cables can lead to operational problem s which could result in
non-repairable damage to the integrated controller or other components.
3. Actual connector block locations may vary from those shown on diagrams. Refer to actual com ponents for proper connector block
locations when using diagrams to troubleshoot unit.
1. All wiring must be installed in accordance with: local, state, provincial and national code requirements per either N.E.C. in USA or C.S.A. in Canada.
2. If any original equipment wire as supplied with the ap pliance must be replaced, it must be replaced with wire having sa me wire gauge (AWG) and rated for a
minimum of 105°C. Exceptions: Replacem ent high voltage spark lead and ribbon cables must be purchas ed from the factory. Use of a non-approved spark lead
or ribbon cables can lead to operational problems which c ould result in non-repairable damage to the integrated controller or other components.
3. Actual connector block locations may vary from those shown on diagrams. Refer to actual component s for proper connector block locations when using
diagrams to troubleshoot unit.
WIRING DIAGRAM
LBL20181 REV A
23
Revision Notes: Revision A (ECO #C08179) initial release.
FB-MODB Rev A
06/11
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.