At frist i want to say thank you for a great piece of software! I´m really impressed by its stability and usability. I´m using Scadabr Version 1.12..4 on Ubuntu 12.4.
My Problem: I´m not to familiar with javascript. But I´m trying to merge different binary datapoint, which i collect over Modbus. Lets say i have to floors in a building and on every floor are 10 binary datapoints. To create a overview for the user, i created 2 meta datapoints. One for each floor. In these Datapoints i collect the 10 datapoints from the floors and i want to display a change in one of these floors. I wanted to collect them by the script in the metadatapoint and this is my script (only with to datapoints as a example):
if (p31 === true || p113 === true){return true;}else{return false;}