07-16-2014 09:50 AM
Hello,
'Looping Table.vi" This VI generates random numbers and gets the real time to plot them into a table. After a certain amount of entries, say 10, the first entry gets deleted and so on...(like First in First out (FIFO)).
I would like the same concept but instead of a random number generator, i would like to control the input with a numeric slider and have the entries shown in an array, with after 10 entries the 1 first gets delted and the 11th entry gets inserted, liek a queue.
Any help would be appreciated!
07-16-2014 09:56 AM