{
  "$schema": "https://modbus-monitor.github.io/modbus-device-maps/schemas/modbus-map.schema.json",
  "schema_version": "1.1.0",
  "id": "dent-instruments/powerscount-3037",
  "manufacturer": "Dent Instruments",
  "manufacturer_slug": "dent-instruments",
  "model": "PowerScount 3037",
  "slug": "powerscount-3037",
  "title": "Dent Instruments PowerScount 3037 Modbus Register Map",
  "description": "Official Modbus Monitor XPF preview for the Dent Instruments PowerScount 3037 power meter, with 12 representative power, energy, voltage signals.",
  "device_type": "Power Meter",
  "protocol": "Modbus RTU / Modbus TCP",
  "categories": [
    "Power",
    "Energy",
    "Voltage",
    "Current",
    "Frequency",
    "Demand"
  ],
  "address_display_convention": "Display address copied from the official XPF map preview. Modbus reference-number and zero-based offset conventions vary by device; verify the manufacturer manual before polling or writing.",
  "registers": [
    {
      "name": "Voltage line to line Volts",
      "display_address": "404016",
      "data_type": "UINT16",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "Phase currents L1 A",
      "display_address": "404055",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "System total true power kW",
      "display_address": "404002",
      "data_type": "UINT16",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "System total true energy kWh",
      "display_address": "404000",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Line frequency Hz",
      "display_address": "404021",
      "data_type": "UINT16",
      "unit": "Hz",
      "category": "Frequency"
    },
    {
      "name": "System maximum demand",
      "display_address": "404003",
      "data_type": "UINT16",
      "unit": "kW",
      "category": "Demand"
    },
    {
      "name": "Average of all phases",
      "display_address": "404015",
      "data_type": "UINT16",
      "unit": "-",
      "category": "General"
    },
    {
      "name": "Average power kW",
      "display_address": "404004",
      "data_type": "UINT16",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "System maximum instantaneous kW",
      "display_address": "404005",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Power"
    },
    {
      "name": "System minimum instantaneous kW",
      "display_address": "404006",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Power"
    },
    {
      "name": "System total reactive energy kVARh",
      "display_address": "404007",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "System total reactive power kVAR",
      "display_address": "404009",
      "data_type": "UINT16",
      "unit": "kW",
      "category": "Power"
    }
  ],
  "register_count": 12,
  "guide_status": "upcoming",
  "documentation_url": null,
  "product": {
    "name": "Modbus Monitor XPF",
    "full_map_url": "https://www.modbusmonitor.com/download?utm_source=github&utm_medium=referral&utm_campaign=device_maps&utm_content=dent-instruments/powerscount-3037",
    "tester_url": "https://www.modbusmonitor.com/modbus-tester?utm_source=github&utm_medium=referral&utm_campaign=device_maps&utm_content=dent-instruments/powerscount-3037",
    "request_url": "https://github.com/Modbus-Monitor/modbus-device-maps/issues/new/choose"
  },
  "license_notice": "See DATA_LICENSE.md and DISCLAIMER.md in the repository root."
}
