01.03.2018, 11:11
You can use HTTP(s) / remote services. Using BACnet for this has no advantages.
Option 1: Create an event script mapped to a certain tag that will send values via grp.update call on other LM. This way no polling is needed.
Options 2: Use polling by requesting exported object list from another LM. Go through that list and use grp.checkupdate to update local values. This might save some resources if very frequent update is not needed.
Option 1: Create an event script mapped to a certain tag that will send values via grp.update call on other LM. This way no polling is needed.
Options 2: Use polling by requesting exported object list from another LM. Go through that list and use grp.checkupdate to update local values. This might save some resources if very frequent update is not needed.