Search found 29 matches

by riv
Mon Mar 10, 2014 6:24 am
Forum: EKM Metering Systems
Topic: Discrepancy between Meter Hex Log and EKM Dash indication
Replies: 6
Views: 11888

Re: Discrepancy between Meter Hex Log and EKM Dash indicatio

Please ignore my question on the clock sync. It has been fixed. I will share the script in a couple of days.
by riv
Sun Mar 09, 2014 9:05 am
Forum: EKM Metering Systems
Topic: Discrepancy between Meter Hex Log and EKM Dash indication
Replies: 6
Views: 11888

Re: Discrepancy between Meter Hex Log and EKM Dash indicatio

re-synching clock looks like sorted the problem yesterday, but today after timezone has been changed from EST to EDT, it does now want to sync right: I am sending ekm_sync_time now_string = 14030901120317 value but receiving back "31 34 30 33 30 39 30 31 31 31 30 33 31 38 = [14030901110318]&quo...
by riv
Sat Mar 08, 2014 2:03 pm
Forum: Electric Meters
Topic: EKM Omnimeter v.4 - Factory Resetting
Replies: 2
Views: 6994

EKM Omnimeter v.4 - Factory Resetting

I am aware that it is not easily possible to reset all values to zero, like factory default for EKM v.4 meters, but still want to go deeper: - We are ok to remove security seals if required. At any extend we need to resealed them with our own stamp, so this is not a problem for us - We can invest re...
by riv
Fri Mar 07, 2014 7:44 pm
Forum: EKM Metering Systems
Topic: Discrepancy between Meter Hex Log and EKM Dash indication
Replies: 6
Views: 11888

Re: Discrepancy between Meter Hex Log and EKM Dash indicatio

No, the restart of Dash is not fixing the problem, more funny - Dash show correct data since I reset meter a few weeks ago to the right time, so small discrepancy what I have is used for specific testing purpose. Following code has been used to sync with the computer clock earlier: my $now_date = st...
by riv
Fri Mar 07, 2014 5:44 pm
Forum: EKM Metering Systems
Topic: Discrepancy between Meter Hex Log and EKM Dash indication
Replies: 6
Views: 11888

Re: Discrepancy between Meter Hex Log and EKM Dash indicatio

Joining the question. The outputs are: Script: ... 31 34 30 33 30 38 30 37 30 38 34 38 33 33 ... meterDate = 2014-03-08 08:48:33 computerDate = 2014-03-07 19:41:26 ================================================================== EKM Dash: Meter Date 2014-03-07 19:49:26 Computer Date 2014-03-07 19:...
by riv
Wed Feb 26, 2014 10:39 pm
Forum: Electric Meters
Topic: 100amp CTs
Replies: 3
Views: 7641

Re: 100amp CTs

Thank you Jameson, I see, looks like I have to stay with your branded 200amp, just ordered bunch of them. I was looking for smaller version not only for accuracy and amp rating, but also actual CT size. Since I have fit 2 of them into inline enclosure such as Type C Conduit Body, and most common sol...
by riv
Sat Feb 22, 2014 10:34 pm
Forum: Electric Meters
Topic: 100amp CTs
Replies: 3
Views: 7641

100amp CTs

I see on the meter configuration, under "Advanced" => "General" tab, settings for CT Ratio: 100A: 26.6mA. Are they available for sale? I am looking for CTs which are smaller then 13mm and can measure less current if possible, less then 1/4 amp current flow accuracy. The max curre...
by riv
Tue Oct 29, 2013 2:36 pm
Forum: Developers Sandbox - Meter Data
Topic: PERL vs SHELL
Replies: 15
Views: 25755

Re: PERL vs SHELL

result code "0x06" stands for success. any other code and encoding of those error codes?
by riv
Tue Oct 29, 2013 2:33 pm
Forum: Developers Sandbox - Meter Data
Topic: PERL vs SHELL
Replies: 15
Views: 25755

Re: PERL vs SHELL

got it, thanks.

strange, why it need 2 bytes to keep the day of week, plus why it is required at all, as it is calculated value..... not a question, just concern.
by riv
Tue Oct 29, 2013 2:16 pm
Forum: Developers Sandbox - Meter Data
Topic: PERL vs SHELL
Replies: 15
Views: 25755

Re: PERL vs SHELL

So those bytes stands for the day of week?
31 33 31 30 32 39 30 33 31 33 34 35 30 37
where
30 30 => [00] => Sunday
30 31 => [01] => Monday
....
30 36 => [06] => Saturday.

Correct?