14.07.2017, 09:21
(This post was last modified: 14.07.2017, 09:22 by Erwin van der Zwart.)
Hi,
Values are indeed not showed in the client explorer tab, but they do answer to a request. (admin can you check this)
BR,
Erwin
Values are indeed not showed in the client explorer tab, but they do answer to a request. (admin can you check this)
Code:
require('bacnet')
value = bacnet.readvalue(100, 'binary input', 1)
log(value)
value = bacnet.readvalue(100, 'analog input', 1)
log(value)
BR,
Erwin