CoolAutomation Cool Master 1000D User manual

© 2015 Cool Automation LTD
CoolMaster Programmers Reference Manual (PRM)
Document Revision 4.08 12/16/2015
CoolMaster
www.coolautomation.com
Interface
Adapter
for VRV, VRF
Air Conditioning
Systems
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

2Contents
2
CoolMaster PRM
www.coolautomation.com © 2015 Cool Automation LTD
Table of Contents
Part I Revisions History 4
Part II RS232 Interface 5
...................................................................................................................................51Mechanical and Electrical Specification
...................................................................................................................................62 Port Settings
Part III General Protocol Definitions 7
...................................................................................................................................71Message format
...................................................................................................................................72Indoor Unit Addressing
Part IV Commands Reference 9
...................................................................................................................................91Cool 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
Part V Firmware Update 28
...................................................................................................................................281Entering bootloader mode
...................................................................................................................................282Firmware Download
...................................................................................................................................293Reboot

3Contents
3
CoolMaster PRM
www.coolautomation.com © 2015 Cool Automation LTD

Revisions History
CoolMaster PRM 4
www.coolautomation.com © 2015 Cool Automation LTD
Rev 4.08
1Revisions 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

RS232 Interface
CoolMaster PRM 5
www.coolautomation.com © 2015 Cool Automation LTD
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
DB9 Pin
Signal Lvel
Description
2
±12V
TxD (Data from Cool Master)
3
±12V
RxD (Data to Cool Master)
5
GND
Ground
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.

RS232 Interface
CoolMaster PRM 6
www.coolautomation.com © 2015 Cool Automation LTD
Rev 4.08
2.2 Port Settings
For proper communication with Cool Master RS232 Port should be configured with following
parameters
Baud Rate
9600
Data Bits
8
Parity Control
None
Stop Bits
1
Flow Control
None
Below is an example of COM port setup in HyperTerminal application
CoolMaster RS232 Port baud rate (bits per second) can be changed with set baud command.

General Protocol Definitions
CoolMaster PRM 7
www.coolautomation.com © 2015 Cool Automation LTD
Rev 4.08
3General 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
>stat 101
command
PC to CoolMaster
101 ON 27C 00,00C Auto Dry OK
response
CoolMaster to PC
OK
exit code
>
prompt
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:
Unknown command
Unrecognized command name
Bad parameters
Command has missing or wrong parameters
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:
1
2
3
System Number
Unit Number in System
0-9, A-F
00-99 or FF
·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.
UID
Indoor Address
100
1-00

General Protocol Definitions
CoolMaster PRM 8
www.coolautomation.com © 2015 Cool Automation LTD
Rev 4.08
101
1-01
201
2-01
310
3-10
F99
15-99
UID format for Centralized Address mode:
1
2
3
Centralized
Address Sign
Centralized
Address
Z
00-99
Example:
UID
Centralized Address
Z01
01
Z22
22
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.

Commands Reference
CoolMaster PRM 9
www.coolautomation.com © 2015 Cool Automation LTD
Rev 4.08
4Commands 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
4.1.1 alloff
SYNOPSIS
alloff
DESCRIPTION
Turn off all indoor units
EXAMPLE
>alloff
OK
EXIT CODE
OK
Request Successfully Executed
4.1.2 allon
SYNOPSIS
allon

Commands Reference
CoolMaster PRM 10
www.coolautomation.com © 2015 Cool Automation LTD
Rev 4.08
DESCRIPTION
Turn on all indoor units.
EXAMPLE
>allon
OK
EXIT CODE
OK
Request Successfully Executed
4.1.3 boot
SYNOPSIS
boot
DESCRIPTION
Switch CoolMaster to bootloader mode. Bootloader mode is used for Firmware Update. For details
please see the Firmware Update section.
EXAMPLE
>boot
reboot...
4.1.4 cool
SYNOPSIS
cool <UID>
DESCRIPTION
Set indoor unit UID mode to COOL.
EXAMPLE
>cool 102
OK
EXIT CODE
OK
Request Successfully Executed
ERROR:1
Unit with specified UID not found
4.1.5 dry
SYNOPSIS
dry <UID>

