{
  "$schema": "https://modbus-monitor.github.io/modbus-device-maps/schemas/modbus-map.schema.json",
  "schema_version": "1.1.0",
  "id": "schneider-electric/cm2000",
  "manufacturer": "Schneider Electric",
  "manufacturer_slug": "schneider-electric",
  "model": "CM2000",
  "slug": "cm2000",
  "title": "Schneider Electric CM2000 Modbus Register Map",
  "description": "Schneider Electric CM2000 Modbus map and register map with sample Modbus registers, register addresses, and power meter overview for engineers. Works with Modbus Monitor XPF (import directly) and includes downloadable CSV access in-app.",
  "device_type": "Power Meter",
  "protocol": "Modbus",
  "categories": [
    "Power",
    "Current",
    "Voltage",
    "Harmonics",
    "Frequency",
    "Temperature"
  ],
  "address_display_convention": "Display address copied from the published preview. Modbus reference-number and zero-based offset conventions vary by device; verify the linked documentation and manufacturer manual before polling.",
  "registers": [
    {
      "name": "Voltage phase A to B Volts",
      "display_address": "401014",
      "data_type": "UINT16",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "Current phase A Amps",
      "display_address": "401003",
      "data_type": "UINT16",
      "unit": "A",
      "category": "Current"
    },
    {
      "name": "True power factor phase A",
      "display_address": "401031",
      "data_type": "UINT16",
      "unit": "PF",
      "category": "Power"
    },
    {
      "name": "Frequency Hertz",
      "display_address": "401001",
      "data_type": "UINT16",
      "unit": "Hz",
      "category": "Frequency"
    },
    {
      "name": "Time remaining in demand interval Seconds",
      "display_address": "401752",
      "data_type": "UINT16",
      "unit": "kW",
      "category": "Demand"
    },
    {
      "name": "Temperature inside CM enclosure Degrees C",
      "display_address": "401002",
      "data_type": "UINT16",
      "unit": "degC",
      "category": "Temperature"
    },
    {
      "name": "Harmonic factor phase A",
      "display_address": "401108",
      "data_type": "UINT16",
      "unit": "-",
      "category": "Harmonics"
    },
    {
      "name": "Update interval second",
      "display_address": "401000",
      "data_type": "UINT16",
      "unit": "-",
      "category": "General"
    },
    {
      "name": "Current phase B Amps",
      "display_address": "401004",
      "data_type": "UINT16",
      "unit": "A",
      "category": "Current"
    },
    {
      "name": "Current phase C Amps",
      "display_address": "401005",
      "data_type": "UINT16",
      "unit": "A",
      "category": "Current"
    },
    {
      "name": "Current neutral Amps",
      "display_address": "401006",
      "data_type": "UINT16",
      "unit": "A",
      "category": "Current"
    },
    {
      "name": "Current ground Amps",
      "display_address": "401007",
      "data_type": "UINT16",
      "unit": "A",
      "category": "Current"
    }
  ],
  "register_count": 12,
  "documentation_url": "https://docs.quantumbitsolutions.com/products/xpf/device-maps/schneider-electric/cm2000/",
  "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=schneider-electric/cm2000",
    "tester_url": "https://www.modbusmonitor.com/modbus-tester?utm_source=github&utm_medium=referral&utm_campaign=device_maps&utm_content=schneider-electric/cm2000",
    "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.",
  "guide_status": "published"
}
