{
  "$schema": "https://modbus-monitor.github.io/modbus-device-maps/schemas/modbus-map.schema.json",
  "schema_version": "1.1.0",
  "id": "mikro/pfrlcd",
  "manufacturer": "Mikro",
  "manufacturer_slug": "mikro",
  "model": "PFRLCD",
  "slug": "pfrlcd",
  "title": "Mikro PFRLCD Modbus Register Map",
  "description": "Official Modbus Monitor XPF preview for the Mikro PFRLCD power meter, with 12 representative power, voltage, current signals.",
  "device_type": "Power Meter",
  "protocol": "Modbus RTU / Modbus TCP",
  "categories": [
    "Power",
    "Voltage",
    "Current",
    "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 voltage A Vrms",
      "display_address": "400019",
      "data_type": "FLOAT32",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "Phase current A Irms",
      "display_address": "400025",
      "data_type": "FLOAT32",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "Active power phase A W",
      "display_address": "400031",
      "data_type": "FLOAT32",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "Frequency Hz",
      "display_address": "400017",
      "data_type": "FLOAT32",
      "unit": "Hz",
      "category": "Frequency"
    },
    {
      "name": "Phase voltage B Vrms",
      "display_address": "400021",
      "data_type": "FLOAT32",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "Phase voltage C Vrms",
      "display_address": "400023",
      "data_type": "FLOAT32",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "Phase current B Irms",
      "display_address": "400027",
      "data_type": "FLOAT32",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "Phase current C Irms",
      "display_address": "400029",
      "data_type": "FLOAT32",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "Reactive power phase A VAR",
      "display_address": "400033",
      "data_type": "FLOAT32",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "Apparent power phase A VA",
      "display_address": "400035",
      "data_type": "FLOAT32",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "Power factor phase A",
      "display_address": "400037",
      "data_type": "FLOAT32",
      "unit": "PF",
      "category": "Power"
    },
    {
      "name": "Active power phase B W",
      "display_address": "400039",
      "data_type": "FLOAT32",
      "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=mikro/pfrlcd",
    "tester_url": "https://www.modbusmonitor.com/modbus-tester?utm_source=github&utm_medium=referral&utm_campaign=device_maps&utm_content=mikro/pfrlcd",
    "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."
}