Commands Reference
CoolMaster PRM 11
www.coolautomation.com © 2015 Cool Automation LTD
Rev 4.08
DESCRIPTION
Set indoor unit UID mode to DRY.
EXAMPLE
>dry 102
OK
EXIT CODE
OK
Request Successfully Executed
ERROR:1
Unit with specified UID not found
4.1.6 heat
SYNOPSIS
heat <UID>
DESCRIPTION
Set indoor unit UID mode to HEAT.
EXAMPLE
>heat 102
OK
EXIT CODE
OK
Request Successfully Executed
ERROR:1
Unit with specified UID not found
4.1.7 auto
SYNOPSIS
auto <UID>
DESCRIPTION
Set indoor unit UID mode to AUTO. Status report for the Indoor Unit in Auto mode can be
·Auto - Auto Mode
·AutC - Auto Mode Cooling
·AutH - Auto Mode Heating
EXAMPLE
>auto 102
OK
EXIT CODE
OK
Request Successfully Executed
ERROR:1
Unit with specified UID not found

Commands Reference
CoolMaster PRM 12
www.coolautomation.com © 2015 Cool Automation LTD
Rev 4.08
COMPATIBILITY
CoolMaster 1000D
v 2.5.1
CoolMaster 2000S
v 2.8.6
CoolMaster 3000T
v 2.8.6.
CoolMaster 4000M
2.5.7
CoolMaster 6000L
any
CoolMaster 7000F
2.6.4
CoolMaster 8000I(MH)
2.7.3
CoolMaster 9000H
2.7.7
CoolMaster G
N.A.
4.1.8 fan
SYNOPSIS
fan <UID>
DESCRIPTION
Set indoor unit UID mode to FAN.
EXAMPLE
>fan 102
OK
EXIT CODE
OK
Request Successfully Executed
ERROR:1
Unit with specified UID not found
4.1.9 filt
SYNOPSIS
filt <UID>
DESCRIPTION
Reset filter sign on indoor unit UID.
EXAMPLE
>filt 102
OK
EXIT CODE
OK
Request Successfully Executed
ERROR:1
Unit with specified UID not found
COMPATIBILITY
CoolMaster 1000D
v 0.3.1
CoolMaster 2000S
v 2.0.9

Commands Reference
CoolMaster PRM 13
www.coolautomation.com © 2015 Cool Automation LTD
Rev 4.08
CoolMaster 3000T
any
CoolMaster 4000M
any
CoolMaster 6000L
N.A.
CoolMaster 7000F
N.A.
CoolMaster 8000I(MH)
any
CoolMaster 9000H
N.A.
CoolMaster G
N.A.
4.1.10 fspeed
SYNOPSIS
fspeed <UID> <l|m|h|a|t>
DESCRIPTION
Set indoor unit UID fan speed to low, medium, high, auto, top.
EXAMPLE
>fspeed 101 l
OK
Set unit 1-01 fan speed to low
>fspeed 101 m
OK
Set unit 1-01 fan speed to medium
>fspeed 101 h
OK
Set unit 1-01 fan speed to high
>fspeed 101 a
OK
Set unit 1-01 fan speed to auto
>fspeed 101 t
OK
Set unit 1-01 fan speed to top
EXIT CODE
OK
Request Successfully Executed
ERROR:1
Unit with specified UID not found
COMPATIBILITY
CoolMaster 1000D
any
Supported: l h
2.5.1
Supported: l m h
CoolMaster 2000S
any
Supported: l m h a
CoolMaster 3000T
any
Supported: l m h a
CoolMaster 4000M
any
Supported: l m h a t
CoolMaster 6000L
any
Supported: l m h a t
CoolMaster 7000F
any
Supported: l m h a
CoolMaster 8000I(MH)
any
Supported: l m h t
CoolMaster 9000H
any
Supported: l m h
CoolMaster G
any
Supported: l m h a
4.1.11 off
SYNOPSIS
off <UID>
DESCRIPTION
Turn off indoor unit UID.
EXAMPLE

