07-24-2009 01:26 PM
07-24-2009 02:20 PM - edited 07-24-2009 02:25 PM
07-24-2009 04:37 PM
Dear Hueter,
Thank you so much for your great work! your program is lot more efficient than mine. I have made some slight changes in your program just for my work purpose. I just have one more question: is there any way I can use LabVIEW to put Smell 1, smell 2, smell 3, smell 4, smell 5 in one row and the numbers acquired in the second row. I have added True constant to put the data in a row in the exl sheet. However, all the smell numbers and data are in one row instead of two. I have dragged the acquired numbers to the the second row. therefore the variable coresponding to the smell are side by side. I was wondering if LabVIEW can automatically send the smell types in one row, and the numbers in the other. If you just run the attached VI and see the collected data in the exl spreadsheet, i think you will be more clear what I want to know.
Thanks,
Samia
07-24-2009 04:45 PM
07-24-2009 04:56 PM
Check it out...
07-24-2009 05:17 PM
Sorry, I meant putting the smell numbers in one COLUMN, and the variables in anothe COLUMN.
having them in two rows is pretty messy and there is a higher chance of making mistake while analyzing.
07-24-2009 05:34 PM
THANK YOU EVERYONE FOR ALL THE HELP!
~Samia
01-25-2010 02:38 AM
if you to put the header in one raw and the reading in the other raw, you simply change the comma delimiter to the default tab (/t), just leave the delimiter unwired you will have 5 headers in the cells A1,B1,C1,D1,...so on, and the reading will be in A2,B2,C2,....so on.
i hope this will help
regards
Aneece
08-09-2013 01:39 AM
Hi everyone,
Could you please let me know if there is a way to collect 1D data into specific column of a spreadsheet (CSV file)? I would like it to appear not on the first column but on the 2nd or 3rd?
Thanking everyone in advance
08-09-2013 01:56 AM