wkamin
2008-08-13 17:10:07 UTC
Hi, I have a simple Data Acquisition setup where I read 32 voltages, and write them to file. I want my front panel to update the displayed voltages every 2 seconds, but only want the same values to be written to file every 5 minutes. I've tried nesting one timed loop in another, but the displayed values update at the same time interval as the write to file (Write-to-file loop nested in main timed loop). I've also tried creating one timed loop for the display (2 second interval) and a separate timed loop for the write to file (5 min interval). However, while the display updates, the write to file does not work. I just want two timers working simultaneously, but one gets data from the other after 5 minutes. Sorry if this is a repeat post, but I couldn't find answers elsewhere. Thanks in advance,Walter Kaminski