Commands Reference
CoolMaster PRM 14
www.coolautomation.com © 2015 Cool Automation LTD
Rev 4.08
>off 102
OK
EXIT CODE
OK
Request Successfully Executed
ERROR:1
Unit with specified UID not found
EXTENSIONS
CoolMaster 4000M PAC-YG Support
In CoolMaster 4000M v2.5.6 or higher to control PAC-YG66 digital I/O device following off command
format is used
off <UID> [N]
N is digital output number 1..6
>off 012 2
OK
>off 012 6
OK
4.1.12 on
SYNOPSIS
on <UID>
DESCRIPTION
Turn on indoor unit UID.
EXAMPLE
>on 102
OK
EXIT CODE
OK
Request Successfully Executed
ERROR:1
Unit with specified UID not found
EXTENSIONS
CoolMaster 4000M PAC-YG Support
In CoolMaster 4000M v2.5.6 or higher to control PAC-YG66 digital I/O device following on command
format is used
on <UID> [N]
N is digital output number 1..6

Commands Reference
CoolMaster PRM 15
www.coolautomation.com © 2015 Cool Automation LTD
Rev 4.08
>on 012 2
OK
>on 012 6
OK
4.1.13 set
SYNOPSIS
set [<option> <value>]
DESCRIPTION
Query or set CoolMaster configuration. Without parameters set command will list all supported
configuration options and their values. To change option use format with option and value. Some
options are read only and can not be changed.
Configuration
Option
Access
Mode
Description
S/N
Read
CoolMaster Unit Serial Number
myid
R/W
CoolMaster Unit own Centralized Address
version
Read
Firmware Version
echo
R/W
0-Disable 1-Enable Commands echo
baud
R/W
RS232 Port baud rate. Can be 1200, 2400, 4800, 9600, 18200, 38400,
57600, 115200. Default is 9600
deg C/F
R/W
Temperature scale: C-Celsius, F-Fahrenheit. Set command is set deg C
or set deg F
slink
R/W
A/C line link type for CoolMaster 8000I(MH). Can be O (for Old) or N (for
New)
master
R/W
1-Master 0-Slave. For CoolMaster 6000L/1000D
lcd
R/W
LCD size
simul
R/W
Number of Indoor units permanently simulated. If simul is not zero
CoolMaster will simulate given number of units after reset.
CS count
Read
Check Sum errors counter
TO count
Read
Timeout errors counter
Collisio
Read
Collision Counter
NA Count
Read
NAK Counter
MB CRC
Read
Modbus bad CRC counter (Coolgate Only)
modaddr
R/W
Modbus Address (Coolgate Only)
ignore
R/W
Ignore flags: r - Ignore modbus Illegal Data Address (Coolgate Only)
alive
R/W
Keep Alive Time in seconds for all Indoors. Min value=300, if value is set to 0,
then Keep Alive is Disabled.
Notes:
·baud change takes effect only after power reset.
·ignore flag 'r' allows reading of the consecutive Indoor status holding and input registers (address
range:0x1001-0xF640) even if there are non-existent Indoor Units in between. Non-existent Indoor
registers are filled with 0xFFFF.
EXAMPLE
S/N : 0041
myid : 0A
version : 2.1.4
echo : 1
Query configuration

Commands Reference
CoolMaster PRM 16
www.coolautomation.com © 2015 Cool Automation LTD
Rev 4.08
baud 232: 9600
lcd : 8
simul : 0
CS count: 0
TO count: 0
Collisio: 0
NA Count: 0
MB CRC : 0
modaddr : 80
ignore : r
alive : 300 sec
OK
>set echo 0
OK
Set echo option (disable echo)
EXIT CODE
OK
Request Successfully Executed
COMPATIBILITY
deg C/F
v 2.5.6 CoolMaster 1000D
v 2.8.3 CoolMaster 4000M
baud
v 2.5.8
slink
v 2.5.7 CoolMaster 8000I(MH) only
master
CoolMaster 6000L/1000D
ignore r
v 2.8.9 CoolGate only
alive
v 2.9.3
4.1.14 simul
SYNOPSIS
simul <N>
DESCRIPTION
Simulate N indoor units. Simulation mode can be used to debug Home Automation Controller software
without connecting CoolMaster to Air Conditioning system line. To exit simulation mode set N to zero or
restart CoolMaster.
EXAMPLE
>simul 20
OK
Simulate 20 Indoor Units
>simul 0
OK
Terminate simulation mode
EXIT CODE
OK
Request Successfully Executed

