05-12-2008 07:48 AM
05-12-2008 08:08 AM
Saving in excel format, can be a little complicated.
I would suggest to save your data in a spreadsheet. There are examle vis in Labview examples.
Excel can open a spreadsheet file if needed..
05-12-2008 08:20 AM
this may help too..
http://forums.ni.com/ni/board/message?board.id=170&thread.id=321361
05-14-2008 05:27 AM
Thanks 🙂
I have tried to output all the test settings to spreadsheet and whilst I can get all the data I require to be output. I cannot get it into a meaningful order so it can be loaded again at another time. I need to have the selected tests down the left hand column and then the corresponding test values for each of those tests in horizontal rows.
If anyone can suggest how I can organise the data into columns etc or add headers I would be sooooooo greateful!
I have attached my working vi and also a spreadsheet file of how I wish it to look.
Thank you very much
Liz
05-14-2008 05:46 AM
Hi Liz,
you can create a 2D array of your 1D array´s and write this to your spreadsheet file.
Mike