Combine measured signals into a calculated time series for analysis, comparison, and CSV export.
A virtual meter in SmartgridX is a calculated time series. It combines existing measurement points with addition, subtraction, and optional multiplication factors.
A SmartgridX virtual meter is an analysis tool. It does not create a physical meter, change the controller topology, or become a control reference for the SmartgridOne controller.
| Question | Example formula |
|---|---|
| What is the combined power of two transformer feeders? | Transformer total = Meter A + Meter B |
| How much load is not covered by the known submeters? | Unmetered load = Main meter - Submeter 1 - Submeter 2 |
| What is the total of several comparable assets? | Asset total = Source 1 + Source 2 + Source 3 |
| Does a source require a conversion factor? | Converted value = 0.001 x Source |
Only combine signals with compatible units and sign conventions. SmartgridX warns when a formula contains mixed units, but it cannot decide whether the result is electrically meaningful.
Combined transformer power.The virtual series is drawn as a separate, highlighted line. Select Export CSV to export the plotted real and virtual series together.
Suppose one site receives power through two transformers and each feeder has its own meter:
Meter transformer A ──┐
├── Combined transformer power = A + B
Meter transformer B ──┘
Use the same power field and unit for both sources. Before using the result, verify the direction of each meter with a known import or export event. A reversed meter can make a correct formula produce an incorrect total.
If a main meter covers an entire switchboard while two branches have their own submeters, the remaining load can be estimated as:
Unmetered remainder = Main meter - Branch meter A - Branch meter B
This result is intended for investigation and reporting. For continuous controller-side calculation, continue with the setup guide.
Sources do not always report at exactly the same timestamp. SmartgridX aligns the available samples and carries the latest known value forward between samples. The virtual line starts only after every source has delivered at least one value in the selected period.
This has practical consequences:
| You need to... | Use... |
|---|---|
| compare, add, or subtract arbitrary telemetry | SmartgridX virtual meter |
| export a calculated series with the chart data | SmartgridX virtual meter |
| calculate the unmeasured remainder below one real meter continuously | SmartgridOne virtual energy submeter |
| aggregate several physical meters for a shared control boundary | advanced groups in the controller |
| enforce separate limits for independent grid connections | separate electrical control boundaries; do not replace them with one analysis formula |
See Virtual energy meters and meter aggregation for the controller-side options and their safety boundaries.
| Observed problem | First check |
|---|---|
| The virtual line is empty | Every source must have data in the selected period. |
| The result has the wrong sign | Check the import/export convention and switch the affected source between addition and subtraction. |
| The result is unexpectedly large | Check the multiplication factors and units. |
| The formula disappears later | Save the analysis after editing the virtual meter. |
| The chart is correct but the controller does not react | This virtual meter is analysis-only; configure the controller topology separately. |