04-24-2007 07:17 PM
04-24-2007 09:40 PM
04-25-2007 09:42 AM
04-25-2007 10:53 AM
I have finished building the VI above for now, and think I've found all necessary functions to write the data to a spread sheet and read from it. Still I'm having trouble receiving anything meaningful. It would be great if someone could have a look at the updated VI's below, and advise me on where to go from here.
When I created the 'read from spreadsheet' vi, two icons appeared within the save file window. These were named 'bnry' and 'write.' Does anyone know if these are of any use?
Thanks
04-25-2007 10:57 AM
04-26-2007 08:32 PM
04-26-2007 09:45 PM
Are you attempting to write to three different files? If so, you've made it pretty confusing because you have the same message for all of the file dialogs. If you are trying to write to a single file, then you can do it much simpler than what you have now. The first thing I would do would be to eliminate all of the dynamic data type conversion and use scalars throughout. Also, what you are doing with the Array to Spreadsheet String and the Write File, can be done with just the Write to Spreadsheet function. You've also got an incorrect format string of %1 and one is missing.
I've never used cFP but isn't there a way to get multiple channels without having an Express VI for each one? If this was a DAQmx task, all channels from a single DAQ board would have a single VI for the acquisition.
And, while it is apparently okay to wire dynamic data to the while loop's conditional terminal, does this actually do anything? What makes the while loop stop?
04-27-2007 08:33 AM
04-27-2007 09:20 AM
04-27-2007 04:50 PM