About 50 results
Open links in new tab
  1. Introduction to Modbus and Modbus Function Codes

    Jan 30, 2023 · Introduction to Modbus and Modbus Function Codes Modbus is one of the oldest industrial communication protocols still in use today. Continue reading to find out how the protocol …

  2. Modbus: The Original Industrial Fieldbus Protocol

    Sep 2, 2025 · This article introduces Modbus, an industrial protocol that laid the foundation for fieldbus communication in industrial systems.

  3. Choosing an Interface: Why Modbus is Still Around After 40 Years

    Mar 19, 2021 · Learn about the advantages of Modbus over newer protocols when choosing an interface with third-party devices.

  4. Introduction to Modbus | Digital Data Acquisition and Networks in ...

    Modbus data frames The Modbus communication standard defines a set of commands for reading (receiving) and writing (transmitting) data between a master device and one or more slave devices …

  5. How-To: Building a PLC Project with Modbus Communication

    Apr 5, 2022 · Modbus is a communication protocol stemming from the early days of Modicon PLCs, but is still common today. These two example implementations of Modbus transactions will get you started.

  6. Communication problems , modbus timeout error

    Aug 14, 2020 · Modbus slave never have a slave node address zero, by definition. If you have more one slave, wire and connect to only one slave initially to get comm up and running.

  7. Ethernet or Modbus a comparison - Control.com

    Jan 18, 2001 · Modbus is a protocol used on serial lines. Modbus/TCP is basically the same protocol in a Ethernet TCP/IP packet.

  8. How to Map Modbus RTU Data to HTTP POST Parameters for Protocol ...

    Apr 18, 2025 · Hi everyone, I'm currently working on developing a protocol converter that reads data from Modbus RTU slave devices (via RS485) and sends the collected data to a cloud server using …

  9. Modbus RTU checksum error | Automation & Control Engineering Forum

    Nov 29, 2003 · The slave successfuly validates the message frame by calculating the Checksum. To calculate the Checksum, I am using the lookup table and the algorithm given in the "Modbus over …

  10. Sending strings over modbus | Automation & Control Engineering Forum

    Feb 24, 2010 · Hi, A customer has asked if he can read application information from the PLC (Version, author, project name etc) over modbus to display on his touch screen HMI. I am the one doing the …