Discussion:
ANSI C12.19 / C12.21
(too old to reply)
OLFA
2010-11-29 15:19:49 UTC
Permalink
Hi,

i'm trying to implement ANSI C12.21 for communicating with an Elster
A3R electric meter. Communication is working, but i have problems in
reading Table 100.
What i did:
1. Send Identification -> <ok>
2. Negotiate -> <ok> (Packet Size = 128; PacketNbr = 1)
3. Logon -> <ok>
4. Full Read of Table 00 -> <ok>
5. Full Read of Table 100 -> <onp> (operation not possible)

I don't understand why the device is responding with <onp> to a read
request of Table 100. Packet Size is set to 128, so there should be no
problem with that. MODEL_SELECT is set to 1, so i should be able to
use Decade 10. I investigated STD_TBLS_USED in Table 00 and found out
that the bit for table 100 is set to 0. Why? How can I change it? If
the 0 in STD_TBLS_USED is the cause for the error, why is the device
responding with <onp>? I thought <onp> is indicating "SIZE_OF(msg) >
PacketSize*PacketNbr"...?

Hope someone can help.

Regards,
Ole
l***@isconet.net
2013-01-30 22:25:56 UTC
Permalink
Post by OLFA
Hi,
i'm trying to implement ANSI C12.21 for communicating with an Elster
A3R electric meter. Communication is working, but i have problems in
reading Table 100.
1. Send Identification -> <ok>
2. Negotiate -> <ok> (Packet Size = 128; PacketNbr = 1)
3. Logon -> <ok>
4. Full Read of Table 00 -> <ok>
5. Full Read of Table 100 -> <onp> (operation not possible)
I don't understand why the device is responding with <onp> to a read
request of Table 100. Packet Size is set to 128, so there should be no
problem with that. MODEL_SELECT is set to 1, so i should be able to
use Decade 10. I investigated STD_TBLS_USED in Table 00 and found out
that the bit for table 100 is set to 0. Why? How can I change it? If
the 0 in STD_TBLS_USED is the cause for the error, why is the device
responding with <onp>? I thought <onp> is indicating "SIZE_OF(msg) >
PacketSize*PacketNbr"...?
Hope someone can help.
Regards,
Ole
Hi Olfa.

I have some deploy for GEKV2C energy meters using ANSI C12.19. I can read some values of registers from the meter, but I don't have any deploy for Elster energy meter, if you wish we can exchange information.

best kind regards.

Lenin Morejon

***@isconet.net

Continue reading on narkive:
Loading...