Arduino + HMI + Robotic Arm via Modbus Basics - Weintek Open-source coding & simple EBPro Macro.

Поділитися
Вставка
  • Опубліковано 5 гру 2024

КОМЕНТАРІ • 7

  • @navid9852
    @navid9852 3 роки тому +1

    Nice work. Really like the GUI. should make one.

  • @MakerFabio
    @MakerFabio 3 роки тому

    Hi, many thanks for your good videos as always. Can you explain the reason why the regbank 40001 is mapped to reg bank 6x , i think it is misleading would it be better simply to have regbank 60001 to reg bank 6?

    • @WeintekUSATeam.0
      @WeintekUSATeam.0 3 роки тому

      Hi Maker,
      Within this demonstration, we had to map regbank 40001 to the 6X register of our Modbus RTU driver because the 6X register supports Modbus function code 0x06.
      This function code is compatible with the Modbus server library that we used within the Arduino's application.

    • @MakerFabio
      @MakerFabio 3 роки тому

      @@WeintekUSATeam.0 i see
      Many thanks

  • @umargul5644
    @umargul5644 2 роки тому +1

    Great

  • @robinsondchiluisa7181
    @robinsondchiluisa7181 3 роки тому

    can you read 32 bit registers?

    • @WeintekUSATeam.0
      @WeintekUSATeam.0 3 роки тому

      Hi Robin,
      The HMI's "Modbus RTU, RTU over TCP" driver can read 32-bit registers. However, we did not use 32-bit registers within this application.