well, my project runs fine if i use one whle loop for datalogging, but once
i use 2 while loops the data readout to an indicator misses the actual data
displayed on a power supply.
one of the while loops only is used to read out the data to the front panel
display but the other while loop is the one that capture that data of the
project. all of this is done through GPIB...
my application in tails the following:
1. i have 4 power supplies
2. i'm readin the data from them.
3. one is reading constantly the other checks every 5 min then logs the reading.
but here is where the problem arise, it skips reading????
i needs someones help...