If your network includes sensors, you can add sensor signal mappings between your readings and assets.
This way, you can store readings for an asset and, if there are changes in your network later on, make the necessary adjustments.
To do so, just drag & drop a CSV file with your signal mappings files directly into your network.
The signal mappings files can be uploaded together with other network files in a ZIP file or added separately in existing networks.
Your CSV files need to have a specific format and date for Qatium to interpret them correctly as signal mappings files.
They should have the extension “.csv” and follow the structure below:
signalId,assetId,assetProperty
Mysignal,Pipe1,flow
Mysignal2,Pipe2,flow
...
Here are the asset properties that you can update in this way:
Asset | Property |
Supply Source / Tank | level (head) |
Junction | demand, pressure |
Pipe | flow, status |
Pump |
status, setting, upstream pressure, downstream pressure |
Valve |
status, setting, upstream pressure, downstream pressure |
- Only one signal mappings file can exist in the network. Every new file added will override any existing one(s).
- The “signalId” entries in the CSV file should be unique, no duplicates are accepted.