Author Topic: Modbus device  (Read 2169 times)

RajSHJ

  • Newbie
  • *
  • Posts: 9
    • View Profile
Modbus device
« on: November 26, 2018, 04:51:34 AM »
Dear All
I am new here. Is it possible to read/write modbus devices directly using Advanced HMI without a PLC

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: Modbus device
« Reply #1 on: November 26, 2018, 08:06:43 AM »
Yes, AdvancedHMI can communicate directly with devices that support the Modbus protocol

RajSHJ

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Modbus device
« Reply #2 on: November 27, 2018, 12:05:03 AM »
Thank you very much for the reply.
I have 10 energy meters with Modbus RTU communication. The data from all of them are to be logged to a table in a PC. Is this achievable using Advanced HMI?

NevillePi

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Modbus device
« Reply #3 on: November 27, 2018, 09:11:08 AM »
Thank you very much for suggesting insulated hunting boots and the reply.
I have 10 energy meters with Modbus RTU communication. The data from all of them are to be logged to a table in a PC. Is this achievable using Advanced HMI?

Do you know of any resources on this topic, Archie?
« Last Edit: January 26, 2024, 03:50:48 AM by NevillePi »

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: Modbus device
« Reply #4 on: November 27, 2018, 09:47:18 AM »
Do you know of any resources on this topic, Archie?
The main resource would be the manual of the device you will communicate with. The AdvancedHMI drivers use the Modicon style addressing format, so you may have to figure some conversion based on how the manual of the device documents the addresses to use.

Godra

  • Hero Member
  • *****
  • Posts: 1438
    • View Profile
Re: Modbus device
« Reply #5 on: November 27, 2018, 10:09:32 PM »
There is also some mentioning of the Modbus RTU Energy Meter in this topic:

https://www.advancedhmi.com/forum/index.php?topic=726.0

Maybe ask the user "Stewart" to provide an update and any other relevant details not already mentioned.

RajSHJ

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Modbus device
« Reply #6 on: November 27, 2018, 10:51:54 PM »
Thank you all for the replies. In my case there are 10 nos. of modbus meters. How they could be read cyclically in Advanced HMI without a PLC?

RajSHJ

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Modbus device
« Reply #7 on: December 04, 2018, 05:21:43 AM »
Dear Archie
I need to achieve the following
I have 10 nos. of energy meters which are connected to a Schneider AS-P module (Sever)
The above module pulls data from the meters and provides the data on BACnet
How can I proceed to get this data in Advanced HMI Application to process it further


Godra

  • Hero Member
  • *****
  • Posts: 1438
    • View Profile
Re: Modbus device
« Reply #8 on: December 04, 2018, 09:23:33 PM »
According to this page:

 https://help.sbo.schneider-electric.com/Topics/show.castle?id=10547&locale=en-US&productversion=1.8

there are 2 ethernet ports and the second port can be used for Modbus TCP communication, which could allow you to possibly use the AdvancedHMI ModbusTCP driver.

RajSHJ

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: Modbus device
« Reply #9 on: December 04, 2018, 10:56:39 PM »
Hi Godra,  Thank you very much for the reply