We are trying to read a ZIV 5CTD meter, and we keep receiving an error in the association. We have tried all the passwords shown in the manual and many more, and with the exception of the writing password ("********"), with which we can associate but cannot read anything, we receive an authentication error as an answer to all of them.
Does anybody know the proper way to establish an association with this kind of meters?
I downloaded the example code Gurux.DLMS.Client.Example.VB. I am using VS 2017. When I open the project, it says "The system cannot find the reference specified GuruX.DLMS" for GuruX.DLMS. I went into "My Project" then "References". I added the "GuruX.DLMS.dll" file and yet this error persists. Can someone advice how to resolve this?
I have an ACE6000 meter and I read it without problems with the default configuration, but suddenly I started answering "Connection is permanently rejected. Authentication failure", I already tried with another meter and it does respond. Does anyone know how to reset the meter configuration to the default?
Hello every one I am trying to connect Secure Premier 300 using RS232 & GXDLMSDirector the meter has a RJ11connector. so if someone have a pinout will be really helpfull.
I am trying to run the GuruxDlmsClientExample.cpp from Visual Studio with parameters: -S COM3 -c 20 -s 1 -a Low -P "ABCD0001" -t Verbose. But when I run the .exe file I get the following message on the terminal:
I have developed a sample application for reading DLMS/COSEM compatible ER300P energy meter using Gurux c++ library. Even I am able to read every object of that meter with the help of my sample application. So now I want to write every object through my sample application using c++. Kindly suggest me.
Kindly provide me the sample of code for writing clock and other registers of ER300P meter.
GXDLMSNotifyHandler notify = new GXDLMSNotifyHandler(
//Is Logical name referencing used.
true,
//Client address
16,
//Server address.
1,
// Is used HDLC or COSEM transport layers for IPv4 networks (IEC 62056-47)
InterfaceType.Wrapper);