03-06-2007 06:01 PM
03-07-2007 01:08 PM - edited 03-07-2007 01:08 PM
Hi,
It looks like your program could be filtering out an error message, but your error is still stopping your program.
If you connect the error cluster through in the enabled case, do you get an error after you exit? If so, what is it (Screen shots are helpful)? Just to check, is the data that you read correct? Also, I don't know that your timing is that accurate. You don't control when the tick count is taken, so it may occur before, during or after that AI Read. To get a better idea of the time it takes you should probably use the tick count at the end of your loop, possibly in the enabled state of the Diagram Disable Structure.
Hope this helps, please post back and we'll get you up and running.
Cheers,
Andrew S
National Instruments
Message Edited by stilly32 on 03-07-2007 01:08 PM
03-07-2007 03:24 PM
Do you know the actual response time of your thermistors? Unless they are very small, they are probably fairly 'slow' (100's of milliseconds to seconds). You should only need to sample 5 to 10 times as fast as their reponse time to get valid data. Any faster and you are probably generating too much data.
Just a thought to consider.