08-18-2005 08:22 PM
08-18-2005 11:04 PM
08-19-2005 03:03 AM
08-19-2005 03:27 AM
08-19-2005 04:20 AM
08-19-2005 04:31 AM
08-19-2005 09:04 AM - edited 08-19-2005 09:04 AM
Here are a few comments:
Make sure that you don't confuse things. You are talking about cases of a case structure and NOT frames of a sequence structure.
You only use these outputs in one single case! This means that you should place all the code (everything that is currently to the right outside the big case structure) including all the output terminals, inside the case labeled READINGS. You definitely don't want to e.g. write the empty arrays to a file after executing any of the other cases, right?
According to the name (MAIN.vi), this is the toplevel VI. Toplevel VIs have their core code typically encased in a while loop polling for user input. How are you using this? Are you always restarting this program from scratch? Are you using the "continuous run" button?
You should also do something about your FP color scheme, it hurts the eyes! 😉
Message Edited by altenbach on 08-19-2005 07:15 AM