Hello,
I want to import 2 Signals from an ascii file. The Ascii File looks like:
A B C
-------------------
1 234 1.324
2 234 1.234
3 563 1.578
4 643 2.324
5 734 3.234
6 832 2.234
7 923 1.234
I use the Express Vi "Load from Ascii".
First Signal: B y-values, A x-values (time)
Second Signal: C y-values, A x-values(time)
In the Express VI itself everything works fine.
But if I start the whole programm it says:
"Error -90904 occurred at an unidentified location
This error code is undefined. No one has provided a description for this code, or you might have wired a number that is not an error code to the error code input."
This only happen, if I set A to the y-values. (but this is important)
How can I prevent this error?
Thanks