Connecting Advanced HMI to a Modbus TCP Server - Quick and Easy

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

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

  • @joaquinmendez8973
    @joaquinmendez8973 3 года назад +2

    Haha! I can't believe that after doing your course in Udemy, and setting out to connecting my arduino modbus tcp/ip server with AdvancedHMI, It would be you again who would help me through this video!
    I've developed a nice little server device with a keypad and lcd screen in which you can set ip, edit values from modbus registers, and reacts to clients forcing coils or holding registers on them. Now Im finishing the client version of this and it's all thanks to you!

    • @EmileAckbarali
      @EmileAckbarali  3 года назад +2

      Lol seems you can't get rid to me Joaquin :) Congratulations on the success with your project. Sounds like a really cool design and functionality.

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

    Thanks for sharing this simple example, exactly what I needed to setup an application to test the Modbus functionality on our products during testing! One thing I haven't been able to figure out perhaps you know a solution. I would like the IP address to be editable on the display so when I publish the program for the end user use they can edit the IP address for their particular unit in case they have changed it from the default. Any idea if/how this can be done?

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

      Hey Shane. That's a really interesting one. Unfortunately I have never had cause to do that so I am not sure if it can be done. Sorry about that. For the all of the instances where I used Advanced HMI, I was performing the installation so the setting of the IP address was a one shot deal. Now Advanced HMI is essentially a library within a larger .NET application. What about storing the IP in a text file and reading that text file on startup, and using it in the code. In that way, the customer could just edit the text file.

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

      @@EmileAckbarali Thanks for the reply! I actually did figure out a solution. I created a text box where I could enter an IP address and then went into the MainForm code and told it to use the text box string for the IP address. It starts with the fixed IP you enter during development and if you change the text box it updates the IP. Works great. Here is the code I used.
      Private Sub TextBox1_TextChanged(sender As Object, e As EventArgs) Handles TextBox1.TextChanged
      Me.ModbusTCPCom1.IPAddress = TextBox1.Text
      End Sub

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

      @@shanesdiy that's a fantastic solution. We'll done! Thanks for letting me know.

  • @houseofsteinert
    @houseofsteinert 3 года назад +1

    Really cool solution. Thanks for sharing some insights with us.

  • @rahuldas741
    @rahuldas741 4 года назад +2

    Wonderful application sir. Indeed cost saving.

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

    Sir I want a make adavance hmi software for gas monitoring system

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

      There are a lot of good tutorial videos on YT for advanced hmi. Is there something in particular that you don't understand about it?

  • @D4NS80
    @D4NS80 3 года назад +1

    Wow that is super handy thankyou.

  • @dunk_law
    @dunk_law 4 года назад +1

    It would be interesting to see an example using QModMaster as the display tool

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

    sir, you are pleasure to watch.. very little money projects has been my history... however, our company went 95% with "rockwell engineering" for several years.. now we have hugh $money$ projects.. the engineers keep the machines down for a very long time with simple upgrades on machines that were working ok with 80's-tech and when it is done the future replacement parts require costly software upgrades... the motor drive message setup displays fail constantly. Geee, i like your video and have used AdvancedHMI with satisfactory results.. thanks...:) great job.

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

      PS: i do use some AutomationDirect products at fair prices...:)

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

      Thanks very much for the comment.

  • @charlesk.coffie3179
    @charlesk.coffie3179 2 года назад +1

    Hello what is that server u use, any link to download

    • @EmileAckbarali
      @EmileAckbarali  2 года назад

      The server is called Modsim32 from a company called WinTech. Go to win-tech.com/

    • @charlesk.coffie3179
      @charlesk.coffie3179 2 года назад

      @@EmileAckbarali thanks

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

    Could you please demonstrate an actual project which uses messaging instruction in micrologic or compact logic to communicate with a slave device.
    I don't know how to interpret I/O mapping of slave device and how to read or write datas which my client needs to monitor or process.
    Thank you

  • @yogitasharma5700
    @yogitasharma5700 4 года назад +1

    Do we need to have windows Operating system on the HMI before deploy?