{
  "$schema": "https://modbus-monitor.github.io/modbus-device-maps/schemas/modbus-map.schema.json",
  "schema_version": "1.1.0",
  "id": "acrel/adl3000",
  "manufacturer": "Acrel",
  "manufacturer_slug": "acrel",
  "model": "ADL3000",
  "slug": "adl3000",
  "title": "Acrel ADL3000 Modbus Register Map",
  "description": "Official Modbus Monitor XPF preview for the Acrel ADL3000 power meter, with 12 representative energy, voltage, current signals.",
  "device_type": "Power Meter",
  "protocol": "Modbus RTU / Modbus TCP",
  "categories": [
    "Energy",
    "Voltage",
    "Current",
    "Power",
    "Frequency"
  ],
  "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": "Phase A voltage",
      "display_address": "400097",
      "data_type": "UINT16",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "Phase A current",
      "display_address": "400100",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "Phase A kw",
      "display_address": "400103",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Power"
    },
    {
      "name": "Total kwh",
      "display_address": "400000",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Frequency",
      "display_address": "400119",
      "data_type": "UINT16",
      "unit": "Hz",
      "category": "Frequency"
    },
    {
      "name": "Year month",
      "display_address": "400060",
      "data_type": "UINT16",
      "unit": "-",
      "category": "General"
    },
    {
      "name": "Total import kwh",
      "display_address": "400010",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Total export kwh",
      "display_address": "400020",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Total kvarh",
      "display_address": "400030",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Total import kvarh",
      "display_address": "400040",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Total export kvarh",
      "display_address": "400050",
      "data_type": "UINT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Phase B voltage",
      "display_address": "400098",
      "data_type": "UINT16",
      "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=acrel/adl3000",
    "tester_url": "https://www.modbusmonitor.com/modbus-tester?utm_source=github&utm_medium=referral&utm_campaign=device_maps&utm_content=acrel/adl3000",
    "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."
}
