Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.nexalis.io/llms.txt

Use this file to discover all available pages before exploring further.

Table and standardization examples

This page provides examples of the actual tables and values available when querying through the Delta Sharing API. It complements the Data Model page by showing concrete outputs for raw, standardized, averaged, and high-frequency data.

Table examples

The patterns below reflect real sharing behavior.
  • nexalis_<org_name>_analog_Xminavg: standardized analog values at fixed period (e.g., 5-minute intervals), with normalization fields: assetType, logicalNode, dataObject, engUnits, multiplier and adder.
  • nexalis_<org_name>_discrete: discrete/event-oriented signals where value may be numeric code, boolean, or enum-like text.
avg_std row shape (analog):
siteNamedeviceModeldeviceIDsubDeviceIDdataPointdescriptiondtConnectorvalueassetTypelogicalNodedataObjectsubDataObjectengUnitsmultiplieradder
Site_ADemoSolar_SCADADemoSolar_SCADA021.03.07ns=2;s=[SITE_A]/PV/ARRAY_021/INV_07/MEAS_ACTIVE_POWERMEAS_ACTIVE_POWER2026-03-01T12:10:00Z12.8741INVMMXUTotWkW10
hf_std row shape (discrete):
siteNamedeviceModeldeviceIDsubDeviceIDdataPointdescriptiondtConnectorvalueassetTypelogicalNodedataObjectsubDataObject
Site_BDemoWind_SCADADemoWind_SCADA044.02.03ns=2;s=[SITE_B]/WTG/TURBINE_044/CTRL/ENUM_OPERATING_MODEENUM_OPERATING_MODE2026-03-01T12:11:19Z102WTGGAPCOpMode
Site_ADemoSolar_SCADADemoSolar_SCADA021.03.07ns=2;s=[SITE_A]/PV/ARRAY_021/INV_07/ALARM_CODE_4ALARM_CODE_42026-03-01T12:11:34Z1INVGAPCAlmSt
Site_BDemoWind_SCADADemoWind_SCADA044.02.09ns=2;s=[SITE_B]/WTG/TURBINE_044/YAW/AUTO_MODEAUTO_MODE2026-03-01T12:12:05ZTrueTRKMOTMotCALHAutoCtl

Standardization — Ten Practical Examples

Raw tags are mapped to the Nexalis Reference Data Model. This adds semantic fields such as assetType, logicalNode, dataObject, subDataObject, engUnits, and measurementType. How to read this: assetType = equipment class → logicalNode = tag group → dataObject (+ optional subDataObject) = the specific signal → measurementType = Analog/Discrete → engUnits = engineering units. Example:
subDeviceIDdataPoint (raw tag, example)assetTypelogicalNodedataObjectsubDataObjectengUnitsmeasurementType
INV_8896…/INV_8896/VPHSCAINVMMXUPPVphsCAVAnalog
INV_11B131…/INV_11B131/TOTWINVMMXUTotWkWAnalog
TRK_88103/NCU_2/37…/Tracker_Setpoint_37/SetpointTRKMOTGAPC¹PosReq°Analog
MTR_451…/MTR_451/DmdTotWhMeterMMXUDmdTotWhkWhAnalog
MS_01…/MS_01/POAInsolMeteoStaMMETPOAInsolW/m2Analog
SITE/HV…/SITE/XCBR/HV/PosSITEXCBRPosHVDiscrete
STR_112/Bifacial…/STR_112/Amp/BifacialStringMMDCAmpBifacialAAnalog
STO_02…/STO_02/SocEffWhPctSTODSTOSocEffWhPct%Analog
STO_INV_07…/STO_INV_07/DmdWSTO_INVMMXUDmdWkWAnalog
INV_330…/INV_330/TotWRefPctINVDINVTotWRefPct%Analog
What each row means (using the model descriptions):
  1. Inverter line-to-line voltage (C–A)INV.MMXU.PPV.phsCA
    Three Phase Measurements → Phase-to-Phase Voltage → Phase C-A, Analog in V.
  2. Inverter total active powerINV.MMXU.TotW
    Three Phase Measurements → Active Power (P), Analog in kW.
  3. Tracker setpoint positionTRKMOT.GAPC.PosReq
    Generic automatic process control → Motor setpoint position, Analog in °.
  4. Meter energy imported (from grid)Meter.MMXU.DmdTotWh
    Three Phase Measurements → Energy absorbed from the grid, Analog in kWh.
  5. Plane-of-Array irradianceMeteoSta.MMET.POAInsol
    Meteorological information → Plane of Array (POA) Irradiance, Analog in W/m2.
  6. HV breaker position at siteSITE.XCBR.Pos.HV
    Switching Circuit Breaker → Position status → High Voltage, Discrete (open/closed).
  7. String DC current (bifacial)String.MMDC.Amp.Bifacial
    DC Electrical Measurements → DC Current → Bifacial, Analog in A.
  8. BESS effective state of charge (energy-based)STO.DSTO.SocEffWhPct
    DER storage unit → Effective State of Charge based on available energy (Wh), Analog in %.
  9. BESS inverter AC charging powerSTO_INV.MMXU.DmdW
    Three Phase Measurements → AC Charging Power, Analog in kW.
  10. Inverter active-power reference (percent)INV.DINV.TotWRefPct
    DER Inverter Model → Active Power Reference setpoint in percentage, Analog in %.