Hello,
I have 3 sensors getting active power readings from 3 generators every second. I am currently using 3 tables, one for each sensor, to store the active power readings. My intention is to be able to display the power production from each generator and also to be able to sum the production from all the generators ever second.
I have two questions:
- how can i calculate the sum of the readings considering that the values are in different tables
- i intend to expand the system to about 40 generators, is this approach the best or there is a better way of doing this?
Thanks