07-05-2005 01:14 PM
07-05-2005 01:15 PM
07-05-2005 02:03 PM
07-05-2005 02:06 PM
07-05-2005 07:47 PM
07-05-2005 11:22 PM
Save the VI and the subVI that actually does the writing to the file with new names. Now on the top level vi right click on the 2D and 1D inputs and change the representation from SGL to DBL. Save your work.
Now open the diagram and you'll notice that the subVI that writes the data has coersion dots on its icon. Open the subvi and right click on the 2D and 1D inputs and change the representation from SGL to DBL. Save your work.
You should now be saving in Double-Precision. Make similar changes to the read VI and you're done...
Mike...
07-05-2005 11:43 PM
The read vi is actually a bit more complex to modify.
Modifications to "read from SGL file":
Of course you could just use a few low level VIs instead, you probably don't need all that flexibility to read or write a plain DBL 1D array.
07-06-2005 01:38 PM