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. Node
  3. Gurux Simulator Crash On Reading Limiter MinOverThresholdDuration Value

Gurux simulator crash on reading limiter MinOverThresholdDuration value

By andre538 , 14 January, 2025
Forums
Gurux.DLMS

Hello,

Gurux simulator crash with error "Value was either too large or too small for an Int32." while reading saved meter xml file at startup.

From meter xml saved datafile:
<MinOverThresholdDuration>4294967295</MinOverThresholdDuration>
<MinUnderThresholdDuration>4294967295</MinUnderThresholdDuration>

Blue book limiter definition:
min_over_threshold_duration (static) double-long-unsigned min_under_threshold_duration (static) double-long-unsigned

From GXDLMSLimiter.cs:

MinOverThresholdDuration = (UInt16)reader.ReadElementContentAsInt("MinOverThresholdDuration");
MinUnderThresholdDuration = (UInt16)reader.ReadElementContentAsInt("MinUnderThresholdDuration");

Looks like meter value (MinOverThresholdDuration, MinUnderThresholdDuration) is maximum for unsigned int 32 bit, while

ReadElementContentAsInt
// Reads the current element and returns the contents as a 32-bit signed integer.
Returns:
// The element content as a 32-bit signed integer.

So at first you are trying (step 1) to convert 32 bit unsigned to 32 bit signed, and after that you are trying (step 2) to use (UInt16) type modifier.

Step1 gives an error, and step2 is incorrect too, IMHO.

Profile picture for user Kurumi

Kurumi

1 year 8 months ago

Hi, Thank you for pointing…

Hi,

Thank you for pointing this out. This is now fixed. Get the latest version.

BR,
Mikko

  • Create new account
  • Reset your password

Hire Us!

Latest Releases

  • Wed, 08/26/2026 - 09:04
    Gurux.DLMS.Python 1.0.203
  • Mon, 08/17/2026 - 11:28
    Gurux.DLMS.Python 1.0.202
  • Mon, 08/17/2026 - 09:47
    gurux.dlms.cpp 9.0.2608.1701
  • Mon, 08/17/2026 - 09:25
    gurux.dlms.c 9.0.2608.1701
  • Mon, 07/27/2026 - 12:37
    gurux.dlms.cpp 9.0.2607.2701

New forum topics

  • Security vulnerability report — request for a private contact (GuruxDLMS.c / ANSI C)
  • Topic: Insufficient Memory Error When Reading Class 7 Profile Generic Objects
  • SN ReadResponse returns all-null values when response spans multiple HDLC frames
  • Gurux.Serial.Android 3.0.6 – CH340 (HL-340) USB-Serial Adapter Not Working,
  • Trying to talk to a L&G E360 meter (Using Python Gurux)
More
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin