10-01-2007 11:49 AM
10-01-2007 12:03 PM
Your attached text file looks like hex 0A 's to me through out. (which would be the new line character). I don't see any 0D's (carriage return).
How was this file created? Are you sure that program was outputting 0D's?
10-01-2007 12:14 PM
10-01-2007 12:22 PM
10-01-2007 12:26 PM
All I am doing is using the read from file vi and outputing the string to an indicator. I am not manipulating the data. Just opening up to read the file.
Thanks N advance
10-01-2007 12:29 PM
10-01-2007 12:50 PM
10-01-2007 12:51 PM
here's the other file...
10-01-2007 12:52 PM - edited 10-01-2007 12:52 PM
First, even though you posted an attachment that has a .jpg extension, it is actually a bitmap. Please only post .jpg's or preferably .png files to the forum.
Looking at your screenshot, I only see 0A's in it. Your two screenshots seem to match.
Message Edited by Ravens Fan on 10-01-2007 01:53 PM
10-01-2007 12:53 PM
To answer your question about being sure that I output that value...
I used a scope with digital read and validataed that I am outputing a 0D hex....
Thanks for your help