;创建者:王剑锋 ;创建时间:16:55 2012-07-27 ;协议名称:佳力图13系列 ;设备型号:佳力图13系列空调 ;首次使用项目:深圳\供电局\佳力图13系列空调 ;注意,首次写ini文件,Index的超始值是0 ;波特率9600 ;1位起始位 ;8位数据位 ;无校验 ;1位停止位 #Rs232协议命令 [CMD] #;命令总数 cmd-count=27 ; 00H -- 获取系统状态; ; (1==开,0==关) cmd-1=制冷状态(理论上) cmd-2=去湿状态(理论上) cmd-3=风机状态(理论上) cmd-4=加热状态(理论上) cmd-5=加湿状态(理论上) cmd-6=压缩机状态(实际) cmd-7=风机状态(实际) cmd-8=加热器状态(实际) cmd-9=加湿器状态(实际) cmd-10=机组工作状态(12H:单冷,02H:冷热,00H:温湿) cmd-11=温度高报警(1:报警,0:不报) cmd-12=温度低报警 cmd-13=湿度高报警 cmd-14=湿度低报警 cmd-15=相位错报警 cmd-16=加湿器淤塞报警 cmd-17=火警 cmd-18=溢水报警 cmd-19=加热器淤塞报警 cmd-20=压缩机低压 cmd-21=压缩机高压 cmd-22=风机过载 cmd-23=机组单联机状态 cmd-24=机组开关机状态 cmd-25=当前温度值 cmd-26=当前湿度值 cmd-27=开关机 ;----------- [cmd-1] SendCmd=00 Index=1 Len=1 Bit=3 type=BYTE [cmd-2] SendCmd=00 Index=1 Len=1 Bit=4 type=BYTE [cmd-3] SendCmd=00 Index=1 Len=1 Bit=5 type=BYTE [cmd-4] SendCmd=00 Index=1 Len=1 Bit=6 type=BYTE [cmd-5] SendCmd=00 Index=1 Len=1 Bit=7 type=BYTE [cmd-6] SendCmd=00 Index=8 Len=1 Bit=4 type=BYTE [cmd-7] SendCmd=00 Index=8 Len=1 Bit=5 type=BYTE [cmd-8] SendCmd=00 Index=8 Len=1 Bit=6 type=BYTE [cmd-9] SendCmd=00 Index=8 Len=1 Bit=7 type=BYTE [cmd-10] SendCmd=00 Index=10 Len=1 type=BYTE [cmd-11] SendCmd=00 Index=11 Len=1 Bit=0 type=BYTE [cmd-12] SendCmd=00 Index=11 Len=1 Bit=1 type=BYTE [cmd-13] SendCmd=00 Index=11 Len=1 Bit=2 type=BYTE [cmd-14] SendCmd=00 Index=11 Len=1 Bit=3 type=BYTE [cmd-15] SendCmd=00 Index=14 Len=1 Bit=0 type=BYTE [cmd-16] SendCmd=00 Index=14 Len=1 Bit=1 type=BYTE [cmd-17] SendCmd=00 Index=14 Len=1 Bit=2 type=BYTE [cmd-18] SendCmd=00 Index=14 Len=1 Bit=3 type=BYTE [cmd-19] SendCmd=00 Index=14 Len=1 Bit=4 type=BYTE [cmd-20] SendCmd=00 Index=14 Len=1 Bit=5 type=BYTE [cmd-21] SendCmd=00 Index=14 Len=1 Bit=6 type=BYTE [cmd-22] SendCmd=00 Index=14 Len=1 Bit=7 type=BYTE [cmd-23] SendCmd=00 Index=15 Len=1 Bit=2 type=BYTE [cmd-24] SendCmd=00 Index=15 Len=1 Bit=5 type=BYTE [cmd-25] SendCmd=00 Index=17 Len=2 type=UINT [cmd-26] SendCmd=00 Index=19 Len=2 type=UINT ;开关机 [cmd-27] SendCmd=03 Index=9 Len=1 type=BYTE #Rs232协议命令类型 [TYPE] #类型总数 type-count=27 #十六进制,BB代表canatal协议 type-1=canatal-13