Greetings,
I am programming a production end of line test stand for small air pumps using consumer/producer architecture for the program structure. I have three analog inputs (0-10 VDC) being fed into a Ni USB-6363 DAQ. I would like to be able to monitor all three inputs (continuously updated) using numeric indicators while the program is running. I tried adding a third while loop but that caused the rest of the program to stop executing.
Any suggestions on how to get this done??