Hi, I have a program that is a flat sequence that runs in a while loop. It consists of various delays and reads one analog channel and updates various digital outputs, none of which are time critical. What I want to do is sample the analog channel approximately every 30 milliseconds and display the result on a graph while the rest of the program is running. The only way i can see to ddo it at the moment is to embed it all throughout the sequence, which is inconvenient and inelegant. I guess what I would like an old-fashiened time interrupt, though I don't think it's practical to try to use a timer on the NI board. Thanks in advance.
↧