12-16-2005 10:27 AM
12-16-2005 10:55 AM
You can certainly write multiple sources to a single file. All you have to do is use the build array. Create one on the diagram and expand it for two inputs. Wire the capacitance and flux value wire to the inputs and wire the output to the Signals input of the Write LabVIEW Measurement File function. There will be a Convert to Dynamic Data Type function created and you'll want to right click on it to check it's properites and make sure that it's input data type is 1D array of scalars - multiple channels. You could also use the Write to Spreadsheet File function.
You can always copy code from a subVI and paste it into a main VI but why would you want to do that? It would just make the diagram in the main VI that much harder to read. It's also possible to save all VIs into an llb file. That might be useful for distribution but it's a really bad idea for development.
12-16-2005 01:45 PM - edited 12-16-2005 01:45 PM

Now name the file *.csv at the dialog and excel will open it without problems later. 😉
Message Edited by altenbach on 12-16-2005 11:46 AM