Cool Automation Cool Master 1000D, Cool Master 2000S, Cool Master 3000T, Cool Master 4000M, Cool Master 6000L Programmer's Reference Manual

...
CoolMaster Programmers Reference Manual (PRM)
CoolMaster
Interface Adapter
for VRV, VRF
Cool Master 1000D Cool Master 2000S Cool Master 3000T Cool Master 4000M Cool Master 6000L Cool Master 7000F Cool Master 8000I(MH) Cool Master 9000H Cool Master G
Document Revision 4.08 12/16/2015
© 2015 Cool Automation LTD
www.coolautomation.com
CoolMaster PRM
Table of Contents
2Contents
Part I
Part II
Part III
Part IV
Revisions History RS232 Interface
................................................................................................................................... 51 Mechanical and Electrical Specification
................................................................................................................................... 62 Port Settings
General Protocol Definitions
................................................................................................................................... 71 Message format
................................................................................................................................... 72 Indoor Unit Addressing
Commands Reference
................................................................................................................................... 91 Cool Master Commands
.......................................................................................................................................................... 9alloff
.......................................................................................................................................................... 9allon
.......................................................................................................................................................... 10boot
.......................................................................................................................................................... 10cool
.......................................................................................................................................................... 10dry
.......................................................................................................................................................... 11heat
.......................................................................................................................................................... 11auto
.......................................................................................................................................................... 12fan
.......................................................................................................................................................... 12filt
.......................................................................................................................................................... 13fspeed
.......................................................................................................................................................... 13off
.......................................................................................................................................................... 14on
.......................................................................................................................................................... 15set
.......................................................................................................................................................... 16simul
.......................................................................................................................................................... 17stat
.......................................................................................................................................................... 18stat2
.......................................................................................................................................................... 19stat3,stat4
.......................................................................................................................................................... 21query
.......................................................................................................................................................... 22swing
.......................................................................................................................................................... 23temp
.......................................................................................................................................................... 24group
.......................................................................................................................................................... 24vam
.......................................................................................................................................................... 25lock
.......................................................................................................................................................... 26wh
.......................................................................................................................................................... 27feed
4 5
7
9
Part V
www.coolautomation.com
Firmware Update
28
................................................................................................................................... 281 Entering bootloader mode
................................................................................................................................... 282 Firmware Download
................................................................................................................................... 293 Reboot
© 2015 Cool Automation LTD
2
CoolMaster PRM
3Contents
www.coolautomation.com
© 2015 Cool Automation LTD
3
CoolMaster PRM
Rev 4.08
1 Revisions History
Document revision 4.08 Wednesday, December 16, 2015
· 4.08 set alive
· 4.07 CoolMaster 9000H Lock command support. CoolMaster 4000M Feed command support.
· 4.06 set ignore r CoolMaster 4000M wh support CoolMaster 1000D lock support
· 4.05 CoolMaster G
· 4.04 lock
· 4.03 CoolMaster 4000M F/C support CoolMaster 4000M VAM support CoolMaster 7000F swing support
· 4.02 CoolMaster 6000L vam support
· 4.01 stat4
· 3.12 query h temp XX[X].x[x]
· 3.11 CoolMaster 6000L
· 3.10 query
· 3.9 set baud set slink
· 3.8 CoolMaster 1000D Fahrenheit support 20 groups limit CoolMaster 8000I(MH)
· 3.7 PAC-YG66, PAC-YG63 support for CoolMaster 4000M
· 3.6 Centralized Address for 200S,3000T
· 3.5 CoolMaster 7000F
· 3.4 fixed compatibility notes auto command, AutC, AutH fspeed: t - top, m for CoolMaster 1000D VAM and Auto modes in stat
· 3.3 added vam command

Revisions History

4
www.coolautomation.com
© 2015 Cool Automation LTD
CoolMaster PRM
DB9 Pin
Signal Lvel
Description
2
±12V
TxD (Data from Cool Master)
3
±12V
RxD (Data to Cool Master)
5
GND
Ground
Rev 4.08
2 RS232 Interface

2.1 Mechanical and Electrical Specification

RS232 Interface connector used in Cool Master is D-Type 9-pin DB9 female connector. Cool Master DB9 Connector front view

RS232 Interface

