LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

representing waveform data as in an oscilloscope

I am trying to represent some data I have generated simulating the way data is shown in an oscilloscope screen. These data are waveform type, i.e., it could be data generated by multitone generator or similar. I would like to see the signal running in my PC screen from left to right or right to left in the representation just like It is shown in an oscilloscope. I guess I should use a Waveform Chart with the Strip Chart option. But I am still not able to see what I would like to see. Any advice? Thank you in advance.
0 Kudos
Message 1 of 3
(2,719 Views)
If you want to show the waveform all at once (like a scope has captured an entire waveform), use a Waveform Graph. If you want something scrolling, put the chart inside a for loop and outside of it wire the waveform to the Get Waveform Components, extract the Y array and wire that through the for loop to the chart. You could also get the dt from the wavform and wire that to a wait function inside the for loop and simulate the time it takes to capture the entire waveform.
Message 2 of 3
(2,719 Views)
Due to your answer my problem is now solved. Thank you very much.
0 Kudos
Message 3 of 3
(2,719 Views)