{
  "$schema": "https://modbus-monitor.github.io/modbus-device-maps/schemas/modbus-map.schema.json",
  "schema_version": "1.1.0",
  "id": "saci/tcil2",
  "manufacturer": "Saci",
  "manufacturer_slug": "saci",
  "model": "TCIL2",
  "slug": "tcil2",
  "title": "Saci TCIL2 Modbus Register Map",
  "description": "Official Modbus Monitor XPF preview for the Saci TCIL2 power meter, with 12 representative energy, voltage, current signals.",
  "device_type": "Power Meter",
  "protocol": "Modbus RTU / Modbus TCP",
  "categories": [
    "Energy",
    "Voltage",
    "Current",
    "Power",
    "Frequency",
    "Harmonics"
  ],
  "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": "Average value of three phase voltages V",
      "display_address": "300096",
      "data_type": "FLOAT32",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "Average value of three phase currents A",
      "display_address": "300100",
      "data_type": "FLOAT32",
      "unit": "-",
      "category": "Current"
    },
    {
      "name": "Total power factor",
      "display_address": "300086",
      "data_type": "FLOAT32",
      "unit": "PF",
      "category": "Power"
    },
    {
      "name": "EP kWh",
      "display_address": "300102",
      "data_type": "FLOAT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Grid frequency Hz",
      "display_address": "300088",
      "data_type": "FLOAT32",
      "unit": "Hz",
      "category": "Frequency"
    },
    {
      "name": "2nd harmonic content - V1",
      "display_address": "301350",
      "data_type": "INT16",
      "unit": "-",
      "category": "Harmonics"
    },
    {
      "name": "Three phase line average minimum V",
      "display_address": "300888",
      "data_type": "FLOAT32",
      "unit": "-",
      "category": "General"
    },
    {
      "name": "Average value of three line voltages V",
      "display_address": "300098",
      "data_type": "FLOAT32",
      "unit": "V",
      "category": "Voltage"
    },
    {
      "name": "EP- kWh",
      "display_address": "300104",
      "data_type": "FLOAT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "EQ kvarh",
      "display_address": "300112",
      "data_type": "FLOAT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "EQ- kvarh",
      "display_address": "300114",
      "data_type": "FLOAT32",
      "unit": "kWh",
      "category": "Energy"
    },
    {
      "name": "Apparent energy kVAh",
      "display_address": "300116",
      "data_type": "FLOAT32",
      "unit": "kWh",
      "category": "Energy"
    }
  ],
  "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=saci/tcil2",
    "tester_url": "https://www.modbusmonitor.com/modbus-tester?utm_source=github&utm_medium=referral&utm_campaign=device_maps&utm_content=saci/tcil2",
    "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."
}
