Home AMX User Forum AMXForums Archive Threads AMX Hardware
Options

NI700 - CTG EIB Gateway PROBLEM

I have a problem with setting temperature on EIS5 address from controler. The gateway that i am using is LITE (small with 128 addresses). With big one i did not have problem !


in EIB_Table i have defined addres like this
CASE 21 : SEND_COMMAND vdvEIB, "'ADD=21:2Byte:1/1/2:EIS5,PS'"          //temp zadata

I am sending command like this :
SEND_COMMAND vdvEIB,"'EIS5=16:18.00'"

and in notofication tab i see error 104 that data is out of range, or something like that
Line      1 (15:38:45):: Command To [33001:1:1]-[EIS5=16:1800]
Line      2 (15:38:45):: Command From [33001:1:1]-[EIS5=16:1800]
Line      3 (15:38:45):: String To [5001:1:1]-[ods (15) $2DF9$0D]
Line      4 (15:38:45):: String From [5001:1:1]-[!error $0104 : <ods (15) $2DF9>$0A$0D]
Line      5 (15:38:45):: Level Value To [33001:1:1] - Level 16  Value= 11769
Line      6 (15:38:45):: String To [33001:1:1]-[SET=16:11769]
Line      7 (15:38:45):: String From [33001:1:1]-[SET=16:11769]
Line      8 (15:38:45):: String To [33001:1:1]-[EIS5=16:489.28]
Line      9 (15:38:45):: String From [33001:1:1]-[EIS5=16:489.28]
Line     10 (15:38:46):: String To [5001:1:1]-[svs $BA582230$0D]
Line     11 (15:38:46):: String To [5001:1:1]-[svg$0D]
Line     12 (15:38:46):: String From [5001:1:1]-[<svg>$867CA3CF $0A$0D]

How to solve that problem ????

Comments

  • Options
    VladaPUBVladaPUB Posts: 139
    Software BUG in modul, now it is ok :)

    Thanks to Comm-Tec crew :)
Sign In or Register to comment.