08.08.2018, 11:00
First, add a certain tag to all objects via mass edit. Then create an event script which is mapped to the tag you've added. If your range is 32/1/1..32/1/200 then you don't need any extra conversion since it is 65793..65992 in numeric form.
Code:
require('bacnet')
value = event.getvalue()
bacnet.write(127001, 'analog value', event.dstraw, value)