Commands Reference
CoolMaster PRM 17
www.coolautomation.com © 2015 Cool Automation LTD
Rev 4.08
4.1.15 stat
SYNOPSIS
stat [UID]
DESCRIPTION
Get Indoor unit(s) status. Specific indoor unit can be addressed by UID. If no UID provided in request,
response will contain information about all units
EXAMPLE
>stat
100 ON 12C 12,41C High Cool OK
101 OFF 32C 04,93C Low Dry OK
102 ON 07C 08,27C High Dry OK
103 OFF 01C 26,84C Med Dry OK
104 ON 04C 24,08C High Dry OK
105 OFF 11C 07,23C Low Dry OK
106 ON 11C 14,91C Auto Dry OK
107 ON 27C 12,94C Med Cool OK
OK
>stat 101
101 OFF 32C 04,93C Low Dry OK
OK
RESPONSE
Position in String
Example
Format
Description
0-2
109
NNN
Indoor unit Centralized Address
4-6
ON
ON or OFF
On/Off Status
8-10
23C
NNC***
Set Temperature ºC
12-17
24,08C
NN,NNC***
Room Temperature ºC
19-22
Auto
Low,Med,High,Auto,Top
Fan Speed
24-27
Cool
Cool,Heat,Fan,Dry,Auto
Auto,Bps,HExc*
AutC,AutH,Norm**
Operation Mode
29-32
OK
OK or Xn, Xnn, nnnn
OK or Failure code
* - See vam command
** - See auto command
*** - In Fahrenheit mode Temperature is printed as NNNF, see example below:
101 ON 101F 057F Low Cool OK
EXIT CODE
OK
Request Successfully Executed
ERROR:1
Unit with specified UID not found
COMPATIBILITY
This command is obsolete and is supported only for backward compatibility.
EXTENSIONS
CoolMaster 4000M PAC-YG Support
In CoolMaster 4000M v2.5.6 or higher for PAC-YG66 (digital I/O extender) and PAC-YG63 (analog I/O
extender), stat,stat2,stat3 commands output format will differ from the mentioned above.

Commands Reference
CoolMaster PRM 18
www.coolautomation.com © 2015 Cool Automation LTD
Rev 4.08
·PAC-YG66. CoolMaster 4000M v2.5.6
>stat 012
012 DIG IN:001111 OUT:000001 OK
OK
Position in String
Example
Format
Description
0-2
012
NNN
PAC-YG66 Centralized Address
4-6
DIG
DIG
PAC-YG66 Identification
8-16
IN:001111
IN:XXXXXX
6 Digital inputs 1-6 status. X can be 0 or 1
18-27
OUT:0000001
OUT:XXXXXXX
6 Digital outputs 1-6 status. X can be 0 or 1
29-30
OK
OK or nnnn
OK or Failure code
·PAC-YG63. CoolMaster 4000M v2.5.6
>stat 011
011 ANA 007.5 278.8 OK
OK
Position in String
Example
Format
Description
0-2
011
NNN
PAC-YG63 Centralized Address
4-6
ANA
ANA
PAC-YG63 Identification
8-12
007.5
NNN.n
Analog input 1 value
13-17
278.8
NNN.n
Analog input 2 value
19-20
OK
OK or nnnn
OK or Failure code
4.1.16 stat2
SYNOPSIS
stat2 [UID]
DESCRIPTION
Get Indoor unit(s) status. Specific indoor unit can be addressed by UID. If no UID provided in request,
response will contain information about all units. stat2 compared to stat1 has additional Filter Reset
Sign indication
EXAMPLE
>stat2
100 ON 12C 12,41C High Cool OK 0
101 OFF 32C 04,93C Low Dry OK 1
102 ON 07C 08,27C High Dry OK 0
103 OFF 01C 26,84C Med Dry OK 0
104 ON 04C 24,08C High Dry OK 0
105 OFF 11C 07,23C Low Dry OK 0
106 ON 11C 14,91C Auto Dry OK 0
107 ON 27C 12,94C Med Cool OK 1
OK
>stat2 101
101 OFF 32C 04,93C Low Dry OK 0
OK

