06-20-2021 07:13 AM
I am acquiring data using daqmx function in a while loop and I want to display the real time data on a waveform graph. I need the graph to update each second with the new data acquired and ignore the data of the last second/seconds. I created a simple program to show what I am doing, the problem with my current implementation is that the new data keeps getting appended to the array and the waveform graph ends up acting as a waveform chart and shows the whole array instead of the data of the last second. I would be grateful if someone instructs me to how to implement it right 🙂
Solved! Go to Solution.
06-20-2021 11:54 AM
Hi Amr,
@Amr95 wrote:
I created a simple program to show what I am doing, the problem with my current implementation is that the new data keeps getting appended to the array and the waveform graph ends up acting as a waveform chart and shows the whole array instead of the data of the last second. I would be grateful if someone instructs me to how to implement it right 🙂
04-24-2023 01:50 PM - edited 04-24-2023 01:51 PM
Can you demonstrate your solution GerdW, I would also like to see the solution for this problem.