Addition for two modbus address
-
Hi,
I have a Modbus device which sense temperature. It holds main part in address location 10 and the decimal part in address location 11 (eg:. temp is 25.5 ---> 25 is in add 10 and 0.5 is in add 11). can you please tell me how to join these two separate numbers together in Mango. I am very new to Mango but I wonder seeing the power of the software.
Cheers
Dissa
-
You will first need to define a Modbus data source and add your two points to it. Then take a look at the Meta Data Source. You can use the two modbus data points as input to a meta data point that combines them using javascript.