I have SL7000 meter and GSMModem iRZ. When i send by using RS-485 cable - everything work. But when i'm trying to use GSM modem i'm getting issues.
When i send SNRM like this:
7E A0 0A 00 22 00 51 03 93 6A 34 7E
I get normal UA.
But when i try to send SNRM like this:
7E A0 21 00 22 00 51 03 93 6B 21 81 80 12 05 01 80 07 04 00 00 00 02 08 04 00 00 00 01 3D 93 7E (It's from DXDLMSDirector)
I get nothing. Absolutely!
where can i get the values of downloaded profile like Nameplate or Instant because i want to store them in database or write in a file
The read method returns an object
Error :Gurux.DLMS.GXDLMSException: 'Connection is permanently rejected. Authentication is required.'
This exception occurs in this =>Client.ParseAAREResponse(reply.Data) method.
This occurs when i choose Authentication.High
it works fine when authentication is low
My password for the meter is also correct
Where can i get list of frame type for hdlc?
I mean, i know that 0x93 - snrm, 0x73 - ua, 0x53 - disconnect, 0x10 - I-frame... But what about another types? Maybe you know something about it...
How to calculate checksum for frame?
For instance, we have this frame: 7E A0 0A 00 02 00 23 21 93 18 71 7E
18 71 - Checksum of this frame. But how was it calculated?
I think it calculated for this part of frame: A0 0A 00 02 00 23 21 93
But how? I tried few calculators and some codes but it didn't work...
Maybe there is some table for this...
I tried find it in the .NET gurux library, but i don't now what name of it.
Hello Mikko,
I have solved one problem with you before (thank you very much). I believe that this also will be fast and inspiring.
I would like to read last x day ProfileGeneric data (0.0.98.1.0.255) with Iskraemeco T880 meter.
The best is the last record.
It is easy with GXDLMSDirector but I dont know how to do it in java.
Java requires Read Capture Object first but I dont know how to do it.
How can I know index of last record?
Peter.
I downloaded(from GitHub) Gurux library for .NET(C#) and there is no client class in it... More important class... What do i need to do? Where this class?