As the title says, i'm trying to graph data on a digital wave form, but I want the data to be displayed in real time and be able to find the full duration of the code length. The long run project here is to send and receive data via and be able to measure the time delay between when that code was sent and when it was received. (im sending data via UDP currently if that matters at all, which isn't included in the code)
I'v attached a pretty sloppy VI of me attempting to get real time values from the data being created from a random binary generator and graphed. But the "get final time" function and "waveform duration" function don't give real time values.
In the VI I also try "get date/time in second" function and create the waveform but that didn't exactly work either.
Hopefully what i'm trying to do isn't too complex, I appreciate any help I can get.