Displaying Alarms
Hello!
I have added near 1,000 alarms (boolean), and I want to be able to show a chart with text only when these are true. How can I do that?
4 replies
-
Hi sagar ,
Booleans are displayed as True or False on a chart. If you wanted to display the text, without the trend line, you would have to transform the data either at the source (in which case the data would no longer be stored as a boolean) or using calculations (which would double the amount of tags).
Another option could be to display them in a grid instead of a chart. Then you are only seeing the text.
-
Thanks, Steve. I think I used the wrong term since I am familiar with the grid concept. What I was looking for is more so a table or list that is only populates if the tag is boolean = true.