11-13-2009 08:24 AM
Hi all,
Attached are the VIs that make me crazy.
The problem is simple, Creat fake signal creats datas and uses a strict type def control (cluster) then this cluster is flatten to a string and written into a text file.
Test read opens one of that file and unflatten the datas with the same stric type def. There is the problem it does not work!
If I wire a cst arry into the data terminal of the bundle by name, then there is no problem. By if I wire other array it does not work always... It seems random.....
I hope that somebody can help me. Even people reproducing the error are welcome, to know if it comes from my computer.
Thanks a lot for the help
11-13-2009 08:43 AM
11-13-2009 08:51 AM
11-13-2009 09:15 AM
Thanks, for the help.
The thing I don't understand is that: I wrote a software to acquire signals from a daq card, and I use the same way to same the data and the same way to recover it. It works perfectly.
Now I just want to creat fake signal to validate a piece of software to detect some features.
The way I use unflatten from string always worked (in many projects) and now it does not...
I must confess that your method works but I want to use the type def in order to keep the possibility to make my program evolve.
If you have an other idea....
Again thank you.
11-13-2009 09:55 AM
11-13-2009 12:02 PM
11-15-2009 03:44 AM
11-15-2009 10:25 AM