08-04-2005 10:11 AM
Hello!
I have big problems, with reading MultiChannels from may DAQMX MIO-16E-1!
I just stopped the time between the console writeline as you can see in the code below: it takes 69msec !!!
why that? I have 200 measure points in one second, and I take 10 out of them, so it can only take 5msec if you calculate!
Please help me to optimize, so that I can get 10 samples in real time!
Yours, Klaus
08-05-2005 03:12 AM
08-05-2005 03:16 AM
hi!
Thanks, in my big program, I already have the things in the constructor!
I found my mistake: the GUI is to slow.. it always taks 15ms to show new values!
BUT: I have another problem with that kind of reading MultiSamples:
I took an multimeter to check wheter the data is in real time or not.. and it isn't ! The shown values are old values..
Are there any problems concerning to read the samples? do I read to much, because they are old.. I mean 1-4 sec after i measure the real voltage, on my program, the real voltage is shown!!!
I haven't had the problems with ReadSingleSamples!
Yours, Klaus
08-05-2005 11:33 AM