I am hoping to get some help writing to a file. I have a large string (oa signal data.vi)and when it writes to a file it does not put an end of string at the end of each line. I have tried to put returns in my labview string command but it appears the string command when writing to a file does not recognize this. I am attaching the vi's. Thanks.
Your text has a line feed in it which is not the windows end of line marker. In windows, it is a CR\LF. All you have to do is wire a TRUE constant to the 'convert EOL' input of your write file function.