10.03.2019, 08:52
(This post was last modified: 10.03.2019, 08:58 by Erwin van der Zwart.)
Hi,
Yes should work but i think i try to multiply a string value in line 6.
Change FW[1] to tonumber(FW[1]) and do the same with 2 and 3.
Or remove line 6 to get the FW as RAW string, we needed it to BACnet
and the controller does not support BACnet string values so that is why
we convert it to a analog value like 2003001. In this case it’s FW 2.3.1
BR,
Erwin
Yes should work but i think i try to multiply a string value in line 6.
Change FW[1] to tonumber(FW[1]) and do the same with 2 and 3.
Or remove line 6 to get the FW as RAW string, we needed it to BACnet
and the controller does not support BACnet string values so that is why
we convert it to a analog value like 2003001. In this case it’s FW 2.3.1
BR,
Erwin