24.05.2017, 07:07
Yes, everything has to be done via scripts. Full device scan is not supported in BACnet Lua library right now. All values should be requested via polling (Change-Of-Value is not supported).
Priority array allows several control points to set value based on their priority. The resulting value is the first one that is not NULL, with 16 being the lowest priority. If LM is a single control point then the priority does not matter.
5000 objects is a lot, I strongly suggest using Load Balancer for this project.
In the attached page you have one object of type "Multi-state input", which is basically a number mapped to a textual value (like Custom object values in LM).
Priority array allows several control points to set value based on their priority. The resulting value is the first one that is not NULL, with 16 being the lowest priority. If LM is a single control point then the priority does not matter.
5000 objects is a lot, I strongly suggest using Load Balancer for this project.
In the attached page you have one object of type "Multi-state input", which is basically a number mapped to a textual value (like Custom object values in LM).