Search found 3 matches

by rcarsey
Thu Apr 03, 2014 8:41 am
Forum: Electric Meters
Topic: 3rd party software?
Replies: 2
Views: 10395

Re: 3rd party software?

I've written code in PHP to read the meter, if that helps any.
by rcarsey
Mon Nov 26, 2012 7:56 pm
Forum: Developers Sandbox - Meter Data
Topic: Reading meter using PHP
Replies: 4
Views: 29229

Reading meter using PHP

Since I do a lot of PHP programming, it seemed only natural to use PHP to query the meter for data. Below is a snipit of code which you can use to get the data from the meter... of course your PHP must have the extensions for snmp and tcp -- which i think come standard. <?php function get_meter_data...
by rcarsey
Tue Nov 20, 2012 8:23 am
Forum: Electric Meters
Topic: metering a circuit normally off
Replies: 1
Views: 8343

metering a circuit normally off

So we have a need to hook up a meter to a circuit which connects an emergency generator to an automatic transfer switch. As you'd imagine, the circuit is normally not energized .. and so, the meter is normally dead and doesn't report anything. is there some way to keep the meter powered while the ci...