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

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 พ.ค. 2024
  • Prequel Arduino + HMI video: • Basic Arduino + HMI Co...
    Weintek USA official site: www.weintekusa.com/globalw/
    Apologies for the “Addressing” misspelled typo.
    #OpenSourceRobot #Arduino #stem

ความคิดเห็น • 7

  • @navid9852
    @navid9852 3 ปีที่แล้ว +1

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

  • @umargul5644
    @umargul5644 2 ปีที่แล้ว +1

    Great

  • @MakerFabio
    @MakerFabio 2 ปีที่แล้ว

    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 2 ปีที่แล้ว

      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 2 ปีที่แล้ว

      @@WeintekUSATeam.0 i see
      Many thanks

  • @robinsondchiluisa7181
    @robinsondchiluisa7181 2 ปีที่แล้ว

    can you read 32 bit registers?

    • @WeintekUSATeam.0
      @WeintekUSATeam.0 2 ปีที่แล้ว

      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.