-
Notifications
You must be signed in to change notification settings - Fork 11
water balances
Xavier Torret edited this page Apr 5, 2022
·
18 revisions
Giswater is capable of generate water balances joining information from CRM values and SCADA values. The main issues to known are:
- Information of water volume of customers need to be stored on
crm_hydrometer_x_data
table - Information for SCADA need to be stored on
rtc_scada_x_dma
table - Information for SCADA values can be get by using some customized table like
rtc_scada_value_flow
andrtc_scada_value_press
The mapzones analysis algorithm is enable to relate hydrometers & connecs and also nodes with dma. By this the whole features will be related to their DMA. To do this you need to configure and trigger it:
After that, to work with water balances it is simple by executing the sumatory query from customized table rtc_scada_flow_values
by comparing aggregate values with crm_hydrometer_x_data aggregate values also!