10-13-2011 12:25 PM
I try to write the waveform data to a file in the input part.But,their type doesn't match.Could you tell me how to match them?
10-13-2011 01:20 PM - edited 10-13-2011 01:28 PM
The Write to Text File only accepts a string as an input, thus it's your responsibility to convert the waveform to the string that you actually want to write out to file. You could, instead, use the Write to Measurement File Express VI. That will accept an array of waveforms and write it out to file. If you select ".lvm" that will be a text file. As an alternative, you can use the Export Waveforms to Spreadsheet File VI.
10-13-2011 05:08 PM
Thank you.I try to use a spreadsheet and it works.But,why is there only one data?It should be 1000.
10-13-2011 05:09 PM
Sorry,I forgot to stick my vi.
10-14-2011 11:01 AM
You are simply not paying any attention to what people are telling you to do. It was recomended to use the Write to Measurement File or the Export Waveforms to Spreadsheet File. Instead, you ignored that and for some reason that only you know, decided to do something else. I for one do not feel obligated to provide any more help when you ignore what has been given.