08-16-2007 01:51 PM
08-17-2007 12:10 AM
Hi Bill,
I looked at your code (there are a few missing "SER"ial-port related VI, nothing serious) and have a question before suggesting a solution:
I want the data collected in the "Go" case to be saved to a file. The intent is to collect the data as the motor moves.
Do you mean you want multiple DAQs displayed/filed during SM Move?
If so, I'd be inclined to put a DAQ loop on your diagram that does nothing but call the DAQ VI periodically. The "DAQ loop" would always write to the Status cluster, but optionally log to a file. The "GO" case could enable/disable DAQ Logging by using a local-variable or occurrance to communicate with the DAQ loop.
Cheers!