Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 884 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 884 Bytes

MODBUS Logo TCP MODBUS module for Chataigne

This module allows you to control MODBUS devices over network

NOTE: this project is still in developpement, not all MODBUS commands are available and it might contain some bugs!

Available features

  • Read multiple coils, holding registers and input registers at the same time

    Use the "Read data" command to fetch data from the device. Your values will now be stored in the "Values" field of the module.

  • Write to any coil or holding register

  • Write/read files

  • Receive and decode errors

Based on official MODBUS documentation