08-02-2006 12:15 AM
08-02-2006 01:18 AM
08-02-2006 02:01 AM
08-02-2006 09:18 AM - edited 08-02-2006 09:18 AM

Message Edited by altenbach on 08-02-2006 07:19 AM
08-03-2006 04:13 AM
Oh,Thanks.
Compare to write a I32 constant to a file, writing a array which only contain one I32 component. Is the size of file the same?
Writing a array of 1M I32 to the file. How big will it be?
Thanks.
08-03-2006 08:36 AM - edited 08-03-2006 08:36 AM

Message Edited by altenbach on 08-03-2006 06:37 AM
08-04-2006 04:05 AM
08-04-2006 09:05 AM
It is NOT the same vi!!! You need to familiarize yourself with dataflow, LabVIEW does NOT execute left to right, any part can execute if all inputs have data.
In your particular case, the "file info" will execute at the same time you are building the file path. In addition, you are measuring the size of the stripped path and not of the new file. Try execution highlighting!
To fix your code:
All clear? 😄
08-04-2006 08:47 PM