Pepe96 Posted February 8, 2005 Report Share Posted February 8, 2005 Hi to all. I got the problem, that I need to create a file with the arrays took received from an instrument. As the file for receiving the data from the instrument is quite big, I created a trial-vi to implement the write to file function lateron. I attach a screenshot of the result and the vi. My problem is that the data should be written to the file in format of a table. for e.g. [file name] testpath [data] -24,300000 0,000000 -24,300000 0,000000 -24,300000 0,000000 -24,300000 0,000000 -24,300000 0,000000 -24,300000 . . . and not in that way as it is indicated in the screenshot-jpg-file. The problem seems to me to convert each of the two arrays into a column. Actually I am quite a Newbie in LabView but I already used the help and the search function without success I appreciate any help Thanks in advance. Pepe Download File:post-1500-1107865029.vi Quote Link to comment
Aitor Solar Posted February 8, 2005 Report Share Posted February 8, 2005 There are many solutions, I suppose. The easiest one: join the two arrays in a 2D array instead adding them separately to the string. Saludos, Aitor Quote Link to comment
Pepe96 Posted February 8, 2005 Author Report Share Posted February 8, 2005 Ok, thanks a lot! It works fine Salu2 ;-) Pepe Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.