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

Good people of PLCs.net, I am currently working with an HMI that is advantech 1250H, that communicates with a 1769 Compact logix and Currently...
Replies
0
Views
16
Hello all, I know its not good practice to have duplicate destructive bits when writing plc code, but I'm wondering about writing to the same tag...
Replies
2
Views
93
Hi All, As a precaution my company has been collecting copies all the HMI and PLC programs. I have recorded copies of most of our sites...
Replies
0
Views
63
Hello all! So I have one project with a S7-1214 and a MTP1500 "Project1" and one project with another S7-1214 "Project2". Both of these PLC:s need...
Replies
6
Views
88
I am using Factory Talk view Machine Edition Runtime HMI. I want to configure on button in such way that when i press this button I want to...
Replies
3
Views
149
Back
Top Bottom