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
    • YouTube Videos
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Agility
      • Book your Agile Fundamentals training
      • Book you Kanban workshop
      • Learn more about 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)
    • >> Go to DataMiner Docs
  • DevOps
    • About the DevOps Program
    • Sign up for the DevOps Pogram
    • DataMiner DevOps Support
    • Feature Suggestions
  • Swag Shop
  • Downloads
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Solutions
    • Deal Registration
  • Contact
    • Sales, Training & Certification
    • DataMiner Support
    • Global Feedback Survey
  • >> Go to dataminer.services

Sequence for parameter1= parameter1*10^parameter2

104 views13th June 2025sequence
0
Fernando Ejarque [DevOps Member]24 13th June 2025 0 Comments

Hello Dojo,

Is it posible to perform this operation with the sequence tag?

parameter1= parameter1*10^parameter2

Flavio Meneses [SLC] [DevOps Enabler] Answered question 13th June 2025

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
1
Flavio Meneses [SLC] [DevOps Enabler]1.04K Posted 13th June 2025 2 Comments

Hi Fernando,

Am I correct in assuming that you are referring to the sequence element of the interprete tag in the connector to perform a mathematical operation? If so, I believe you should be able to do something like this:

<Sequence noset="true">factor:10;pow:id:2</Sequence>

Docs: Sequence element | DataMiner Docs

Hope this helps!

Flavio Meneses [SLC] [DevOps Enabler] Posted new comment 16th June 2025
Fernando Ejarque [DevOps Member] commented 16th June 2025

Hi Flavio!

Yes you are correct, I am referring to the sequence element of the interpreter tag used in a connector.

The problem whit your aproach is that DataMiner doesn't follow the order of mathematical operations rules (parentheses, exponents, multiplication and division, addition and aubtraction), so instead of do x= x*(10^y), Dataminer do x=(x*10)^y

I tried to add parentheses <Sequence noset="true">factor:(10;pow:id:[pid])</Sequence> and as I expected, it didn't work .

Any other ideas before using a QAction?

Flavio Meneses [SLC] [DevOps Enabler] commented 16th June 2025

Hi Fernando,
Perhaps the QAction is our best option here. I can think of alternative ways to achieve it via the sequence element, but that would complicate things in the end.
As an academic exercise, you could try:
<Sequence noset="true">div:id:pid1;factor:10;pow:id:pid2;factor:pid1</Sequence>

Ideally, this would result in: ((1*10)^pid2)*pid1

If pointing to its own PID does not work, you could use the 'copy' action to copy the value to another PID.
However, as mentioned before, using a QAction might be cleaner and more maintainable in the long run.

https://docs.dataminer.services/develop/devguide/Connector/Actions/ActionCopy.html

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

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin