Using FileReadFields with Wonderware

Posted by hypoxide on Stack Overflow See other posts from Stack Overflow or by hypoxide
Published on 2010-02-22T16:43:47Z Indexed on 2010/04/06 3:13 UTC
Read the original article Hit count: 1112

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about wonderware

Related posts about hmi