08-25-2022 07:54 AM
Solved! Go to Solution.
08-25-2022 08:23 AM - edited 08-25-2022 08:24 AM
The only missing implementation is that you need to keep on building an array of XY waveforms for each file you load, store in a shift register and display it on the graph.
Note - I don't recommend using the Dynamic data type, for the sake of keeping the changes minimal, I decide to leave the dynamic data type as such.
Edit - I didn't test it but if your implementation was working earlier it should continue to work for multiple files.
08-25-2022 09:14 AM
08-25-2022 05:10 PM
A few more comments:
Here's how it could look like (simplified).
Personally, I would use a complex 1D array for each plot. Here's how that would look like.