01-21-2013 03:24 PM
This is better looking
01-21-2013 03:26 PM
https://decibel.ni.com/content/docs/DOC-3052
http://forums.ni.com/t5/LabVIEW/how-to-save-string-to-a-file-txt-or-xls/td-p/931255
this guy from Ni also sent these to me
01-21-2013 03:54 PM
According to the image, you still did not do what I asked. You clicked on the output of the Concantanate String function. Please turn on your Context Help and move the mouse to the VISA Read. Then move it to the output called 'read buffer'. That is the output you should be right clicking on.
And please, after this, no more word files.
01-21-2013 04:14 PM
This is for David
01-21-2013 04:14 PM
Thanks, Donya. I'll take a look at this.
01-21-2013 05:37 PM
My boss did not like the extra rows that this is introducing, please let me know what I need to do, if its easy to fix, if its not I will be calling you on wednesday, after noon, to see how I can fix that.
when I tried to open it in Excell, there are 2 rows between each row of data, and that is what my boss doesnot like about.
if you are familiar with Putty, he wants the data to be printed from Lab View like it would in Putty.
Thank you
Donya
01-21-2013 05:38 PM
and this one is the one with space
01-21-2013 05:55 PM - edited 01-21-2013 05:56 PM
please let me know
01-21-2013 06:09 PM
Your program is adding a CR/LF to each string read so it looks like it is your fault for the extra rows. Why don't you just remove it? If the string that you read already has the termination, does not make any sense to add another.
01-23-2013 03:26 PM
Hi,
I did what you asked me to do and it did not make it look like the CSV file that I wanted it to be, I took the comma string and %s string and left it empty and it did not make the extra rows disapear but it made the ectra space in columns to go away and pushed the columns together and put the commas in between.