OpenPLC Modbus TCP Communication - How to Implement Modbus TCP Master on Raspberry Pi and OpenPLC

Sdílet
Vložit
  • čas přidán 31. 03. 2024
  • This demonstration how to Implement a Modbus TCP Master on a Raspberry Pi running OpenPLC Runtime To read data from any Modbus TCP Slave. It shows how to add Slave devices from the PLC Interface and how to Read and Write registers from the OpenPLC Editor.
    The tutorial also how to monitor the data read from the Modbus Slave devices from the PLC Interface
    Checkout How to install OpenPLC on a Raspberry Pi : • Install OpenPLC on Ras...

Komentáře • 2

  • @openplc
    @openplc Před měsícem

    Why didn’t you just opened the OpenPLC webserver from your Windows browser to upload the .st file? Since you already have a connection to the Pi, it is just a matter of typing the Pi IP address on the browser at port 8080. That is much easier than sftp the file in to the Pi every time you need to push a new program 😊

    • @brightersidehacks
      @brightersidehacks  Před měsícem

      That infact is the better way to do it :). By the way thank you so much for the tremendous work, effort and time toward the development of OpenPLC