MicroTech II® Chiller Unit Controller Protocol Information
MicroTech II® Chiller Unit Controller Protocol Information
Group: Controls
Part Number: ED 15063
Date: April 2009
Supersedes: ED15063-3 (08/07)
MicroTech II®
Chiller Unit Controller
Protocol Information
Modbus® Protocol
3 ED 15063-4
Limited Warranty
Consult your local McQuay Representative for warranty details. Refer to Form 933-43285Y. To find your local McQuay
Representative, go to www.mcquay.com.
Notice
© 2009 McQuay International, Minneapolis MN. All rights reserved throughout the world.
McQuay International reserves the right to change any information contained herein without prior notice. The user is
responsible for determining whether this product is appropriate for his or her application.
™ ® The following are trademarks or registered trademarks of their respective companies. Modbus is a registered
trademark of Gould, Inc. Windows is a registered trademark of Microsoft Corporation. MicroTech II is a registered
trademark of McQuay International.
Revision History
ED 15063-0 May 15, 2003 Preliminary release.
ED 15063-1 May 18, 2005 Added points for Solid State Starter – Current, Voltage, Power and Power Factor
Corrected some incorrect register listings
Changed doc to have only Holding Registers and Coils
Added WGS and WMC data
Added WMC, HSC HDC, and TSC to front page and Chiller Model table
ED 15063-2 Nov 22, 2005 Added WCC to front page and Chiller Model table
Corrected Modbus Alarms table
Added Compressor Current, Compressor Power and Compressor Voltage to the
Compressor Select Table
ED 15063-3 April 14, 2009 Added TGZmodel to all applicable tables. Removed reference to OITS panel and
added reference to unit keypad details in the “Set up unit for network control”
section. Added Index column to Comphrenesive Data Point table; corrected Chiller
Status holding register in table and also in detailed data section. Removed reference
to Chiller On/Off--use Run Enabled instead.
Software Revision
This edition documents all versions of the standard MicroTech II® Chiller Unit Controller firmware and all subsequent
revisions until otherwise indicated.
Reference Documents
Company Number Title Source
The McQuay DISTINCTION Series Single/Dual Compressor
McQuay International IOMM WSC WDC www.mcquay.com
Centrifugal Chillers Installation, Operating and Maintenance Manual
MicroTech II Controller for Centrifugal Chillers and Templifiers
McQuay International OM CentrifMicro II www.mcquay.com
Operating Manual
MicroTech II Chiller Unit Controller Modbus Communication Module
McQuay International IM 743 www.mcquay.com
Installation Manual
IMM AGS
McQuay International GeneSys™ Air-Cooled Screw Compressor Chiller www.mcquay.com
IMM AGSB
Air-Cooled Scroll Condensing Unit & Air-Cooled Scroll Chiller
McQuay International IOMM ACZ/AGZ www.mcquay.com
w/Remote Evaporators Installation, Operation, and Maintenance Manual
Air-Cooled Scroll Condensing Unit Installation, Operation, and
McQuay International IOMM ACZ www.mcquay.com
Maintenance Manual
McQuay International
IOMM AGZ Air-Cooled Scroll Compressor Chiller & Air-Cooled Scroll Compressor
www.mcquay.com
IOMM AGZ1 Water Chiller Installation, Operation, and Maintenance Manual
4 ED 15063-4
MicroTech II Templifier Single Compressor Centrifugal Installation,
McQuay International IOMM TSC www.mcquay.com
Operation, and Maintenance Manual
MicroTech II Templifier TGZ Heat Recovery Water Heaters Operating
McQuay International OMM TGZ www.mcquay.com
Manual
Modbus-IDA.ORG MODBUS Application Protocol Specification V1.1b www.Modbus.org
MODBUS over Serial Line Specification and Implementation Guide
Modbus-IDA.ORG V1.02 www.Modbus.org
5 ED 15063-4
Introduction
This document contains the necessary information to incorporate a MicroTech II Chiller Unit Controller from McQuay
International into your Building Automation System (BAS). It includes all necessary Modbus® variables and
corresponding MicroTech II Chiller Unit Controller data points. Modbus terms and principles are not defined. Refer to
the appropriate specifications for definitions and details.
Chiller Models
The following table lists the model designators of McQuay International Chiller units and the corresponding description.
WSC Water-Cooled Centrifugal, Single-Compressor
WDC Water-Cooled Centrifugal, Dual-Compressor
WPV Water-Cooled Centrifugal, Single-Compressor
HSC Water-Cooled Single-Compressor Centrifugal, Heat Recovery
HDC Water-Cooled Dual-Compressor Centrifugal, Heat Recovery
TSC Water-Cooled Single-Compressor Centrifugal, Templifier
WMC Water-Cooled Centrifugal, Magnetic Bearing
WCC Water-Cooled Centrifugal, Counterflow
AGZ Air-Cooled Global Scroll
ACZ Air-Cooled Scroll Condensing Unit
WGZ Water-Cooled Global Scroll
AGS Air-Cooled Global Screw
WGS Water-Cooled Global Screw
TGZ Templifier™ Water Heater
6 ED 15063-4
Modbus Protocol Information
Compatibility
The MicroTech II Chiller Unit Controller can be configured in an interoperable Modbus network. The controller must
have the corresponding Modbus Communication Module installed.
The MicroTech II Chiller Unit Controller conforms to the Modbus Standards published at www.Modbus.org. See the
Reference Documents on page 4.
Protocol Definitions
The Modbus protocol is a standardized Application Level (OSI Level 7) protocol used in interoperable Industrial Control
networks. Modbus provides the communication infrastructure necessary to integrate products manufactured by different
vendors and to integrate control services that are now independent.
It specifies how requests from the client are sent to a server and how servers reply. The client constructs a PDU (protocol
data unit) and sends it to a specific server or broadcasts it to all servers. The PDU contains a function code that defines
the action the client is requesting from the server(s). The PDU also includes a data field that further defines the action to
the server, for example, the location of the data to be read.
A normal reply from a server includes the same function code and a response data field. In the case of a read operation,
the response data field contains the requested data. In the case of a write operation, the response data field contains an
echo of the write data of the request command. If the server detects an error in the transmission, the reply to the client
includes and exception function code and the response data field contains an exception code.
Controllers can communicate on standard Modbus networks using one of two transmission modes: ASCII or RTU. Users
select the serial port communication parameters (baud rate, parity mode, etc), during configuration of the controller. The
mode and serial parameters must be the same for all devices on a Modbus network. Transmission mode determines how
information is packed into the message fields and decoded. In RTU mode, each byte contains two hexadecimal
characters, and in ASCII mode, each byte contains one ASCII character. The MicroTech II Chiller Unit Controller uses
the RTU mode only.
The MicroTech II Chiller Unit Controller uses the following data structure: 8 data bits, 1 or 2 stop bits, and no parity bit.
It uses data transmission rates from 1200 to 19200 bps.
7 ED 15063-4
Valid Error Codes
The MicroTech II Chiller Unit Controller supports three error or exception codes.
Error Codes Description Definition
01 Illegal Function The function code received in the query is not an allowable action for the server (or slave).
02 Illegal Data Address The data address received in the query is not an allowable address for the server (or slave).
03 Illegal Data Value A value contained in the query data field is not an allowable value for server (or slave).
Data Type
Data is represented as either single-bit elements or 16-bit elements. A single-bit element is referred to as a Discrete Input
when it refers to read-only data and as a Coil when it refers to read-write data. A 16-bit element is referred to as a Input
Register when it refers to read-only data and as an Holding Register when it refers to read-write data.
Index
There can be as many as 65,536 elements of each data type in a Modbus device. Data elements are numbered from 1 to
65,536 in each type. Data elements are addressed with an index in the range from 0 to 65,535. The index is not the
address of the data element in the unit controller memory. The index is used in Modbus PDUs to specify the location of
the data in the unit controller. This means, for example, that data element number 1 is addressed using index 0 in the
PDU.
Valid Range
Some properties are standard data types and some are enumerated sets. If the property value represents a range of values,
e.g., temperature or pressure, a range of values is given. If the property value is an enumerated set, all enumerated values
and corresponding meaning are given.
When you have integrated the unit into your network, you can monitor and control unit operation from your workstation.
At a minimum, you can:
• Display and monitor data points
• Turn the unit on or off
• Operate the unit safely
8 ED 15063-4
a. In the Set Unit Setpoint screen 14, set the BAS Protocol to Modbus. Use the Manager Password of “2001.”
b. In the Set Unit Setpoint screen 1, set the Control Source to Local.
3. Verify with the chiller/control company technician that the chiller is operational on BAS.
4. In the Set Unit Setpoint screen 1, set the Control Source to BAS.
AGS-A,
Model AGZ-A ACZ-A AGZ-B ACZ-B AGS-C AGS-D WGS WGZ/TGZ
B, DP
Menu Screen 7 6 10 7 12 16 17 15 10
Password 2001 2001 2001 2001 8945 8453 8745 8745 2001
NOTE: Models AGZ-A/B, ACZ-A/B, and WGZ have one unit controller, while models AGS-B/C and WGS have one
unit controller and multiple circuit controllers. Unit settings for AGS-B/C and WGS models are adjusted on the unit
controller.
You can display any number of additional data points based on job requirements or individual preference. See Modbus
Data Points on page 8 for lists of all Modbus Variables available to the network. For a more detailed description of all
available data points, see the Detailed Data Point Information section on page 12 of this document.
9 ED 15063-4
Comprehensive Data Point Tables
Note: See the appropriate Operation Manual for specific data ranges and default values.
Network Control Read/
Page Data Type Index Description
Property Write
Active Setpoint 13 R Holding Register 40003 -40°- 199°F
Actual Capacity (3) 13 R Holding Register 40011 0 - 160%
Capacity Limit
13 R Holding Register 40043 0 - 160%
(Output) (10)
Capacity Limit
13 W Holding Register 40004 0 - 160%
Setpoint (10)
Chiller Enable
13 R/W Coil 2 0=Off, 1=On
(Input) (4)
Chiller Limited 13 R Coil 7 0=Not Limited, 1=Limited
Chiller Local/Remote 14 R Coil 6 0=Remote, 1=Local
Chiller Mode Output 14 R Coil 40148 1=ICE, 2=COOL, 3=HEAT
Chiller Mode
14 R/W Holding Register 40146 1=ICE, 2=COOL, 3=HEAT
Setpoint
WSC, WDC, WPV, 0=Off, 1=Start,
WMC, WCC, HSC, 2=Run, 3=Pre-
TSC, HDC Models Shutdown, 4=Service
*Chiller Status (1) 14 R Holding Register 40147
ACZ, AGS, AGZ, 1=Off, 2=Start,
WGS, WGZ, TGZ 3=Run, 4=Pre-
Models Shutdown, 5=Service
Compressor Current 14 R Holding Register 40027 0 - 65,535
Compressor
Discharge 15 R Holding Register 40020 -460°- 621°F
Temperature
Compressor Percent
15 R Holding Register 40026 0 -110%
RLA
Compressor Power 15 R Holding Register 40028 0 - 65,535
Compressor Run
15 R Holding Register 40175 0 - 65,535
Hours
Compressor Select 16 R/W Holding Register 40161 See page 13
Compressor Starts 16 R Holding Register 40174 0 - 65,535
Compressor Suction
16 R Holding Register 40016 -40°- 244°F
Line Temperature
Compressor Voltage 16 R Holding Register 40030 0 - 65,535
*Condenser
Entering Water 17 R Holding Register 40008 -40° - 244°F
Temperature (7)
Condenser Flow
17 R Coil 9 0=No Flow, 1=Flow
Switch Status
*Condenser
Leaving Water 17 R Holding Register 40009 -40° - 244°F
Temperature (8)
Condenser Pump Run
17 R Holding Register 40177 0 - 65,535
Hours
Condenser
17 R Holding Register 40022 -3276.8 – 3276.7 psi
Refrigerant Pressure
Condenser Saturated
Refrigerant 17 R Holding Register 40021 -40° - 244°F
Temperature
Condenser Water
Flow Rate 17 R Holding Register 40025 0 - 65,535
10 ED 15063-4
Network Control Read/
Page Data Type Index Description
Property Write
Condenser Water
18 R Coil 32 0=Pump Off Request, 1=Pump On Request
Pump Status
*Cool Setpoint (9) 18 R/W Holding Register 40002 10° - 120°F
*Evaporator
Entering Water 18 R Holding Register 40005 -40° - 244°F
Temperature (5)
Evaporator Flow
18 R Coil 8 0=No Flow, 1=Flow
Switch Status
Evaporator Leaving
Water Temperature 18 R Holding Register 40007 -40° - 244°F
for Unit(6)
*Evaporator
Leaving Water
18 R Holding Register 40015 -40° - 244°F
Temperature for
Compressor
Evaporator Pump
18 R Holding Register 40176 0 – 65,535
Run Hours
Evaporator
19 R Holding Register 40018 -3276.8 – 3276.7 psi
Refrigerant Pressure
Evaporator Saturated
Refrigerant 19 R Holding Register 40017 -40° - 244°F
Temperature
Evaporator Water
19 R Holding Register 40019 0 - 65,535
Flow Rate
Evaporator Water
19 R Coil 30 0=Pump Off Request, 1=Pump On Request
Pump Status
Heat Recovery
Entering Water 19 R Holding Register 40023 -40° - 244°F
Temperature
Heat Recovery
Leaving Water 19 R Holding Register 40024 -40° - 244°F
Temperature
Heat Setpoint 19 R/W Holding Register 40006 50° - 120°F
Ice Setpoint 20 R/W Holding Register 40051 15° - 35°F, Default=25°F
Liquid Line
20 R Holding Register 40039 -22592 - 22591 psi
Refrigerant Pressure
Liquid Line
Refrigerant 20 R Holding Register 40037 -40°- 244°F
Temperature
Oil Feed Pressure 20 R Holding Register 40033 -22592 - 22591 psi
Oil Feed
20 R Holding Register 40035 -40° - 244°F
Temperature
Oil Sump Pressure 20 R Holding Register 40034 -22592 - 22591 psi
Oil Sump
20 R Holding Register 40036 -40° - 244°F
Temperature
Outdoor Air
21 R Holding Register 40040 -40° - 244°F
Temperature
Pump Select 21 R/W Coil 20 0=Pump No. 1, 1=Pump No. 2
Run Enabled 21 R Coil 3 0=OFF, 1=Run Allowed
*Boldface indicates data points required for typical minimum integration.
11 ED 15063-4
Detailed Data Point Information
This section lists the information (the data) that is available to the Industrial Control System via the Modbus RTU
protocol. This information is used to safely operate and log the performance of the chiller. The systems integrator also
uses this information when creating custom graphics.
12 ED 15063-4
Active Setpoint
This output data point indicates the current value of the Leaving Water Temperature setpoint. Based on the operating
mode of the chiller, this value is derived from the Cooling Setpoint, Ice Setpoint or Heating Setpoint. The default mode
is Cooling and is used unless changed by the Chiller Mode Setpoint. (A2)
Actual Capacity
This output data point indicates the percent of capacity the chiller is currently producing. It may be more or less than the
nominal capacity of the chiller. (A10)
Chiller Enable
This input data point enables the chiller to run if operating conditions are satisfied, or disables the chiller from running.
(D1)
Chiller Limited
This output data point indicates whether chiller operation is limited in some way. If conditions exist that limit operation,
the chiller may be prevented from reaching the Leaving Water Temperature setpoint. (D6)
13 ED 15063-4
Chiller Local/Remote
The Local/Remote output data point indicates whether the chiller is in local control or allowed to be controlled remotely
over the network. (D5)
Chiller Status
This output data point indicates the current state of the chiller. (I18)
Compressor Current
This output data point indicates the compressor current of the compressor selected with Compressor Select on page 16.
(A26)
14 ED 15063-4
Compressor Discharge Temperature
This output data point indicates the current compressor refrigerant discharge temperature of the compressor selected with
Compressor Select on page 16. (A19)
Compressor Power
This output data point indicates the current compressor power of the compressor selected with Compressor Select on
page 16. (A27)
15 ED 15063-4
Compressor Select
This input data point selects the compressor (number 1, 2, 3 or 4) that is interrogated. The controller returns the
information for the selected compressor. You must first select a compressor, then interrogate the selected compressor.
This data point selects a compressor for the following variables. (I32)
Name Page
Compressor Current 13
Compressor Discharge Temperature 15
Compressor Percent RLA 15
Compressor Power 14
Compressor Run Hours 15
Compressor Starts 16
Compressor Suction Line Temperature 16
Compressor Voltage 15
Condenser Refrigerant Pressure 17
Condenser Saturated Refrigerant Temperature 17
Evaporator Leaving Water Temperature for Compressor 18
Evaporator Refrigerant Pressure 19
Evaporator Saturated Refrigerant Temperature 19
Oil Feed Pressure 20
Oil Feed Temperature 20
Oil Sump Pressure 20
Oil Sump Temperature 20
Data Type Index Measurement Units Valid Range
Holding Register 40161 Event Count NA 0 -65,535
Compressor Starts
This output data point indicates the number of starts for the compressor motor of the compressor selected with
Compressor Select on page 16. (I45)
Compressor Voltage
This output data point indicates the current compressor voltage of the compressor selected with Compressor Select on
page 16. (A29)
16 ED 15063-4
Condenser Entering Water Temperature
This output data point indicates the current temperature of the entering condenser water. (A7)
17 ED 15063-4
Condenser Water Pump Status
This output data point indicates whether the selected pump has been commanded On or Off. See Pump Select on page
18. (D31)
Cool Setpoint
This input data point sets the temperature of the Leaving Chilled Water when the chiller is operating in the Cooling
Mode. The Cooling mode is the normal mode of chiller operation, unless overridden by using the Chiller Mode Setpoint
to change to another mode. (A1)
Note: See the appropriate Operation Manual for specific data range and default value.
Data Type Index Measurement Units Valid Range
Holding Register 40002 Temperature °F x 10 10 - 120°F
18 ED 15063-4
Evaporator Refrigerant Pressure
This output data point indicates the current refrigerant pressure in the evaporator. There is a separate output for each
compressor. See Compressor Select on page 16. (A17)
Heat Setpoint
This input data point provides the heating setpoint when the chiller is operating in the heat mode. The value is ignored if
the controller is in cooling mode. (A5)
Note: See the appropriate Operation Manual for specific data range and default value.
Data Type Index Measurement Units Valid Range
Holding Register 40006 Temperature °F x 10 50-120°F
19 ED 15063-4
Ice Setpoint
This input data point sets the temperature of the Leaving Chilled Water when the chiller is operating in the ice mode.
(A50)
Note: See the appropriate Operation Manual for specific data range and default value.
Data Type Index Measurement Units Valid Range
Holding Register 40051 Temperature °F x 10 15 - 35°F
20 ED 15063-4
Outdoor Air Temperature
This output data point indicates the current outdoor air temperature. (A39)
Pump Select
This input data point selects which pump (Number 1 or Number 2) supplies the data. The controller returns the
information for the appropriate Condenser or Evaporator pump. You must first select a pump then interrogate the
selected pump. See Condenser Pump Run Hours on page 17 and Evaporator Pump Run Hours on page 18. (D19)
Run Enabled
The Run Enabled output data point indicates that the chiller can start if operating conditions are met. (D2)
21 ED 15063-4
Alarms
Alarm Classes
Modbus alarms in a MicroTech II unit controller are divided into three classes: Faults, Problems, and Warnings. Fault
alarms have the highest severity level. Problem alarms have medium severity level. Warning alarms have the lowest
severity level.
Fault Alarms
Fault alarms require an acknowledgment from the operator. These alarms indicate that the compressor is shut down.
Problem Alarms
Problem alarms do not cause compressor shutdown but limit operation of the chiller in some way.
Warning Alarms
A warning is enunciated whenever an abnormal condition exists which does not affect chiller operation.
Alarm Handling
One Modbus network variable indicates an alarm condition and one network variable clears alarms. To determine the
particular alarm condition, you must read the status of the 16 Active Alarms Holding Registers.
Clear Alarms
This input data point clears all active alarms. It cannot clear all alarms in the Fault category (alarms that shut down the
chiller). They would have to be cleared at the chiller panel. The alarms that cannot be cleared over the network (but can
be cleared at the chiller) are: (D24)
• Low Evaporator Pressure
• High Condenser Pressure (by pressure sensor)
• High Condenser Pressure (by pressure switch)
• Low Oil Pressure
• Freeze Protection
• High Motor Temperature
Note: The above list is for centrifugal chillers. The flow loss alarm is the only alarm that can be remotely
cleared on all other types of chillers.
22 ED 15063-4
Active Alarms
The Active Alarms Holding Registers contain a single bit for each alarm condition. You must read the status of these
registers to determine the particular alarm condition indicated by the Alarm Digital Output. Table 3 defines the bit
location for each alarm condition. (I1-I16)
23 ED 15063-4
48 Evaporator Freeze Protect Comp 4 40133 0
49 Evaporator Pump #1 Fault X 40133 1
50 Evaporator Pump #2 Fault X 40133 2
51 (Expansion Alarm – Problem) 40133 3
Faults
52 Outside Ambient Temperature Sensor Fault X X X X X 40133 4
1
53 Compressor Current Overload Trip #1 X X X 40133 5
1
54 Compressor Current Overload Trip #2 X X X 40133 6
55 Compressor Current Overload Trip #3 40133 7
56 Compressor Current Overload Trip #4 40133 8
1
57 Motor Current Imbalance On Compressor #1 X X X 40133 9
1
58 Motor Current Imbalance On Compressor #2 X X X 40133 10
59 Motor Current Imbalance On Compressor #3 40133 11
60 Motor Current Imbalance On Compressor #4 40133 12
1
61 Low Motor Current Comp 1 X X X 40133 13
1
62 Low Motor Current Comp 2 X X X 40133 14
63 Low Motor Current Comp 3 40133 15
64 Low Motor Current Comp 4 40134 0
6 4
65 Motor Protection X X 40134 1
5 3
66 Motor Protection Circuit 1 X X X 40134 2
5 3
67 Motor Protection Circuit 2 X X X 40134 3
1
68 High Motor Temperature Comp 1 X X X 40134 4
1
69 High Motor Temperature Comp 2 X X X 40134 5
70 High Motor Temperature Comp 3 40134 6
71 High Motor Temperature Comp 4 40134 7
7 5 3
72 Phase Loss At Compressor 1 X X X X 40134 8
7 5 3
73 Phase Loss At Compressor 2 X X X X 40134 9
74 Phase Loss At Compressor 3 40134 10
75 Phase Loss At Compressor 4 40134 11
7
76 Phase Reversal At Compressor 1 X X 40134 12
7
77 Phase Reversal At Compressor 2 X X 40134 13
78 Phase Reversal At Compressor 3 40134 14
79 Phase Reversal At Compressor 4 40134 15
7
80 Overvoltage On Compressor 1 X X 40135 0
7
81 Overvoltage On Compressor 2 X X 40135 1
82 Overvoltage On Compressor 3 40135 2
83 Overvoltage On Compressor 4 40135 3
7
84 Undervoltage On Compressor 1 X X 40135 4
7
85 Undervoltage On Compressor 2 X X 40135 5
86 Undervoltage On Compressor 3 40135 6
87 Undervoltage On Compressor 4 40135 7
6 4
88 Condenser Pressure Sensor Fault X X 40135 8
5 3
89 Condenser Pressure Sensor Fault Circuit 1 X X X X X X 40135 9
5 3
90 Condenser Pressure Sensor Fault Circuit 2 X X X X X X 40135 10
2
91 Condenser Pressure Sensor Fault Circuit 3 X 40135 11
92 Condenser Pressure Sensor Fault Circuit 4 40135 12
93 No Condenser Water Flow X X X 40135 13
6 4
94 High Condenser Pressure X X 40135 14
5 3
95 High Condenser Pressure Circuit 1 X X X X X X 40135 15
5 3
96 High Condenser Pressure Circuit 2 X X X X X X 40136 0
2
97 High Condenser Pressure Circuit 3 X 40136 1
98 High Condenser Pressure Circuit 4 40136 2
99 No Compressor Stop Comp 1 X 40136 3
100 No Compressor Stop Comp 2 X 40136 4
101 No Compressor Stop Comp 3 40136 5
102 No Compressor Stop Comp 4 40136 6
103 Discharge Temperature Sensor Fault Circuit 1 X X X 40136 7
104 Discharge Temperature Sensor Fault Circuit 2 X X X 40136 8
2
105 Discharge Temperature Sensor Fault Circuit 3 X 40136 9
106 Discharge Temperature Sensor Fault Circuit 4 40136 10
107 High Discharge Temperature Circuit 1 X X 40136 11
108 High Discharge Temperature Circuit 2 X X 40136 12
109 High Discharge Temperature Circuit 3 40136 13
110 High Discharge Temperature Circuit 4 40136 14
111 Entering Condenser Water Temperature Sensor Fault X X 40136 15
112 No Evaporator Water Flow X X X X X X 40137 0
113 Evaporator Water Freeze Protect X X X X 40137 1
6 4
114 Low Evaporator Pressure X X 40137 2
5 3
115 Low Evaporator Pressure Circuit 1 X X X X X X 40137 3
24 ED 15063-4
5 3
116 Low Evaporator Pressure Circuit 2 X X X X X X 40137 4
2
117 Low Evaporator Pressure Circuit 3 X 40137 5
118 Low Evaporator Pressure Circuit 4 40137 6
6 4
119 Evaporator Pressure Sensor Fault X X 40137 7
5 3
120 Evaporator Pressure Sensor Fault Circuit 1 X X X X X X 40137 8
5 3
121 Evaporator Pressure Sensor Fault Circuit 2 X X X X X X 40137 9
2
122 Evaporator Pressure Sensor Fault Circuit 3 X 40137 10
123 Evaporator Pressure Sensor Fault Circuit 4 40137 11
7 6 1
124 Ground Fault Protection 1 X X X X X 40137 12
7 6 1
125 Ground Fault Protection 2 X X X X X 40137 13
126 Ground Fault Protection 3 40137 14
127 Ground Fault Protection 4 40137 15
128 Below Minimum Lift Pressure Circuit 1 X X 40138 0
129 Below Minimum Lift Pressure Circuit 2 X X 40138 1
2
130 Below Minimum Lift Pressure Circuit 3 X 40138 2
131 Below Minimum Lift Pressure Circuit 4 40138 3
132 Liquid Line Pressure Sensor Fault Circuit 1 X 40138 4
133 Liquid Line Pressure Sensor Fault Circuit 2 X 40138 5
2
134 Liquid Line Pressure Sensor Fault Circuit 3 X 40138 6
135 Liquid Line Pressure Sensor Fault Circuit 4 40138 7
Liquid Line Refrigerant Temperature Sensor Fault
136 X 40138 8
Circuit 1
Liquid Line Refrigerant Temperature Sensor Fault
137 X 40138 9
Circuit 2
Liquid Line Refrigerant Temperature Sensor Fault 2
138 X 40138 10
Circuit 3
Liquid Line Refrigerant Temperature Sensor Fault
139 40138 11
Circuit 4
6 4
140 Re-Start Fault X X 40138 12
5 3 1
141 Re-Start Fault Circuit 1 X X X X X 40138 13
5 3 1
142 Re-Start Fault Circuit 2 X X X X X 40138 14
143 Re-Start Fault Circuit 3 40138 15
144 Re-Start Fault Circuit 4 0
145 Leaving Evaporator Water Temperature Sensor Fault X X X X 40139 1
Leaving Evaporator Water Temperature Sensor Fault
146 X 40139 2
Comp 1
Leaving Evaporator Water Temperature Sensor Fault
147 X 40139 3
Comp 2
Leaving Evaporator Water Temperature Sensor
148 40139 4
Fault Comp 3
Leaving Evaporator Water Temperature Sensor
149 40139 5
Fault Comp 4
6 4
150 Mechanical High Pressure X X 40139 6
5 3
151 Mechanical High Pressure Circuit 1 X X X X X X 40139 7
5 3
152 Mechanical High Pressure Circuit 2 X X X X X X 40139 8
2
153 Mechanical High Pressure Circuit 3 X 40139 9
154 Mechanical High Pressure Circuit 4 40139 10
155 Low Oil Net Pressure Comp 1 X 40139 11
156 Low Oil Net Pressure Comp 2 X 40139 12
157 Low Oil Net Pressure Comp 3 40139 13
158 Low Oil Net Pressure Comp 4 40139 14
159 High Oil Feed Temperature Comp 1 X 40139 15
160 High Oil Feed Temperature Comp 2 X 40140 0
161 High Oil Feed Temperature Comp 3 40140 1
162 High Oil Feed Temperature Comp 4 40140 2
163 Low Oil Feed Temperature Comp 1 X 40140 3
164 Low Oil Feed Temperature Comp 2 X 40140 4
165 Low Oil Feed Temperature Comp 3 40140 5
166 Low Oil Feed Temperature Comp 4 40140 6
167 Oil Feed Temperature Sensor Fault Comp 1 X 40140 7
168 Oil Feed Temperature Sensor Fault Comp 2 X 40140 8
169 Oil Feed Temperature Sensor Fault Comp 3 40140 9
170 Oil Feed Temperature Sensor Fault Comp 4 40140 10
171 Low Oil Level Circuit 1 X X 40140 11
172 Low Oil Level Circuit 2 X X 40140 12
2
173 Low Oil Level Circuit 3 X 40140 13
174 Low Oil Level Circuit 4 40140 14
175 High Oil Pressure Difference Circuit 1 X X 40140 15
176 High Oil Pressure Difference Circuit 2 X X 40141 0
25 ED 15063-4
2
177 High Oil Pressure Difference Circuit 3 X 40141 1
178 High Oil Pressure Difference Circuit 4 40141 2
179 Oil Feed Pressure Sensor Fault Comp 1 X 40141 3
180 Oil Feed Pressure Sensor Fault Comp 2 X 40141 4
181 Oil Feed Pressure Sensor Fault Comp 3 40141 5
182 Oil Feed Pressure Sensor Fault Comp 4 40141 6
183 Oil Sump Pressure Sensor Fault Comp 1 X 40141 7
184 Oil Sump Pressure Sensor Fault Comp 2 X 40141 8
185 Oil Sump Pressure Sensor Fault Comp 3 40141 9
186 Oil Sump Pressure Sensor Fault Comp 4 40141 10
187 Oil Sump Temperature Sensor Fault Comp 1 X 40141 11
188 Oil Sump Temperature Sensor Fault Comp 2 X 40141 12
189 Oil Sump Temperature Sensor Fault Comp 3 40141 13
190 Oil Sump Temperature Sensor Fault Comp 4 40141 14
6 4
191 Phase Voltage Protection X X 40141 15
192 Starter Fault Compressor 1 X X X 40142 0
193 Starter Fault Compressor 2 X X X 40142 1
2
194 Starter Fault Compressor 3 X 40142 2
195 Starter Fault Compressor 4 40142 3
1
196 No Starter Transition Comp 1 X X 40142 4
1
197 No Starter Transition Comp 2 X X 40142 5
198 No Starter Transition Comp 3 40142 6
199 No Starter Transition Comp 4 40142 7
200 No Oil Pressure Start Comp 1 X 40142 8
201 No Oil Pressure Start Comp 2 X 40142 9
202 No Oil Pressure Start Comp 3 40142 10
203 No Oil Pressure Start Comp 4 40142 11
2
204 Low Subcooling Circuit 1 X X 40142 12
2
205 Low Subcooling Circuit 2 X X 40142 13
2
206 Low Subcooling Circuit 3 X 40142 14
207 Low Subcooling Circuit 4 40142 15
208 Surge High Suct SH-Running Comp 1 X 40143 0
209 Surge High Suct SH-Running Comp 2 X 40143 1
210 Surge High Suct SH-Running Comp 3 40143 2
211 Surge High Suct SH-Running Comp 4 40143 3
212 Surge High Suct SH-Starting Comp 1 X 40143 4
213 Surge High Suct SH-Starting Comp 2 X 40143 5
214 Surge High Suct SH-Starting Comp 3 40143 6
215 Surge High Suct SH-Starting Comp 4 40143 7
216 Suction Temperature Sensor Fault Circuit 1 X X X 40143 8
217 Suction Temperature Sensor Fault Circuit 2 X X X 40143 9
2
218 Suction Temperature Sensor Fault Circuit 3 X 40143 10
219 Suction Temperature Sensor Fault Circuit 4 40143 11
8
220 Vanes Open No Start Comp 1 X 40143 12
8
221 Vanes Open No Start Comp 2 X 40143 13
222 Vanes Open No Start Comp 3 40143 14
223 Vanes Open No Start Comp 4 40143 15
224 (Expansion Alarm- Fault) X X X 40144 0
225 COMP SHUTDOWN – Comp Fault #1 40144 1
226 COMP SHUTDOWN – Comp Fault #2 40144 2
227 COMP SHUTDOWN – Comp Fault #3 40144 3
228 COMP SHUTDOWN – Comp Fault #4 40144 4
1
-AGS ‘C’ Vintage Only
2
-AGS ‘B’ Vintage Only
3
-ACZ Dual Circuit Only
4
-ACZ Single Circuit Only
5
-AGZ Dual Circuit Only
6
-AGZ Single Circuit Only
7
-Solid State Starter Option required. Not available on WMC.
8
-Should be “No Start - Interlock Switch” on WMC chillers.
26 ED 15063-4
Index of Detailed Point Information
A E
Active Setpoint ......................................................... 13 Evaporator Entering Water Temperature..............18
Actual Capacity ........................................................ 13 Evaporator Flow Switch Status ..............................18
Evaporator Leaving Water Temperature for Unit.18
C
Evaporator Pump Run Hours .................................18
Capacity Limit Output.............................................. 13 Evaporator Refrigerant Pressure ...........................19
Capacity Limit Setpoint ........................................... 13 Evaporator Saturated Refrigerant Temperature ..19
Chiller Enable ........................................................... 13 Evaporator Water Flow Rate ..................................19
Chiller Limited........................................................... 13
H
Chiller Local/Remote ............................................... 14
Chiller Mode Output................................................. 14 Heat Recovery Entering Water Temperature.......19
Chiller Mode Setpoint.............................................. 14 Heat Recovery Leaving Water Temperature........19
Chiller Status ............................................................ 14 Heat Setpoint ............................................................19
Compressor Current................................................ 14
I
Compressor Discharge Temperature ................... 15
Compressor Percent RLA....................................... 15 Ice Setpoint ...............................................................20
Compressor Power.................................................. 15
L
Compressor Run Hours .......................................... 15
Compressor Select .................................................. 16 Liquid Line Refrigerant Pressure ...........................20
Compressor Starts................................................... 16 Liquid Line Refrigerant Temperature.....................20
Compressor Suction Line Temperature ............... 16
Compressor Voltage................................................ 16 O
Condenser Entering Water Temperature ............. 17 Oil Feed Pressure ....................................................20
Condenser Flow Switch Status.............................. 17 Oil Feed Temperature..............................................20
Condenser Leaving Water Temperature.............. 17 Oil Sump Pressure ...................................................20
Condenser Pump Run Hours................................. 17 Outdoor Air Temperature ........................................21
Condenser Refrigerant Pressure........................... 17
Condenser Water Flow Rate.................................. 17 P
Condenser Water Pump Status............................. 18 Pump Select..............................................................21
Cool Setpoint ............................................................ 18
R
Run Enabled .............................................................21
27 ED 15063-4
This document contains the most current product information as of this printing. For the most up-to-date
product information, please go to www.mcquay.com.
28 ED 15063-4