ARDUINO HMI WITH MODBUS RTU : Temperature & Humidity sensing

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

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

  • @lenslens7379
    @lenslens7379 Год назад +1

    You are awesome 👍👍👍

  • @sunilsatalkar4808
    @sunilsatalkar4808 6 лет назад +2

    Hi, i installing Modbus library and compile code the massage appear
    no matching function for call to 'modbusSlave::setBaud(int)'
    pl suggest Thanks

  • @raytaff5760
    @raytaff5760 Месяц назад

    Hi I have my arduino code set up and the hmi components also as you described. My arduino runs off com3. When I set the modbusRTU to com3 also and run it I get an error. Port fails to open. Are both programs clashing when they both try to access the same port? Thanks

    • @GTech-IT
      @GTech-IT  26 дней назад +1

      modbusRTU REQUIRE PORT? arduino COM PORT IS required to connect with HMI. so keep it free.

    • @raytaff5760
      @raytaff5760 26 дней назад

      @GTech-IT Thanks for the reply. After I upload the code to my arduino board is there a way to stop the arduino ide using com3? At the moment Arduino is using the port and stopping the advanced hmi program from accessing it

    • @raytaff5760
      @raytaff5760 25 дней назад

      I got this working. Many thanks. Im just wondering if its possible to read analog readings through advanced hmi? I have gas sensors and ldr readings id like to display on gauges in the program. I dont see much online with arduino and this program ​@GTech-IT

  • @qzorn4440
    @qzorn4440 2 года назад +1

    nice advancedHMI Arduino video. The esp32 dev module with bluetooth used in the Arduino IDE is powerful and works great. How can the esp32 be setup for advanceHMI?🤔 thanks.

  • @engrmunir7861
    @engrmunir7861 Год назад +1

    i want to interfac with weintek hmi

  • @rakeshkaku
    @rakeshkaku 5 лет назад +1

    Good Video, Worked for me easily.

  • @phillipmaser132
    @phillipmaser132 7 месяцев назад

    Is it possible to build your own graphics like meters and pumps?

    • @GTech-IT
      @GTech-IT  7 месяцев назад

      Yes it's an open source application, you can do anything, if you can

  • @jaylow6845
    @jaylow6845 6 лет назад +1

    Nice video, I was wondering if you could a video that's the same, except with a DS18B20 one-wire temperature sensor? Thanks.

    • @GTech-IT
      @GTech-IT  6 лет назад +1

      please view this video ruclips.net/video/UGBRoHeJtyk/видео.html code for ds18b20 included in this project. finally i have used ds18b20 sensor in my project.

  • @123mitko123
    @123mitko123 Год назад

    Hello, how to connect Arduino to pc for working with Advanced-HMI using Modbus RTU protocol?

  • @legudep
    @legudep 5 лет назад

    How to creat advancehmi for 2 id or 2 device arduino sir?

  • @thovsh
    @thovsh 4 года назад

    Hi sir! could you help me, how to read data from master by slave?

  • @sunilsatalkar4808
    @sunilsatalkar4808 6 лет назад

    hi when i compile your code below massage appear
    Arduino: 1.6.11 (Windows 7), Board: "Arduino/Genuino Uno"
    Build options changed, rebuilding all
    E:\Ardunio learn\EMS_MODBUSslave\EMS_MODBUSslave.ino:1:20: fatal error: modbus.h: No such file or directory
    #include
    compilation terminated.
    exit status 1
    Error compiling for board Arduino/Genuino Uno.
    This report would have more information with
    "Show verbose output during compilation"
    option enabled in File -> Preferences.

    • @GTech-IT
      @GTech-IT  6 лет назад

      you have to install modbus library first. MODBUS LIBRARY- drive.google.com/file/d/1I8pA...

  • @dhwanijhaveri739
    @dhwanijhaveri739 5 лет назад +1

    Hi, can I get the circuit diagram of all connections of this very setup.
    Thank you

    • @GTech-IT
      @GTech-IT  5 лет назад

      Everything is in description.

  • @AbdulRazzak-ij9wo
    @AbdulRazzak-ij9wo 4 года назад

    Hi Sir, Can we run and control Advance HMI on Standalone Arduino Based TFT display rather than using a PC display?

    • @GTech-IT
      @GTech-IT  4 года назад

      You must need windows PC. You can use any display. I use touch screen display.

  • @engrmunir7861
    @engrmunir7861 Год назад

    help me to connect on 485

  • @sunilsatalkar4808
    @sunilsatalkar4808 6 лет назад +2

    hi, good video,

  • @segarlinktech
    @segarlinktech 5 лет назад

    hi, i was download this software from official website,and open with visual studio 2019 but is empty ,no data found

    • @GTech-IT
      @GTech-IT  5 лет назад +1

      This software has not tested in visual studio 2019 yet. Please use visual studio 2015.

    • @segarlinktech
      @segarlinktech 5 лет назад

      Hi, Thank you very much. I was download Visual Basic Studio Community 2017 is works well.

  • @khalidinayat4038
    @khalidinayat4038 Год назад

    EXCELLENT,

  • @UCA_ECL_F__shehan
    @UCA_ECL_F__shehan 3 месяца назад

    How to download HMI software

    • @GTech-IT
      @GTech-IT  26 дней назад

      link in the description

  • @federicobenitez2714
    @federicobenitez2714 5 лет назад

    Hi, How do I select the port to use in the arduino, i use arduino mega and i need use port 1.
    Thanks.

    • @GTech-IT
      @GTech-IT  5 лет назад

      if no other device already using port 1 then you can use it.

  • @hafiznaimsahidi5132
    @hafiznaimsahidi5132 4 года назад

    Can i save the data for the temp and humidity ?

  • @antoniootanez733
    @antoniootanez733 3 года назад

    Buen Tutorial ,pero el arduino parece que esta incompleto sale error de registro regbank

  • @nguyentruongkhang3674
    @nguyentruongkhang3674 6 лет назад

    Sorry you why code arduino IDE failed. " Read DHTT11 failed, err=101

    • @GTech-IT
      @GTech-IT  6 лет назад

      it can happen due to many reasons, dht11 sensor may be faulty or loose contact or cable is too long. delay time for next read attempt should be over 1200 meili seconds. finally dht11 is not a good sensor as per my experience, i have tried 3 of then . you should use DS18B20 sensor.

  • @legudep
    @legudep 6 лет назад

    Can you show tutorial modbus rtu control relay with advancedhmi sir?

    • @GTech-IT
      @GTech-IT  6 лет назад +1

      See all 3 video in this playlist. I think it will help u a lot.

    • @legudep
      @legudep 6 лет назад

      Thanks sir
      Im sory
      Can you show me to creat schedule auto send many registers?
      Pleas help

  • @leztat3183
    @leztat3183 5 лет назад

    Hi, thanks for u video :) but, can you teach us how to turn on a Led with a button with this method, like the inverse comunication, you push a button in the HMI an then you turn on a led on Arduino :O

    • @GTech-IT
      @GTech-IT  5 лет назад

      Attach led instead of relay

  • @BangKotan
    @BangKotan 6 лет назад

    success landed on your channel."667

  • @danielstroe2802
    @danielstroe2802 4 года назад

    Sorry, the file you have requested does not exist.

    • @GTech-IT
      @GTech-IT  4 года назад +1

      Every download link is still valid, Plz try again

    • @danielstroe2802
      @danielstroe2802 4 года назад

      @@GTech-IT Thanks.

  • @TheViback
    @TheViback 5 лет назад

    How to use with real hmi :((

  • @engr.makabirarif722
    @engr.makabirarif722 3 года назад

    Can you please email me AdvancedHMI software?

    • @GTech-IT
      @GTech-IT  3 года назад

      Download it from web. Its free

    • @engr.makabirarif722
      @engr.makabirarif722 3 года назад

      @@GTech-IT link not working in my country.

    • @GTech-IT
      @GTech-IT  3 года назад

      @@engr.makabirarif722 www.advancedhmi.com/index.php?main_page=index&cPath=2

    • @GTech-IT
      @GTech-IT  3 года назад

      @@engr.makabirarif722go to the video description again. i have changed the link