08-16-2006 09:50 AM
08-16-2006 10:04 AM
08-17-2006 02:43 AM
Ok!!! Let´s supose that I´m working with an array of datas... I will read from Eletronic Load, in one loop execution, for example, an array of 50 datas. How to put this 50 datas in a XY graph in 50 diferent time? As I sad, I will have 50 datas - 1 time... I tryed already implement another loop to read this array, one in one data, and put in the graph. But the problem is that this while loop is faster than the loop to read from Eletronic Load... After I make my graph, I have to wait 100 ms (GPIB VI takes to read the array) to put again the datas in the graph... So I have a delay of 100 ms!!!
How to sove this problem?
Greetings!!!
08-17-2006 10:30 AM