11.10.2016, 10:21
Small suggestion, replace this:
With this:
Code:
position_plus = Scada.encodeGroupAddress('6/0/54'); // Position
objectStore.addListener(position_plus, function(obj, type) {
With this:
Code:
grp.listen('6/0/54', function(obj, type) {