03-04-2021 08:50 AM
Hello!
I have this program that is generating random values to a waveform graph and is able to save the values to a file, but i also want to read the file into the same waveform graph, what can I do to solve this?
Thanks!
03-04-2021 12:28 PM
First of all it will be good for you to understand, what did you do.
Your app doesn't work even without file reading.
It goes to status1
And stays there forever
Also it will never reach a final state (and queue will not be released)
Finally, what's stopping you from writing the data to the graph where you prefer?