I have two elements with different protocols. I would like to display information from both elements into one table.
Is it possible to from one connector fetch information from another connector and display in a table.
I found information related to a view table. Is this what I should use, even when the elements are using different protocols?
/Anna
Hi Anna
With view tables, you can indeed display information from another protocol, but they are not intended for alarming/trending. The alarming/trending should occur on the parameter that holds the actual value.
If the idea is not to alter the behavior of the connector where your table resides, and you just want to retrieve a table from it. Assuming that, I'd suggest retrieving the remote table data using the class library.
Regards,