06-01-2010 01:23 PM
I have a array of double indicator which is display an output outside a while loop, but it did display 0 at index 0.
Inside the while loop I have false case that do nothing, only output data when it is true.
In the attachment, the numeric dispalys a correct value, but the array does not? What wrong with it?
Thanks
06-01-2010 01:29 PM
06-01-2010 01:33 PM
06-01-2010 01:39 PM
thank you guys, I want to have a real time display, what do I replace the array outside the while loop?
06-01-2010 01:54 PM
06-01-2010 02:10 PM
06-01-2010 02:40 PM
Actually, what I really want to send the data to a calculation while loop in another sub vi. The indicator is just to prove if the data can be read outside the while loop. Can directly send the data to another while loop? Thanks
06-01-2010 02:42 PM
06-01-2010 04:04 PM
I add a notifier in two while loop but the receiving loop's data deos not updating. It looks like the array of double index 0 desn't change.
In the attachement, the numeric 2 data showing the first value and that stay there, while the numeric keep changing.
Did I do something wrong?
06-01-2010 04:40 PM