HMI to electricity meter ?????

gomond

Member
Join Date
Sep 2013
Location
Melbourne
Posts
1
Is it possible to use a MODBUS RTU enabled HMI i.e. TouchWIN or the like to query a MODBUS slave energy meter like the ABB submetering units.

I am trying to figure out how to do this and the one thing that does not seem to be on the web are any decent tutorials or examples showing how to use an HMI as a MODBUS RTU Master.

Thanks Heaps if anyone can help.
Greg.
 
Have a chat with the guys at Remtron. They may have the answer for you

I can see this a possibility.
 
Is it possible to use a MODBUS RTU enabled HMI i.e. TouchWIN or the like to query a MODBUS slave energy meter like the ABB submetering units.

I am trying to figure out how to do this and the one thing that does not seem to be on the web are any decent tutorials or examples showing how to use an HMI as a MODBUS RTU Master.

Thanks Heaps if anyone can help.
Greg.

I have recently viewed a presentation of Omron: it describes a NS touchscreen that was master of several MX2 drives over modbus RTU.
I didn't test it, nor have I experience with it, but it might be possible. Can you contact a Omron person?
 
When any HMI implements Modbus RTU, it almost invariably does so as the Modbus master. The Modbus master is the device that initiates all data exchanges. When the master wants to read data from a slave it sends a "Read" command that tells the slave the starting address and number of bytes it wants. The slave responds with the data. When the master wants to write data to the slave it sends a "Write" command to the slave. The write command includes the starting address in the slave where the data is to be written and the number of bytes of data, followed by the data.
I don't know the details of setting up communications on the HMI you cited, but just treat the energy meter as if it were a PLC. You will need to get the Modbus map for the meter to know the addresses of the data you want to display on the HMI.
 

Similar Topics

I have no experience with Eaton HMIs. I downloaded the Galileo software and I am trying to get the file on a HMI (XV-102-H3-70twrl-10) to modify a...
Replies
3
Views
36
Sorry for my lack of knowledge, beginner here. Yesterday, we had a Pro-Face SP5000 HMI fail on us. The technician said that the HMI had the blue...
Replies
0
Views
33
I have an HMI 2711R - T4T Series B, and I want to know which PLCs, besides Micro 820, can communicate with it.
Replies
2
Views
53
I cannot add SLC500 analog input tag (I: 8.3) to EZSeries Touch Panel Editor (V 5.3). I used all the listed tag datatype but it all says "Invalid...
Replies
8
Views
121
Hi, Wy we log data in PLC using DLG instruction, when we have option to log data in HMI
Replies
1
Views
70
Back
Top Bottom