Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Length of parameter limitation

386 views19th December 2024parameter protocol size
3
Anna Carlsson [DevOps Member]368 19th December 2024 0 Comments

Is there a limit how many bytes a parameter can be? See example below.

<Param id=”502″ trending=”false”>
<Name>responseFrame_Get_Config</Name>
<Description>Response Frame Get Config</Description>
<Type>read</Type>
<Interprete>
<RawType>other</RawType>
<Type>string</Type>
<LengthType>fixed</LengthType>
<Length>1283</Length>
</Interprete>
<Alarm>
<Monitored>false</Monitored>
</Alarm>
<Display>
<RTDisplay>false</RTDisplay>
</Display>
<Measurement>
<Type>string</Type>
</Measurement>
</Param>

Laurens Moutton [SLC] [DevOps Enabler] Answered question 19th December 2024

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
2
Laurens Moutton [SLC] [DevOps Enabler]8.84K Posted 19th December 2024 0 Comments

Hi,

I’m not aware of an internal limit that would cap the size.
The length itself is determined by a 4 byte unsigned number, which would in theory come down to 4 294 967 295 bytes.

Of course other limitations would come into play before that, for example a string object can store up to 2 147 483 647, so a string parameter can never be larger than this. Then there are other practical limitations like if this is read out by a QAction then copying the value from one object to another would already reach an out of memory exception (32-bit SLScripting process). It’s also depending on where the data is coming from: if this is coming from SNMP then it means that UDP packets are being used, which is capped to 65535 bytes. If it enters through serial communication then that goes through SLPort, which is also a 32-bit process.

To try to summarize: in theory the length of a string parameter would be 2 147 483 647 bytes (2GB), but before this limit is reached there will other limits be reached first, all depending on how much the memory consumption is of the processes that need to fill the value in: SNMP and serial UDP will be capped to 65535 bytes, other communication or via QAction are 32-bit processes so filling in such parameter of 2 147 483 647 bytes will not be possible as copying the value already means out of memory limit. In the given example of 1283 bytes this should not be a problem. Out of practical experience I remember that having a parameter with 25MB was a lot, but was still possible.

Regards,

Laurens Moutton [SLC] [DevOps Enabler] Answered question 19th December 2024
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs