Build an Axiom screen that provides data based on a tag value
Hello
I'm trying to see if there is an (easy) way to build an Axiom screen that fulfils the following requirements:
- A combo with possible tag values for a given tag (let's say, within timeframe A and B).
- A value box that, based on the selection of the tag value above, will display the value of another tag.
I understand this is within the context of a particular timestamp value (at point in time), but wondering if there is an easy way to implement this (couldn't find anything so far) if not using:
- Events and automated reports (Showing the data at point in time for when the event is finished) - that would give me the snapshot of values I'm looking for.
- Scripting
Any suggestions?
Thanks
2 replies
-
Hi ,
Outside of scripting, I don't think we have this type of functionality out of the box. Maybe the closest thing would be a scatterplot so that you could set x-axis to the first tag and the y-axis to the second tag. In that way you could see the value of both tags at a given point??? -
Thanks , that won't work, our case is rather a multiple tags to be displayed using a pair label/value box. Think of this as a SQL Server Reporting Services example (typical classic BI).
It may be good to have some functionality like that in future releases, specially when looking at batch reporting, where a batch is selected and the (for example, latest captured) values are displayed before changing batch numbers. Like a classic BI report.
Thanks a lot for your response