I suppose this is a long shot considering how few Wonderware questions I've seen on here, but anyway...
The FileReadFields function in Wonderware is supposed to parse a CSV file into memory tags. There are no debug messages when stuff doesn't work in Wonderware (not my choice of HMI software, that's for sure), so I have no idea why this isn't working:
FileReadFields("C:\NASA\Sample.csv", 0, Profile_Setup_Name, 1);
Everything is cased correctly and the file is not in-use. I can't figure out how to make it work.