RuleGo RuleGo
🏠Home
  • Quick Start
  • Rule Chain
  • Standard Components
  • Extension Components
  • Custom Components
  • Visualization
  • RuleGo-Server
  • AOP
  • Trigger
  • Advanced Topics
  • Performance
  • Standard Components
  • Extension Components
  • Custom Components
  • Components Marketplace
  • Overview
  • Quick Start
  • Routing
  • DSL
  • API
  • Options
  • Components
🔥Editor (opens new window)
  • RuleGo Editor (opens new window)
  • RuleGo Server (opens new window)
  • StreamSQL
  • AI Agent Framework
  • TPCLAW Agent Platform (opens new window)
  • Github (opens new window)
  • Gitee (opens new window)
  • Changelog (opens new window)
  • English
  • 简体中文
🏠Home
  • Quick Start
  • Rule Chain
  • Standard Components
  • Extension Components
  • Custom Components
  • Visualization
  • RuleGo-Server
  • AOP
  • Trigger
  • Advanced Topics
  • Performance
  • Standard Components
  • Extension Components
  • Custom Components
  • Components Marketplace
  • Overview
  • Quick Start
  • Routing
  • DSL
  • API
  • Options
  • Components
🔥Editor (opens new window)
  • RuleGo Editor (opens new window)
  • RuleGo Server (opens new window)
  • StreamSQL
  • AI Agent Framework
  • TPCLAW Agent Platform (opens new window)
  • Github (opens new window)
  • Gitee (opens new window)
  • Changelog (opens new window)
  • English
  • 简体中文

广告采用随机轮播方式显示 ❤️成为赞助商
  • Quick Start

  • Rule Chain

  • Standard Components

  • Extension Components

    • Extension Components Overview
    • filter

    • action

    • transform

    • external

    • ai

    • ci

    • IoT

      • IoT Components Overview
      • Input Endpoints

      • Protocol Acquisition

        • OPC_UA Read
        • OPC_UA Write
        • Modbus Node
        • Serial Communication
        • S7 Read
        • S7 Write
        • EtherNet/IP Read
        • EtherNet/IP Write
        • SNMP Read
        • SNMP Write
        • Modbus Read Points Node
        • Modbus Write Points Node
        • Universal Acquisition Read
        • IoT Write
        • IEC 104 Read
        • IEC 104 Write
        • FINS Node
        • FINS Read
        • FINS Write
        • MC Node
        • MC Read
        • MC Write
        • DL/T 645 Node
          • Page Navigation
          • Shared Connection Configuration
          • Point Table Fields
          • Address Format (Data Identifier)
          • Data Types
          • Read vs Write
        • DL/T 645 Read
        • DL/T 645 Write
      • Time-Series Database

      • 控制

      • IoT Scenarios
    • Stream Processing

    • Service Discovery

    • file

  • Custom Components

  • Components marketplace

  • Visualization

  • AOP

  • Trigger

  • Advanced Topic

  • Agent Framework

  • RuleGo-Server

  • FAQ

  • Endpoint Module

  • Support

  • StreamSQL

目录

DL/T 645 Node

x/dlt645Read / x/dlt645Write component: v0.35.0+ DL/T 645-2007 power meter protocol via TCP passthrough for reading and writing meter data items.

Requires: rulego-components-iot (opens new window)

# Page Navigation

  • Read: x/dlt645Read
  • Write: x/dlt645Write
  • Universal acquisition entry: x/iotRead (driver=dlt645)
  • Universal write entry: x/iotWrite (driver=dlt645)
  • To time-series storage: x/tsdbWrite (measurement configured)

# Shared Connection Configuration

Field Type Description Default
server string Meter TCP address (serial server passthrough), host:port 127.0.0.1:8899
addr string 12-digit BCD meter address 000000000001
timeout int Request timeout (seconds) 5
points array Default point table (addr=DI). Points in msg.Data take precedence -

# Point Table Fields

Field Description
name Point name
addr Data Identifier DI (see below)
type Data type (default BCD)

All fields support ${msg.xx} / ${metadata.xx} templates.

# Address Format (Data Identifier)

Format: XX-XX-XX-XX (4 bytes)

DI Description
00-01-00-00 Forward active total energy
02-01-01-00 Phase A voltage
02-02-01-00 Phase A current
02-03-00-00 Instantaneous active power
04-00-01-01 Meter number

# Data Types

  • BCD (default): standard BCD, auto-decimal by DI
  • BCD_SIGNED: signed BCD
  • INT16/UINT16/INT32/UINT32/INT64/UINT64: binary integers
  • BOOL/STRING: special types

# Read vs Write

  • Read: outputs unified iot_points.Data list to msg.Data; BCD values are auto-scaled by DI metadata
  • Write: consumes point list from msg.Data as [{"name","addr","type","value"}]
  • Routing: success goes to Success, failure goes to Failure
Edit this page on GitHub (opens new window)
Last Updated: 2026/08/01, 05:05:14
MC Write
DL/T 645 Read

← MC Write DL/T 645 Read→

Theme by Vdoing | Copyright © 2023-2026 RuleGo Team | Apache 2.0 License

  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式