07-15-2014 08:58 AM
Hello all,
I wish to do the following:
I want to generate random numbers in one column on my array and have the second column with the current time and date. I want to then plot only the random numbers that have been generated along with the TIME from the Get Date/Time function. I want to put this into an array and plot them with a XY graph rather than in a spreadsheet.
I have done this top part.
However, I would like it to run continuously, instead of waiting to gather the data, and THEN plotting the numbers. Essentially, the random number generator i put is supposed to represent an 1d array that will be constantly updating itself from signal inputs continuously.
Side note: For my purpose i want to get the time indepent, rather than use a waveform chart and use the internal clock of that vi. I would liek to use an XY graph and not a waveform chart/graph.
Thank you.
07-15-2014 09:01 AM