;创建者:王剑锋 ;创建时间:9:55 2012-10-19 ;协议名称: ;首次使用项目:肯特大金 ;注意,首次写ini文件,Index的超始值是0 #Rs485协议命令 [CMD] #;命令总数 cmd-count=16 cmd-1=设置运转 cmd-2=设置风量 cmd-3=设置温度 cmd-4=设置运转模式 ;----------------- cmd-5=设定温度 cmd-6=回风温度 cmd-7=制冷温度上限 cmd-8=制冷温度下限 cmd-9=制热温度上限 cmd-10=制热温度下限 cmd-11=开关状态[0:关、1:开] cmd-12=运行模式[60H:送风、61H:制热、62H:制冷、63H:自动、67H:除湿] cmd-13=风扇风量[1XH:低风、5XH:强风(取高4位,低4位无关)] cmd-14=风量等级 cmd-15=6保留字节 cmd-16=告警代码 ;设置运转 [cmd-1] SendCmd=6 Index= Len= type=BYTE ;设置风量 [cmd-2] SendCmd=10 Index= Len= type=BYTE ;设置温度 [cmd-3] SendCmd=9 Index= Len= type=BYTE ;设置运转模式 [cmd-4] SendCmd=8 Index= Len= type=BYTE ;------------------- ;设定温度 [cmd-5] SendCmd=5 Index=4 Len=1 type=BYTE ;回风温度 [cmd-6] SendCmd=5 Index=5 Len=1 type=BYTE ;制冷温度上限 [cmd-7] SendCmd=5 Index=6 Len=1 type=BYTE ;制冷温度下限 [cmd-8] SendCmd=5 Index=7 Len=1 type=BYTE ;制热温度上限 [cmd-9] SendCmd=5 Index=8 Len=1 type=BYTE ;制热温度下限 [cmd-10] SendCmd=5 Index=9 Len=1 type=BYTE ;开关状态 [cmd-11] SendCmd=5 Index=10 Len=1 type=BYTE ;运行模式 [cmd-12] SendCmd=5 Index=11 Len=1 type=BYTE ;风扇风量 [cmd-13] SendCmd=5 Index=12 Len=1 type=BYTE ;风量等级 [cmd-14] SendCmd=5 Index=13 Len=1 type=BYTE ;6保留字节 [cmd-15] SendCmd=5 Index=14 Len=6 type=BYTE ;告警代码 [cmd-16] SendCmd=5 Index=20 Len=2 type=BYTE #Rs232协议命令类型 [TYPE] #类型总数 type-count=4 #十六进制,BB代表Daikin协议 type-1=DK_MD