Hi Chris,
There is not a shipping example that would demonstrate exactly what you are looking for in your application.
The reading and writing to a file will require general VB 6.0 programming as Measurement Studio does not provide a feature to assist you with that. If you are not familiar with File I/O in VB 6.0, this site may be a good starting point:
File I/O - VisualBasic Examples .
Once again, parsing the input from the text file will also require general VB 6.0 programming. I am not sure how your text file will be delimited, but you can use this example as a guide to parsing the input from the file:
Parse String Using A Specific Delimiter .
To convert from strings to numbers in VB 6.0, you can use the Val() function. More information about how to use that function can be found on MSDN:
Val Function .
Once you have an array of doubles, you can plot the data on your waveform graph as usual. If you are not familiar with how to plot an array to a CWGraph, please take a look at our shipping examples. The Simple Graph example is a great starting point.
Jessica
National Instruments
Product Support Engineer