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
          • Configuration
          • Input/Output
          • Supported drivers
          • Example
        • IEC 104 Read
        • IEC 104 Write
        • FINS Node
        • FINS Read
        • FINS Write
        • MC Node
        • MC Read
        • MC Write
        • DL/T 645 Node
        • 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

目录

IoT Write

x/iotWrite: Universal acquisition write node, delegates to protocol-specific write node by driver.

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

# Configuration

Field Type Description Default
driver string Protocol: modbus/s7/eip/snmp/opcua/mc/fins/dlt645/iec104 Required
(others) — Passed to protocol write node (server/points/timeout) —

# Input/Output

  • Input: msg.Data with [{"name","addr","type","value"}], supports ${msg.xx} templates
  • Output: Success/Failure routing

# Supported drivers

driver Delegate node
modbus x/modbusWrite
s7 x/s7Write
eip x/eipWrite
snmp x/snmpWrite
opcua x/opcuaWrite
mc x/mcWrite
fins x/finsWrite
dlt645 x/dlt645Write
iec104 x/iec104Write

# Example

{
  "driver": "modbus",
  "server": "tcp://192.168.1.100:502",
  "points": [
    {"name": "setTemp", "addr": "40001", "type": "INT16", "value": "${msg.targetTemp}"}
  ]
}
1
2
3
4
5
6
7
Edit this page on GitHub (opens new window)
Last Updated: 2026/07/29, 07:07:39
Universal Acquisition Read
IEC 104 Read

← Universal Acquisition Read IEC 104 Read→

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

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