{
  "$schema": "https://modbus-monitor.github.io/modbus-device-maps/schemas/modbus-map.schema.json",
  "schema_version": "1.1.0",
  "id": "farnell/iem3100-iem3200",
  "manufacturer": "Farnell",
  "manufacturer_slug": "farnell",
  "model": "iEM3100, iEM3200",
  "slug": "iem3100-iem3200",
  "title": "Farnell iEM3100, iEM3200 Modbus Register Map",
  "description": "Official Modbus Monitor XPF preview for the Farnell iEM3100, iEM3200 power meter, with 12 representative current, energy, voltage signals.",
  "device_type": "Power Meter",
  "protocol": "Modbus RTU / Modbus TCP",
  "categories": [
    "Current",
    "Energy",
    "Voltage",
    "Power",
    "Frequency",
    "Status"
  ],
  "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": "Current Avg Voltage A",
      "display_address": "403010",
      "data_type": "FLOAT32",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "I1 phase 1 current A",
      "display_address": "403000",
      "data_type": "FLOAT32",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "Power System",
      "display_address": "402016",
      "data_type": "UINT16",
      "unit": "kW",
      "category": "Power"
    },
    {
      "name": "Energy Pulse Duration Millisecond",
      "display_address": "402129",
      "data_type": "UINT16",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Nominal Frequency Hz",
      "display_address": "402017",
      "data_type": "UINT16",
      "unit": "Hz",
      "category": "Frequency"
    },
    {
      "name": "Digital Output Control Mode Status",
      "display_address": "409673",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Status"
    },
    {
      "name": "Serial Number",
      "display_address": "400130",
      "data_type": "UINT32",
      "unit": "-",
      "category": "Identification"
    },
    {
      "name": "Meter Operation Timer Secon",
      "display_address": "402004",
      "data_type": "UINT32",
      "unit": "-",
      "category": "General"
    },
    {
      "name": "Address",
      "display_address": "406501",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Communication"
    },
    {
      "name": "Pulse Weight pulsekWh",
      "display_address": "402132",
      "data_type": "FLOAT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "I2 phase 2 current A",
      "display_address": "403002",
      "data_type": "FLOAT32",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "I3 phase 3 current A",
      "display_address": "403004",
      "data_type": "FLOAT32",
      "unit": "-",
      "category": "Current"
    }
  ],
  "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=farnell/iem3100-iem3200",
    "tester_url": "https://www.modbusmonitor.com/modbus-tester?utm_source=github&utm_medium=referral&utm_campaign=device_maps&utm_content=farnell/iem3100-iem3200",
    "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."
}
