11-14-2011 08:12 AM
The short answer is I have a requirement to read/sample every 10 ms. Trying to explain to the user that I have to display it at that rate too if they'd like real time data. I put a case stmnt in my loop to display the data every 50th iteration ( user selectable) of the loop, that slowed the display down a litle but added over head to my reads. I think I'm going to pursue Wayne's suggestion.
11-14-2011 08:14 AM
Thanks...that sounds more robust. I wasn't aware of that solution on the Read Write Visa until you pointed it out.
11-14-2011 12:33 PM
11-14-2011 12:38 PM
Scary part is that I can remember when that show first appeared on TV.
11-14-2011 04:15 PM
It sounds as though Wayne's solution is on the right track. Let us know if that works for you, Mark!