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 a cell with a compact guardlogix as the plc and I have three hmi's and two vfd's on this cell. I been experiencing momentary comms faults...
Replies
10
Views
156
What is the best way to show a modules LED status lights on an HMI screen? The module I'm trying to mimic is the 1756-DNB DeviceNet Scanner...
Replies
0
Views
60
I'm having a hard time either remembering or figuring this out. I have a PLC program and the associated HMI program. I know what this means...
Replies
4
Views
122
Hello, I'm working with Studio 5000 and ME Station, and I'm trying to find a way to detect if the PC with the HMI is shut down or not. I've tried...
Replies
6
Views
216
Hello everyone, Wondering if anybody can help me with this: I have a CompactLogix processor running a little robot cell. Every 200 cycles...
Replies
8
Views
195
Back
Top Bottom