01-31-2006 06:08 AM
01-31-2006 06:14 AM
02-04-2006 07:48 AM
GerdW,
I ran into a problem applying your logic to my application (progress bar). The application I used at home worked great. My application gives me an error when I attached the interger I32 wire to the Read File vi and causes my data output from the Read File vi to a cluster of 1 element. I tried a few things but still have the error. The data type coming from the Read File vi was 1D array going into my analysis vis. Can you take a look at the pics I've attached? I'm sure its something really simple. You've been a great help.
Alv
02-06-2006 02:18 AM
"If count calls for an array of elements and the
specified data type is an array, the function automatically returns a cluster of
arrays or cluster array
because LabVIEW does not allow arrays of arrays."
That should be the source of your problem...
Sorry, at the moment I'm very busy, so no further investigation on
this. I normally don't use datalog features of Labview, so maybe you
could also read your file without using datalog (you have to convert
from bytestream to your data on your own).