LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DataSocket and For Loop

Hi all,

I try to use DataSocket Read (from LabView 6i) within For loop changing adress with every iteration. I need to read data from 50 computers so I thougt this was the best way. But it doesn't work correctly (or I'm doing something wrong) - time out doesn't work at all. Everythink is ok when I read data for each computer separately.
So is it possible to use DataSocket Read and For Loop (different data sources) ?

Kacper

p.s. sorry for my english (pseudo english ?)
but it's not my native language
0 Kudos
Message 1 of 2
(2,573 Views)
If everything is working fine for each computer, it seems that the problem is time related. Try to find out the necessary time for one read (use 2 time stamps - before and after) and use the resulting delay inside the loop (even a little bit more).
0 Kudos
Message 2 of 2
(2,573 Views)