08-01-2005 03:20 AM - edited 08-01-2005 03:20 AM
Message Edited by reen on 08-01-2005 03:21 AM
08-01-2005 07:11 AM
You can collect the data in one loop in an array and in a second loop, a (GUI thread) you can display the last value of the array. The GUI thread timing can be done with a wait statement (1sec) or an event timeout. There are many other ways to do this but this is the easiest. You can also average a group of points if the numbers are very noisy.
08-03-2005 08:25 AM
08-03-2005 08:35 AM