LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabView with IO Tech wardware, how to: OUTPUT

Hello everyone,

 

I have just switched my former NI hardware for IO Tech hardware because I am developing and Input/Output program. I am perfectly aware that this is an NI forum and probably most of you are not familiarized with IO tech products but must recall that it belongs to NI.

 

So far no problem has been found with data acquisition and predefined output signals. However,  I do not manage to handle signals created in real time (within the while loop) since I have not seen neither examples nor How to's files. The program stops after the first iteration. By the way, I am a LV beginner...

 

Regarding hardware, IO tech daqboard 2000 & DBK202 running on LV 8.2

 

May any of you help me?

 

Thanks

0 Kudos
Message 1 of 2
(2,398 Views)
Well, your loop's control terminal is set based on any of the following conditions being true: an error, read timed out, data acquisition complete, user presses button on front panel. If i had to guess, I'd say the underlined condition is your problem. There is no reason to stop the loop on this condition.
0 Kudos
Message 2 of 2
(2,395 Views)