Hi Dojo,
We have a matrix with 1152x1152 dimensions. This layout is a little bit bigger from the standard 1024x1024 matrix dimension.
The matrix component in a connector shows the inputs and outputs grouped per 16 by default.
→ Would it be possible to group the inputs/outputs by 18 to match the I/O of the device instead?
I noticed there's a Page property for the I/O that can be overridden with the MatrixHelper class but this feature seems to be only available from DM 10.3.1 onwards. Matrix Helper | DataMiner Docs.
Thanks in advance.
Hi Robin,
This can be done by updating the ports.xml settings file via code. To do this, you can use the NotifyDataminer(128) command. You can find more information on this command in NT_UPDATE_PORTS_XML (128) | DataMiner Docs
Note that this command can overwrite the settings stored by a user via the matrix context menu, so be careful when to use this command.