Can anyone enlighten me on how to create the recording of waveform and playback version of it? Currently my vi's graph could display the waveforms measured but i wish to record the waveform and playback them again. Thanks!!
how do you measure it? Do you read it from a hardware? You can use a state machine architecture with one case for record your data and one for playback them. You can store the data in a shift register.
I am using NI PCI-6723 to measure the voltage signals. I displayed the signals all together in the graph. What i wish to do is to record the waveforms on the graph and eventually replay is through playback for analysis purposes. Anyway, regarding the shift register, do you have any examples to illustrate your concept. Thanks bro!!