02-28-2007 12:12 PM
You'll want to append an End of Line Constant to each string. You can just use the Concantanate String function to do that. Both functions are on the the String palette. I actually don't see how you got multiple data points at all, though. You don't have anything wired to the 'append to file?' input of the Write Characters to File and it should be creating a new file each iteration.
Since you have a data file, you must only be getting the error only occasionally. How often does this happen? Have you tried increasing the time delay of the Wait Until Next ms Multiple to if that makes a difference?
03-01-2007 08:07 AM
03-01-2007 10:01 AM