02-26-2007 02:48 PM
02-27-2007 10:53 AM
Hi rcard53762,
Have you taken a look at our Write to Measurement File Express VI and Read from
Measurement File Express VI? These VI's will bring up a configuration
dialog box when you place them on the block diagram that walks you through
setting up your file I/O. If you do not
want to use these, you can also take a look at the Write-Read Text File.vi in
the NI Example Finder. This example shows different methods of writing
and reading from file. To get to this example, open LabVIEW » Help » Find
Examples » Fundamentals » File Input and Ouput » Write-Read Text File.vi.
Please let me know if you have any further questions. Best of luck on
your application!!
02-27-2007 11:31 AM
02-27-2007 11:58 AM - edited 02-27-2007 11:58 AM
Try this. The Tek Read Waveform returns a cluster that the waveform graph can accept but the Write Measurement File expects either a signal data type or a waveform data type. The code below will convert the cluster to a waveform data type.
Message Edited by Dennis Knutson on 02-27-2007 10:59 AM
03-01-2007 07:38 AM
Thanks for the help that worked.