Hi,
I'm trying to save my real time data that i'm displaying it over intensity graph in an intensity chart.
i checked the example in labview > intensity graph and chart data types. but still couldn't solve my problem.
i'm working with sensor array that is displaying my data over intensity graph in good and accurate way.
i'm trying to save those data in intensity chart to review it over time.
i added a scrollbar to the x axis in intensity chart to review the old data by time
but every time when i'm running my vi, those data display on intensity chart, but never saved, just keep flowing. if i tried to scroll the x axis to previous time while the VI is running, i lose everything directly and the intensity chart start displaying the new data.
when i stop the VI from running, the scrollbar in intensity chart grayed directly and i can't check anything.
how can i solve this problem, any suggesting.
i tried to do a for loop with time delay and pass the data to chart, but still not working.
i tried a state machine and the same not working.
please check the snippet