Internet PLC Forum

General => Technical support => Topic started by: Jamie Thouin on December 19, 2006, 12:28:07 PM

Title: Generating a CSV File
Post by: Jamie Thouin on December 19, 2006, 12:28:07 PM
Using the new 6.12 software I noticed we can download the variables/strings from EEP to a pc and generate a ?CSV? file. I would like to get an ?end of shift? report using this feature. Aside from using the TRiLOGI software?is there a command I can use within the PLC itself to form the ?CSV? file ? If not can anyone recommend a software program to do this?
Title: Re:Generating a CSV File
Post by: support on December 19, 2006, 07:34:07 PM
You can use the TLServer "File Service" features and program the PLC to open a data file on the TLServer, then save whatever data in a comma-delimited format (i.e. CSV). The file can then be imported into Excel spreadsheet or other database software. Please check for details in the TLServer section of the programmer's reference guide.
Title: Re:Generating a CSV File
Post by: Jamie Thouin on December 20, 2006, 01:27:46 PM
This is good news to me....Thanks for the quick responce!