Hi,
I have found the following situation.
The Evertz Magnum Router uses the Quartz protocol [serial] to retrieve information.
This information is stored in a matrix object.
Once all the required Quartz communications are completed the matrix object is used to fill in the tables Sources and Destinations.
No matrix parameter is defined on the driver.
The Sources and Destinations tables are used for DCF.
We are noticing some missing/recreated DCF interfaces on the element.
Would it make sense to remove the matrix code since there is no matrix parameter in the driver?
Then store the Quartz responses in buffers and fill the tables with those avoiding unwanted changes in the DCF tables.
Thanks in advance.
On this particular case we determined that a matrix was not necessary.
The related code was removed.
The code was updated to ensure that:
Tables used to make DCF interfaces should be as static as possible.
- No automatic removal through polling unless enabled with a togglebutton
- These tables should be implemented similar like a DVE. (State columns, Remove Buttons, AutoRemoval Togglebutton)