I made a little app for reading Actaris ACE 6000 meters, using old .NET Framework 4.5.2, and Gurux.DLMS version 8.5.0.2.
It works perfectly, I can read Voltages, Currents, and End of Billing info (inside a GXDLMSProfileGeneric, OBIS 0.1.98.1.0.255 for these meters).
Now I’m migrating to .NET Core 5.0, and using the latest version of Gurux.DLMS. I can read all Voltages, Currents, Date, Serial Number… But when trying to read End of Billing info, I get an error (“Access Error : Device reports scope of access violated.”)
Hi, I want to set three last byte of meter clock as 00 80 00 , so that deviation and time zone does not apply when I read meter clock.
I use this code :
var tzi= TimeZoneInfo.FindSystemTimeZoneById(TimeZoneInfo.Local.Id);
var dtNow = DateTime.UtcNow.AddMinutes(tzi.BaseUtcOffset.TotalMinutes);
var clock = new GXDLMSClock("0.0.1.0.0.255")
{
Time = new GXDateTime(dtNow) {Skip = DateTimeSkips.Deviation ,Status = ClockStatus.DaylightSavingActive},
Hii,
I am trying to generate the certificate request to the meter, but getting error "Specified cast is not valid" when getting response from meter.
Please go through the log and suggest.
i am reading IS 15959-2 METER ,PUSH Association connection established but While downloading the PUSH Objects client throws an error as service exception,getting objects failed.We have given 8byte-System title.
Can you please support .I am attaching the screen shot.
I am new to the DLMS and the forum... I have been reading as much as I could but I do not have a clear idea whether it is possible to emulate or simulate a DLMS meter with my PC and then connnect a hardware through the serial port (like a HHU) to read the simulated OBIS objects from the PC DLMS meter.
Do you have any suggestion? Thanks a lot in advanced!!
Hii,
Is there any plan to release gurux director with general signing in suite 1?
we need gurux to test our meter which has following features:
1. Meter is with general signing suite1.
2. Public key is not shared in AARQ frame.
3. Public key certificates are pre-installed in the meter.
Also can please share key derivation function in c?