Commands Reference
CoolMaster PRM 19
www.coolautomation.com © 2015 Cool Automation LTD
Rev 4.08
RESPONSE
Position in String
Example
Format
Description
0-2
109
NNN
Indoor unit Centralized Address
4-6
ON
ON or OFF
On/Off Status
8-10
23C
NNC***
Set Temperature ºC
12-17
24,08C
NN,NNC***
Room Temperature ºC
20-23
Auto
Low,Med,High,Auto,Top
Fan Speed
25-28
Cool
Cool,Heat,Fan,Dry,Auto
Auto,Bps,HExc
AutC,AutH
Operation Mode
30-31/32/33
OK
OK or Xn, Xnn, nnnn
OK or Failure code
33/34/35
0
0 or 1
Filter Reset Sign present
* - See vam command
** - See auto command
*** - In Fahrenheit mode Temperature is printed as NNNF, see example below:
101 ON 101F 057F Low Cool OK 0
EXIT CODE
OK
Request Successfully Executed
ERROR:1
Unit with specified UID not found
COMPATIBILITY
CoolMaster 1000D
v 0.3.1
CoolMaster 2000S
any
CoolMaster 3000T
any
CoolMaster 4000M
any
CoolMaster 6000L
any
CoolMaster 7000F
any
CoolMaster 8000I(MH)
any
CoolMaster 9000H
any
CoolMaster G
any
SEE ALSO
CoolMaster 4000M PAC-YG Support
4.1.17 stat3,stat4
SYNOPSIS
stat3 [UID]
stat4 [UID]
DESCRIPTION
Get Indoor unit(s) status. Specific indoor unit can be addressed by UID. If no UID provided in request,
response will contain information about all units. stat3 compared to stat2 has no fractional part in the
room temperature presentation. stat4 compared to stat3 has additional THERMOSTAT_ON column.
EXAMPLE
>stat3
100 ON 12C 12C High Cool OK 0
101 OFF 32C 04C Low Dry OK 1
102 ON 07C 08C High Dry OK 0
OK
>stat4

Commands Reference
CoolMaster PRM 20
www.coolautomation.com © 2015 Cool Automation LTD
Rev 4.08
100 OFF 01C 26C Med Dry OK 0 0
101 ON 04C 24C High Dry OK 0 1
102 OFF 11C 07C Low Dry OK 0 0
OK
>stat3 101
101 OFF 32C 04C Low Dry OK 0
OK
RESPONSE
Position in String
Example
Format
Description
0-2
109
NNN
Indoor unit Centralized Address
4-6
ON
ON or OFF
On/Off Status
8-10
23C
NNC****
Set Temperature ºC
12-14
24C
NNC****
Room Temperature ºC
16-19
Auto
Low,Med,High,Auto,Top
Fan Speed
21-24
Cool
Cool,Heat,Fan,Dry,Auto
Auto,Bps,HExc
AutC,AutH
Operation Mode
26-27/28/29
OK
OK or Xn, Xnn, nnnn
OK or Failure code
stat3
***
0
0 or 1
Filter Reset Sign present
stat4
***
0
0 or 1
THERMOSTAT_ON (1-On, 0-Off)
* - See vam command
** - See auto command
*** - Depends on Failure code format
**** - In Fahrenheit mode Temperature is printed as NNNF, see example below:
101 ON 101F 057F Low Cool OK 0
EXIT CODE
OK
Request Successfully Executed
ERROR:1
Unit with specified UID not found
COMPATIBILITY
stat3
CoolMaster 1000D
v 2.0.9
CoolMaster 2000S
v 2.0.9
CoolMaster 3000T
v 2.0.9
CoolMaster 4000M
v 2.4.5
CoolMaster 6000L
any
CoolMaster 7000F
any
CoolMaster 8000I(MH)
any
CoolMaster 9000H
any
CoolMaster G
any
stat4
CoolMaster 1000D
v 2.7.8
CoolMaster 2000S
N.A.
CoolMaster 3000T
N.A.
CoolMaster 4000M
N.A.
CoolMaster 6000L
N.A.
CoolMaster 7000F
N.A.
CoolMaster 8000I(MH)
N.A.
This manual suits for next models
9
Table of contents
Other CoolAutomation Adapter manuals
Popular Adapter manuals by other brands

SMC Networks
SMC Networks WiShare SMCWTVA100 Quick installation guide

Mobotix
Mobotix MX-NPA-PoE-INT-Set Quick install

comwave
comwave 502 quick start guide

Supero
Supero AOC-CTG-i1S user guide

dallmeier
dallmeier Mountera Vandalproof Pole Adapter manual

American Dynamics
American Dynamics Tyco ADACTP01BNC Specifications