I'm using the @RamFS for now. I want to make a report that will be emailed daily with the details of each load that goes through a cooling machine.
Using FileLog, I don't seem to have a choice in whether or not it puts the tag name as the first row. If I did, my problem would be solved.
Since I seem to be stuck with the file being generated with tag names and their values, I'd like to be able to delete rows programmatically. I figured this could be done with FileSeek maybe, but could use a suggestion or two on how to go about it. Thanks for listening.