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);