Hi,
I am using Sprint 350 established the connection via serial port and got the below
error.
----------------------------------------------------------
When i am using authentication mode i am getting
InitializeConnection
AARQRequest failed 252.
What could be the issue, how can i over come this issue. Here i am using usb to serial cable (FTDI).
I am using Indian standard with this command failed: (./gurux.dlms.client.bin -S /dev/ttyUSB0 -c 20 -s 1 -a Low -P ABCD0001)
Hi Mikko,
Thanks for your suggestions. Now i am getting the meter information that get stored under Log file.
how can i read the specific parameters from this Gurux library calls. Parameters mean voltage, current, frequency, power factor values. because i am new to dlms.
Now i got the total registers data get logged under log file.
How can i retrieve the particular parameters to read and display in readable/understandable decimal format.i am running this under arm linux platform.
regards,
lofna
Hi,
Hi,
You have to change client address. Now it's 0x10 and this is used when authentication is not used. Try to change it to 0x20.
BR,
Mikko
Hi Mikko,
Hi Mikko,
Thanks for your suggestions. Now i am getting the meter information that get stored under Log file.
how can i read the specific parameters from this Gurux library calls. Parameters mean voltage, current, frequency, power factor values. because i am new to dlms.
Now i got the total registers data get logged under log file.
How can i retrieve the particular parameters to read and display in readable/understandable decimal format.i am running this under arm linux platform.
regards,
lofna
Hi,
Hi,
You need to know the object interface type and OBIS code. When you know this, you can read that value.
Something like:
CGXDLMSClock clock("0.0.1.0.0.255");
read(clock, 2);
clock.GetTime()
BR,
Mikko
hi ,
hi ,
I am communicating meter with optical cable and using gurux c code, but i got this error please help.
sudo ./bin/gurux.dlms.client.bin -S /dev/ttyUSB0 -c 16 -s 1
InitializeConnection
GetAssociationView
-------- Reading Object AssociationLogicalName 0.0.40.0.1.255
ReadObject failed AssociationLogicalName 0.0.40.0.1.255:7 Access Error : Device reports scope of access violated.
Failed to read object AssociationLogicalName 0.0.40.0.1.255 attribute index 7
ReadObject failed AssociationLogicalName 0.0.40.0.1.255:9 Access Error : Device reports a unavailable object.
Failed to read object AssociationLogicalName 0.0.40.0.1.255 attribute index 9
ReadObject failed AssociationLogicalName 0.0.40.0.1.255:10 Access Error : Device reports a unavailable object.
Failed to read object AssociationLogicalName 0.0.40.0.1.255 attribute index 10
ReadObject failed AssociationLogicalName 0.0.40.0.1.255:11 Access Error : Device reports a unavailable object.
Failed to read object AssociationLogicalName 0.0.40.0.1.255 attribute index 11
Access Error : Device reports a unavailable object.
Hi shgandhi,
Hi shgandhi,
You need to create a new topic. I'll answer your question after you have created a new topic.
https://www.gurux.fi/ForumRules
BR,
Mikko