05-06-2008 08:00 AM
Solved! Go to Solution.
05-06-2008 08:06 AM - edited 05-06-2008 08:06 AM
Hi vmrak,
if you want to write a string, you have to transform all datas to string. See the attached picture. Hope it helps.
Mike
05-06-2008 08:06 AM
05-06-2008 08:59 AM
05-07-2008 06:43 PM
05-07-2008 06:51 PM
vmrak wrote:
Mike my application is very similar to what you posted can you look at my vi I have attached it it was done in labview 8.2. I cant figure out why my data is not a row when i open the csv file it looks like my carriage return happens after each item rather than after the entire string.
05-07-2008 07:21 PM
Thanks altenbach I took out the \r then I put a for loop around everything so the vi would run 5 times and the data was typed in 5 rows as expected
what i dont understand is how did it know to write to the next row without a carriage return symbol
05-07-2008 08:20 PM
05-08-2008 07:39 AM
05-11-2008 01:29 PM