Skip to main content
Home
for DLMS smart meters

Main navigation

  • Home
  • Products
  • About us
  • Open Source
  • Community
  • Forum
  • Downloads
User account menu
  • Log in

Breadcrumb

  1. Home
  2. Itron SL7000 Error Reading Profile Generics - Unacceptable Frame

Itron SL7000 Error Reading Profile Generics - Unacceptable Frame

By gxjason, 29 November, 2024
Forums
DLMSDirector

Dear Support,

Using Director, we can read the instantaneous values but when we tried to read the profile generics, especially the billing tables and load profile tables, we were unable to read and received error message popups with the words "Unacceptable frame."

This happened no matter we tried to set server address size to 4 or default.

Kindly note that this happens only when we try to read the profile generics.

Please advise.

Thank you.

Profile picture for user Kurumi

Kurumi

5 months 2 weeks ago

Hi, Some SL7000 meter…

Hi,

Some SL7000 meter versions need a small delay. Try to select "Delays" and change "Frame delay" to e.g. 100 ms. I hope it will help you.

SL7000 uses manufacturer-specific structures for profile generic tables (e.g. load profile table). For that reason GXDLMSDirector can't show the profile generic values.
You need to ask that from the meter vendor. The document name is Logical Devices SL761.

BR,
Mikko

gxjason

5 months 2 weeks ago

Hi Mikko, Thank you for your…

Hi Mikko,

Thank you for your kind replies. We shall try it out.

For this settings, which function/method is used to be configured, if using the C# .NET library?

Thank you.

Profile picture for user Kurumi

Kurumi

5 months 2 weeks ago

Hi, You can read the profile…

Hi,

You can read the profile generic buffer from the meter, but you need to add your own implementation on how to show the values.

You need the documentation from the meter vendor from the data structures.

BR,
Mikko.

gxjason

5 months 2 weeks ago

Dear Mikko, Yes, I…

Dear Mikko,

Yes, I understand. What I meant was for the "Frame delay = 100ms", in C# GX library, which function shall we refer to change this settings?

Thank you.

Profile picture for user Kurumi

Kurumi

5 months 2 weeks ago

Hi, Frame delay is not added…

Hi,

Frame delay is not added to the client examples, because that is not usually needed.

You can add 100ms delay to the begin if ReadDLMSPacket.

https://github.com/Gurux/Gurux.DLMS.Net/blob/3b7c4a0a63f2395f362b4897d5…

BR,
Mikko

gxjason

5 months 2 weeks ago

Hi Mikko, Very well noted…

Hi Mikko,

Very well noted with thanks. I understand what you mean.

May I also check with you:

1) Where in the code to set the "Inactivity Timeout" from default "120" to for example "240"?

2) And where to set the "Server Size Address" to "4"?

As we couldn't find the lines of code, are these something to be additionally added as well?

Thank you.

Profile picture for user Kurumi

Kurumi

5 months 2 weeks ago

HI, Client examples don't…

HI,

Client examples don't use inactivity timeout. They just read the values and close the connection. You must implement it, if you want to keep the connection up.

You can set the server address to four bytes like this:

client.ServerAddress = GXDLMSClient.GetServerAddress(logical, physical, 4);

BR,
Mikko

gxjason

5 months 2 weeks ago

Dear Mikko, Understood your…

Dear Mikko,

Understood your explanations regarding the inactivity timeout. We shall code it after the reading.

As for the server address size, we shall code it at the Settings.cs so that it will be set as desired.

Thank you.

  • Log in or register to post comments
  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Thu, 05/15/2025 - 16:26
    gurux.dlms.c 9.0.2505.1501
  • Wed, 05/14/2025 - 08:30
    gurux.dlms.c 9.0.2505.1401
  • Tue, 05/13/2025 - 10:00
    Gurux.DLMS.Android 2.0.15
  • Fri, 05/09/2025 - 13:03
    Gurux.DLMS.Python 1.0.181
  • Wed, 05/07/2025 - 16:09
    Gurux.DLMS.Android 2.0.14

New forum topics

  • Long reading ends with "Invalid frame ..." error.
  • Push listener example how it works + tcp stream issue
  • Problem with reading energymeter Star DTS27 via GXDLMSDirector
  • Receiver Ready Test Failed
  • Combining several meters' profile generic data into one
More
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin