Hello! I am attempting to graph a tag's data in realtime using perspective's time series line chart and it seems that the tag data disappears when I try to graph it.
I followed the steps from the Time Series Chart lesson on ignition university which are:
- Create a line time series component
- Bind the data property of the series property and select the tag that should be graphed.
- Press okay and the graph loads the tag's realtime data.
I'm not sure what I am doing wrong since the video was pretty straight forward. Here is some photos to give more context
This is my binding setup. I have a single series called realtime tag data
and have selected the [edge]IO/CT301_AI
tag to graph
The data viewer shows theres no data, but the tag certainly has data (as seen in the tag browser)
Please let me know if there is anymore info I can provide. Thank you!