Difference between revisions of "CoolMasterNet FAQ"
Line 115: | Line 115: | ||
}} | }} | ||
This command will set Modbus Slave Address 0x50(hexadecimal) | This command will set Modbus Slave Address 0x50(hexadecimal) | ||
+ | |||
+ | ==CoolRemote== | ||
+ | |||
+ | === How do I change Celsius/Fahrenheit temperature presentation === |
Revision as of 05:24, 10 October 2016
General
How to make connection from PC
We suggest to use Putty - a simple and free terminal program. Connection can be done via RS232 or TCP/IP.
How do I change a name of the Indoor unit on LCD screen
Below command will give Indoor unit L1.101 a name "Room 1"
>props L1.101 name Room 1 |
To remove name and return to L1.101
>props L1.101 name_ |
Space after name is vital.
How do I make Indoor unit invisible on LCD screen
Below command will make Indoor unit L1.101 invisible on LCD screen
>props L1.101 visible 0 |
To make it back visible:
>props L1.101 visible 1 |
Take into account the fact that invisibility is related only to LCD screen and it does not affect ls command output
Networking
How do I change IP address and/or other network settings
IP network configuration is made with ifconfig command described in PRM document.
HVAC Connection
How to provide DC output on line L1
For Daikin or Mitsubishi Electric Non—VRV/VRF equipment, DC voltage supply by CoolMasterNet might be required for proper operation. Before enabling DC output from CoolMasterNet make sure there is no DC voltage on HVAC communication line. If no DC voltage detected: Daikin 14-16V DC, Mitsubishi 28-30V DC, do following:
- Disconnect CoolMasterNet from power and HVAC line.
- Change the dip switches S1 and S2 as shown below.
Daikin | Mitsubishi Electric |
---|---|
![]() |
![]() |
- Turn ON the power for CoolMasterNet and connect it to HVAC line.
- Issue below command:
>line DCOUT L1 + |
and power reset CoolMasterNet
Daikin
Daikin wired remote weekly schedule has gone
Local Daikin wired remotes have weekly schedule function. When any central controller is connected (CoolMasterNet, DCS302, I-Touch, e.t.c) – this function is disabled by default. In BRC1D, you can set the 1B.5 field setting to 01, and get the schedule working again, even if central controller is connected.
Modbus RTU
How to enable Modbus RTU on line L3
Below command will enable Modbus RTU functionality on line L3.
>line type L3 CG5 |
CG5 stands for "CoolGate5", which is a new Modbus RTU implementation in CoolMasterNet (see details). There is also a CG4 option which will enable an implementation backward compatible with a legacy "CoolGate" device.
How to query or change Modbus Slave Address
Modbus Slave Address is available via line command.
>line
L1: SA U00/G05 myid:E5 Simul(5) |
To change Modbus Slave Address use line command as shown below:
>line myid L3 50 |
This command will set Modbus Slave Address 0x50(hexadecimal)