;创建者:王剑锋 ;创建时间:9:55 2012-10-19 ;协议名称: ;首次使用项目:肯特大金 ;注意,首次写ini文件,Index的超始值是0 #Rs485协议命令 [CMD] #;命令总数 cmd-count=15 cmd-1=设置运转 cmd-2=设置风量 cmd-3=设置温度 cmd-4=设置运转模式 cmd-5=加湿器状态(0:关 1:开) cmd-6=电加热器状态(0:关 1:开) cmd-7=风扇状态(0:关 1:开) cmd-8=压缩机状态(0:关 1:开) cmd-9=运转状态(0:关 1:开) cmd-10=过滤网状态(0:关 1:开) cmd-11=当前运转模式 cmd-12=设定温度 cmd-13=回风温度 cmd-14=风扇1风量 cmd-15=风扇2风量 ;设置运转 [cmd-1] SendCmd=45 Index=15 Len=2 type=BYTE ;设置风量 [cmd-2] SendCmd=E0 Index=15 Len=2 type=BYTE ;设置温度 [cmd-3] SendCmd=E0 Index=15 Len=2 type=BYTE ;设置运转模式 [cmd-4] SendCmd=E0 Index=15 Len=2 type=BYTE ;加湿器状态 [cmd-5] SendCmd=E0 Index=16 Len=1 type=BIT StaBit=2 EndBit=2 ;电加热器状态 [cmd-6] SendCmd=E0 Index=16 Len=1 type=BIT StaBit=1 EndBit=1 ;风扇状态 [cmd-7] SendCmd=E0 Index=16 Len=1 type=BIT StaBit=0 EndBit=0 ;压缩机状态 [cmd-8] SendCmd=E0 Index=17 Len=1 type=BIT StaBit=1 EndBit=1 ;运转状态 [cmd-9] SendCmd=E0 Index=17 Len=1 type=BIT StaBit=0 EndBit=0 ;过滤网状态 [cmd-10] SendCmd=E0 Index=18 Len=1 type=BIT StaBit=3 EndBit=3 ;当前运转模式 [cmd-11] SendCmd=E0 Index=19 Len=1 type=UINT ;设定温度 [cmd-12] SendCmd=E0 Index=34 Len=3 type=UINT ;回风温度 [cmd-13] SendCmd=E0 Index=37 Len=3 type=UINT ;风扇1风量 [cmd-14] SendCmd=E0 Index=40 Len=1 type=UINT ;风扇2风量 [cmd-15] SendCmd=E0 Index=41 Len=1 type=UINT #Rs232协议命令类型 [TYPE] #类型总数 type-count=4 #十六进制,BB代表Daikin协议 type-1=DK