5
Connecting Cool Master to Home Automation Equipment
In the picture above it is assumed that Terminal Equipment DB9 connector has RxD line on pin 2 and TxD line on pin 3. (This is a standard for PC). If a Terminal Equipment (Home Automation Controller) has a reversed pin out ( RxD on pin 3 and TxD on pin 2), the crossed RS232 cable must be used to connect TxD to RxD and RxD to TxD.
According to RS232 specification cable length should not exceed 25m. RS232 Cable supplied with Cool Master is 1.5m length suitable for direct connection to PC RS232 serial port.
www.coolautomation.com
© 2015 Cool Automation LTD
CoolMaster PRM
Baud Rate
9600
Data Bits
8
Parity Control
None
Stop Bits
1
Flow Control
None

2.2 Port Settings

For proper communication with Cool Master RS232 Port should be configured with following parameters
Below is an example of COM port setup in HyperTerminal application
Rev 4.08
RS232 Interface
6
www.coolautomation.com
CoolMaster RS232 Port baud rate (bits per second) can be changed with set baud command.
© 2015 Cool Automation LTD
CoolMaster PRM
>stat 101
command
PC to CoolMaster
101 ON 27C 00,00C Auto Dry OK
response
CoolMaster to PC
OK
exit code
>
prompt
Unknown command
Unrecognized command name
Bad parameters
Command has missing or wrong parameters
1
2
3
System Number
Unit Number in System
0-9, A-F
00-99 or FF
UID
Indoor Address
100
1-00
Rev 4.08
3 General Protocol Definitions

3.1 Message format

Communication between PC or Home Automation Controller and CoolMaster via RS232 interface is based on text messages. Communication example is shown below
Command message sent to CoolMaster must be terminated by CR (carriage return 0x0D) LF (line feed 0x0A) sequence or a single CR character. Messages from CoolMaster (except prompt character) are terminated by CR LF. Commands are case sensitive and should not contain leading or trailing spaces. The only separator between command name and command parameter(s) is space character.
In case of wrong command CoolMaster response can be one of the following strings:

General Protocol Definitions

7
If command was executed CoolMaster will return optional response and exit code. Detailed information is provided in topics describing specific commands.

3.2 Indoor Unit Addressing

To address specific indoor unit the UID parameter is used in CoolMaster commands. UID format is three characters. First character is hexadecimal digit in range 0-9 or A-F to represent system numbers 0-9, 10-15 correspondingly or Z to specify centralized address mode.
UID Format:
· For CoolMaster 4000M System Number must be 0, Unit Number must be 01-50
· For CoolMaster 1000D System Number must be in range 1-4
· For CoolMaster 2000S, 3000T, 7000F,8000I(MH), 9000H System Number should not be 0
· For CoolMAster 6000L System Number must be 0, Unit Number must be 00-FF
· For CoolMaster G Unit Number must be in range 01-16
UID reflects the indoor unit address. For proper operation of CoolMaster all indoor units have to be given addresses (depending on specific AC system type this can be done automatically by system or has to be done manually by integrator). You should refer to specific AC system manuals to find out how to set and quire indoor unit addresses.
Below are examples of accepted UID's.
www.coolautomation.com
© 2015 Cool Automation LTD
CoolMaster PRM
101
1-01
201
2-01
310
3-10
F99
15-99
1
2
3
Centralized
Address Sign
Centralized
Address
Z
00-99
UID
Centralized Address
Z0101Z22
22
UID format for Centralized Address mode:
Example:
Centralized Address mode is currently supported for CoolMaster 2000S and 3000T.
Note: For backward compatibility Unit number in System can be represented by hexadecimal numbers couple in range 00-0F equal to decimal 00-15. For example 10A represents Centralized Address 1-15. We recommend not to use this option in future designs.
Rev 4.08
General Protocol Definitions
8
www.coolautomation.com
© 2015 Cool Automation LTD
CoolMaster PRM
OK
Request Successfully Executed
Rev 4.08
4 Commands Reference

4.1 Cool Master Commands

alloff allon boot cool dry heat auto fan filt fspeed off on set simul stat stat2 stat3 query swing temp group vam lock wh feed

Commands Reference

9
4.1.1 alloff
SYNOPSIS

alloff

DESCRIPTION
Turn off all indoor units
EXAMPLE
>alloff OK
EXIT CODE
4.1.2 allon
SYNOPSIS

allon

www.coolautomation.com
© 2015 Cool Automation LTD
Loading...
+ 20 hidden pages