Hi Dojo,
is there a way to show the alarm state led on a parameter that was queried via GQI. In our case the parameter is extracted from a table where we need the selection of a state component which is composed from another table to determine from which row to display the parameter:
Thanks in advance!
Manuel
Hi Manuel,
This is not possible through a GQI query at this moment.
However, there are ways to achieve a similar behavior:
- Apply the Operational status as a Protocol Parameter on the State component as data.
- Feed the Element and Indices from a table to the State component as a filter.
Makes perfect sense. We can indeed fetch that value through GQI, but we’re currently still missing the alarm state. Feel free to create a new feature suggestion for this. If it gains sufficient interest, we’ll explore the possibility of incorporating that capability.
Hi Sebastiaan,
unfortunately that is not working for us since the index of table 1 is different from the index of table 2. What we have is a selection of table 1 which has parameter A as index. To find the correct row in table 2 we need parameter B from table 1 since this is at the same time the index for table 2. From this row we would like to show the alarm status for parameter 3 after selecting parameter 1. Hope this makes sense.