Question
With the NJ Series, if I use the FileWriteVar instruction to write to a file on the SD Memory Card, can I create a CSV (comma-separated value) file if I specify the .csv extension for the filename?
Answer
No, the FileWriteVar instruction writes in binary format. Even if you specify the .csv extension in the file name, the file will contain binary data.