Skip to main content
Home
for DLMS smart meters
Open source solutions for DLMS smart metering

Main navigation

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

Breadcrumb

  1. Home
  2. Different Bytes In The Request

Different bytes in the request

Forum Rules

Before commenting read Forum rules

Don't comment the topic if you have a new question.

You can create a new topic selecting correct category from Gurux Forum and then create a new topic selecting "New Topic" from the top left.

By DenisMalakhov , 31 January, 2023
Forums
General discussion

Hello, I am using .NET library. The ReadRowsByRange method generates different bytes depending on where the code is executed. On my local work computer, one result is obtained, and in the docker container on linux (Ubuntu) there are other bytes.

public void ReadValuesByDateRange(DateTime start, DateTime end)
{
var profileGeneric = new GXDLMSProfileGeneric(LogicalName);
_spodesClient.Read(profileGeneric, 3);
var reply = new GXReplyData();
var dataToSend = _spodesClient.SecureClient.ReadRowsByRange(profileGeneric, start, end);
}

on windows:
126 160 79 0 2 102 113 97 248 43 57 230 230 0 192 1 193 0 7 1 0 98 2 0 255 2 1 1 2 4 2 4 18 0 8 9 6 0 0 1 0 0 255 15 2 18 0 0 9 12 7 231 1 25 255 0 0 0 255 0 0 0 9 12 7 231 1 25 255 23 59 59 255 0 0 0 1 0 126 8 126
docker container running on linux:
126 160 79 0 2 102 113 97 248 43 57 230 230 0 192 1 193 0 7 1 0 98 2 0 255 2 1 1 2 4 2 4 18 0 8 9 6 0 0 1 0 0 255 15 2 18 0 0 9 12 7 231 1 25 255 0 0 0 255 255 76 0 9 12 7 231 1 25 255 23 59 59 255 255 76 0 1 0 221 100 126

Input arguments were the same. Please can you tell what i can do with that? Or why is this happening?

Profile picture for user Administrator

Administrator

3 years 4 months ago

Hi, There are several…

Hi,

There are several parameters that affect communication. There is also a sequence counter that is increased with every read, but in your case the start and end dates are different.
Windows is using UTC:

<!-- 25.1.2023 0.00.00Z -->

Docker is using the current time zone (UTC+3:00)

<!-- 25.1.2023 0.00.00+03:00 -->

BR,
Mikko

tiger

3 years 4 months ago

https://t.me/pump_upp - best…

https://t.me/pump_upp - best crypto pumps on telegram
Make 1000% and more within 1 day, join channel @pump_upp !

  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Tue, 06/09/2026 - 11:16
    gurux.dlms.java 4.0.95
  • Tue, 06/09/2026 - 10:03
    Gurux.DLMS.Python 1.0.199
  • Mon, 06/08/2026 - 13:39
    gurux.dlms.cpp 9.0.2606.0801
  • Mon, 06/01/2026 - 10:15
    gurux.dlms.cpp 9.0.2606.0101
  • Thu, 05/28/2026 - 16:06
    gurux.dlms.java 4.0.94

New forum topics

  • Error reading L&G Meter
  • Pass a TCP Client to GXNet
  • Australian EDMI Mk10D (Essential Energy area)
  • Strange mix of data notificiation vs get response
  • DLMS Connection
More

Who's new

  • Tuanhgg
  • Adel
  • charnon
  • Paddles
  • Miguel Ángel
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin