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

Load Crosspoint Function

Solved892 views18th July 2024Matrix matrix crosspoints saving
2
Sigan Kunai96 11th April 2024 2 Comments

Hello,

I am looking forward to seeing what the following action would be triggered when I use Load Crosspoint on matrix component, because when I checked out the proceeding action there is no trigger into OnCrossPointsSetFromUI is executed in the protocol. What should I implement to make the Load Crosspoint function works under the matrix protocol integration, Which method or QAction needed for this sort?

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 18th July 2024
Marieke Goethals [SLC] [DevOps Catalyst] commented 6th June 2024

Hi,
I see that this question has been inactive for some time. Do you still need help with this? If a task has been created as Tom suggested, and no further feedback is needed here, could you select the answer to indicate that the question requires no further answers?

Marieke Goethals [SLC] [DevOps Catalyst] commented 18th July 2024

As this question has now been open for a long time and there has been no further reaction from you, I will now close it. If you still want more information about this, could you post a new question?

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
1
Tom Waterbley [SLC] [DevOps Catalyst]8.89K Posted 11th April 2024 2 Comments

Hi Sigan,

Cou you please elaborate on what you mean with “load crosspoint”, because the matrix class doesn’t have such method.

If you want to set crosspoints you can use the following code. Both inputNumber and outputNumber are zero-based.

matrix.Outputs[outputNumber].Connect(inputNumber);

or

matrix.Outputs[outputNumber].Disconnect(inputNumber);

When you are done setting all crosspoints you must call the following method to send the changes to the element (UI).

matrix.ApplyChanges(protocol);

An example connector can be found in the following repository on GitHub: https://github.com/SkylineCommunications/SLC-C-Example_Matrix.

Hopefully this helps you further.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 18th July 2024
Sigan Kunai commented 12th April 2024

Thank you Tom for Reply,

As you know there is this an option in DataMiner Cube for saving matrix Crosspoint parameter and you can Load this saved Crosspoint. So what I am talking about when I saved a crosspoint and load this configuration the output is connected to input in matrix component but the there is no an action has been done like sending Connection command to Device, so the OnCrossPointSetFromUI method is not executed as well? Which method should I implement in the Connector to be able to send command to device when I Load Crosspoint in Cube ? Is there something I missed ?

Tom Waterbley [SLC] [DevOps Catalyst] commented 12th April 2024

Hi Sigan, you’re right, just tested it myself and the write parameter of the matrix indeed doesn’t seem to be triggered. This looks like a bug. Could you maybe get in touch with your contact in Skyline so that a task can be created in the correct project please?

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