Hi everyone,
I have been working on a protocol that has 4 different matrices. While trying to test them, I have not been able to get the Matrix NuGet to trigger the OnLockSetFromUI method on any of the matrices. I have tested this with only one matrix and it triggers correctly, but with 2 or more it only triggers on one of the matrices or none at all.
I am already only using one Discreet Info parameter as using more than one is not advised.
I am testing this in a DMA with version 10.3.0.0-15133-CU21 and NuGet Skyline.DataMiner.Core.Matrix.Protocol version 1.0.0.2.
Does someone have a working example of a protocol with more than one matrix where this works? Or does anyone have any idea of a possible fix for this?
Thanks in advance!
Hi Rafael,
Although I have not done it in those circumstances I do not see why it should not work.
I recall that the library requires several parameters to be configured in the constructor and it can be error-prone, I would start by double-checking that all IDs are correct and in the correct order.
Hope it helps.
Hi João, I had double checked it more than one time, but I asked a colleague to double check it with me and that was the case.
Thanks a lot for the help.