02-22-2008 04:18 AM
02-22-2008 04:26 AM
Hi astiger,
Please try again to attach the files for us. ![]()
02-22-2008 04:57 AM
02-22-2008 08:26 AM
02-22-2008 08:54 AM
Dear Raven, thanks for your replay. I made the same thought but, I could not find out which is the waveform constant for that case. Do you have any idea on this?
Thanks,
02-22-2008 10:14 AM
Go to the VI that writes the file. Right click on the brown waveform wire and select Create Constant. Select it and copy it to the clipboard.
Go to the Read File VI and paste. Then wire up the constant to the Read Binary file function and try that.
02-22-2008 11:02 AM
Good idea but.... it doesn't work... Unfortunatelly....
02-22-2008 12:26 PM
02-22-2008 01:19 PM
02-22-2008 02:58 PM - edited 02-22-2008 02:59 PM
That's because you still don't have the waveform datatype wired up as a constant in your read VI. You put it back as double.
Try these attachments. The type coming out of the read binary file was an array of clusters. And the cluster was the array of waveforms, so I had to do some gyrations to get the waveforms back out to wire to a waveform graph.
PS. For your path controls in the Write VI, make sure you set the browse properties to new or existing. You have it set for existing which means it won't let you create a new file). Also, Replace or Create with confirmation on the File Open function which you have set as create. This is conflicting. The path control won't let you create a new file, but the Open file won't let you do anything but Create a file. !!!!!![]()