12-07-2012 12:14 AM - edited 12-07-2012 12:15 AM
Hi guys
I want to read from a file which I am saving using labview. What I am doing is reading 128 bytes fro VISA port and saving it in .txt file with new line constant. At some later time I want to read 128 bytes from that text file do some processing and display it. The "read from text file" vi has convert EOL but I am not able to configure it. Please help me..
Thanks in advance
Niladri
12-07-2012 12:39 AM - edited 12-07-2012 12:41 AM
Right click the read from text file where you have the option to disable the EOL conversion. Just click over that you will see the EOL disappear in the Read from text file primitive.
Good luck
12-10-2012 01:03 AM
Hi Newbee_3,
Do 1 thing, Read the txt file & convert this into string, Then you have all the flexibility to do whatever you want.
Thanks