(21.12.2023, 13:19)Daniel Wrote: W4K does not support what LM has, stick to default solutions what SE provides.
OK, I will investigate.
Hope my script still will work with this device
This is the basics of the script in the LM:
value = bacnet.readvalue(2457601, 'analog input',12)
value = float2hex(value)
mb1etregisters(24, lmcore.hextoint(string.sub(value,1,4)))
mb1etregisters(25, lmcore.hextoint(string.sub(value,-4)))
Now I need to find an equivalent of the bacnet.readvalue function