in my lv , i want to use the time that the vi has run to control the output.
for example, a series num inputs ( t1 t2 .....stands for the time valu) ,and o1,o2...stands for the valu i want to output.
during the time intaval 0---t1(seconds), the output valu is o1
t1---t2 the output valu is o2
t2---t3 the output valu is o3
...............
so how can i fulfill this func? thanks!!!!