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

Поделиться
HTML-код
  • Опубликовано: 21 янв 2025

Комментарии • 7

  • @navid9852
    @navid9852 4 года назад +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.