Accessing meter via Modbus protocol with PLC.

Forum is open to all questions, answers, and discussions related to electric meters, ours or others.
Post Reply
jandson
Posts: 1
Joined: Tue Sep 18, 2012 3:56 pm

Accessing meter via Modbus protocol with PLC.

Post by jandson »

I wonder if you can access meter data using a third software (Modbus) or even a PLC. Eg

Using MODSCAN:
Command 1:
Function Code -> 4
Modbus address -> 40 001 (Amps in L1)

Is there any "table" type: address, description, data type (float, int 32), etc?
Jameson
Posts: 860
Joined: Fri Nov 04, 2011 7:42 pm
Location: Santa Cruz, CA
Contact:

Re: Accessing meter via Modbus protocol with PLC.

Post by Jameson »

Hello Jandson,

We have had quite a few customers program their PLCs to be able to read our meters directly. Our meters use the same hardware (RS-485) as Modbus, but they speak in a different language (our adaptation of an IEC protocol).

There is a good running discussion of how to read your meters with your own software by using our RS-485 protocol. It is on our forum here: http://forum.ekmmetering.com/viewtopic.php?f=4&t=5

Here is a link to the Omnimeter protocol to get you started: http://documents.ekmmetering.com/Meter_ ... ter_v3.pdf

The protocol is really very simple (easier to grasp than modbus in my opinion). This is because it is mostly one meter request format, which includes the meter number, and if you send this, the meter responds with 90 percent of its data. The most challenging is if you decide you need to implement the CRC-16 checksum.

We have designed a circuit board, and meter reading system, that allows you to leapfrog over a few steps. Instead of starting from "How do I read my meter over RS-485" the EKM Push handles all of this, it reads your meter, verifies and cleans up the data, and "Pushes" this data to a central database (eliminating the need for protocols, firewall access, dynDNS, etc). The data is then made easily available in .xml file format for you to utilize or build your application around. There is literally no configuration on your end. You take the Push out of the box, connect it to the data line of all of your meters (up to 256 meters), connect power, and connect ethernet. Thats it.

There is more information about the EKM Push here: http://www.ekmmetering.com/push-communications

If you ever have any questions, please let us know.

Regards,
Jameson
EKM METERING
http://www.ekmmetering.com
831.425.7371
aleezy
Posts: 1
Joined: Wed Mar 27, 2013 3:29 am

Re: Accessing meter via Modbus protocol with PLC.

Post by aleezy »

Nice surprise about this shorter form. Can you tell us what it is you are talking/writing about?
Has any info. about this shorter form been posted before (and i just missed it)?
:P :x
ALEEZY
Post Reply