{
  "$schema": "https://modbus-monitor.github.io/modbus-device-maps/schemas/modbus-map.schema.json",
  "schema_version": "1.1.0",
  "id": "allen-bradley/powermonitor-3000",
  "manufacturer": "Allen Bradley",
  "manufacturer_slug": "allen-bradley",
  "model": "PowerMonitor 3000",
  "slug": "powermonitor-3000",
  "title": "Allen Bradley PowerMonitor 3000 Modbus Register Map",
  "description": "Official Modbus Monitor XPF preview for the Allen Bradley PowerMonitor 3000 power meter, with 12 representative current, voltage, power signals.",
  "device_type": "Power Meter",
  "protocol": "Modbus RTU / Modbus TCP",
  "categories": [
    "Current",
    "Voltage",
    "Power",
    "Frequency",
    "Power Factor",
    "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": "L1 N voltage V",
      "display_address": "300108",
      "data_type": "UINT32",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "L1 current A",
      "display_address": "300100",
      "data_type": "UINT32",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "L1 real power VA",
      "display_address": "300300",
      "data_type": "UINT32",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "Frequency last cycle Hz",
      "display_address": "300124",
      "data_type": "UINT32",
      "unit": "Hz",
      "category": "Frequency"
    },
    {
      "name": "Three phase true pf",
      "display_address": "300506",
      "data_type": "UINT32",
      "unit": "-",
      "category": "Power Factor"
    },
    {
      "name": "Projected demand I",
      "display_address": "300408",
      "data_type": "UINT32",
      "unit": "kW",
      "category": "Demand"
    },
    {
      "name": "Metering iteration",
      "display_address": "300126",
      "data_type": "UINT32",
      "unit": "-",
      "category": "General"
    },
    {
      "name": "L2 current A",
      "display_address": "300102",
      "data_type": "UINT32",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "L3 current A",
      "display_address": "300104",
      "data_type": "UINT32",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "Avg Current A",
      "display_address": "300106",
      "data_type": "UINT32",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "L2 N voltage V",
      "display_address": "300110",
      "data_type": "UINT32",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "L3 N voltage V",
      "display_address": "300112",
      "data_type": "UINT32",
      "unit": "V",
      "category": "Voltage"
    }
  ],
  "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=allen-bradley/powermonitor-3000",
    "tester_url": "https://www.modbusmonitor.com/modbus-tester?utm_source=github&utm_medium=referral&utm_campaign=device_maps&utm_content=allen-bradley/powermonitor-3000",
    "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."
}
