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);
Not able to read the attribute index 1 of any OBIS in XML or PDU form so not able to get that what is getting passed to the meter in reagard to Logical device name
Is anyone of you aware of an implementation to access a DLMS/COSEM server via a COSEM Access Service (CAS) defined in "IEC TS 62056-9-1 Part 9-1: Communication profile using web-services to access a DLMS/COSEM server via a COSEM Access Service (CAS)" ?