import/export CSV file from Intouch

thahamp

Member
Join Date
Jun 2010
Location
india
Posts
7
Can anybody help me, How can I import/export CSV file in Wonderware Intouch. I have to set some default setpoint using excel.Control Logix PLC I am using.
 
importing tags in WW is done at the start when you click on windowmaker(not windowviewer). there is a DBdump button that creates a csv file of all tags.
 
I think the OP means during runtime.

This can be done using recipes. Do a Google search for Intouch Recipe Manager and that should put you on the right track.

If you only need to load a handful of values then you can use the file read function in Intouch and just parse it yourself. I forget the function name but check the Intouch help files. I have a site doing this to read River levels from a CSV file that comes from an external FTP server. Works fine for only a couple values where you don't need a lot of error checking.
 
You can use "Filewritemessage" command in scripts to build CSV file.
Then use Excel Spreadsheet ActiveX to read them in Intouch window.

The Recipe commands allow to load/read recipes to logic locations (Discrete, Analog, and/or Messages).
 
Last edited:

Similar Topics

Hi, Im wanting to know if its possible to export a recipe UDT into excel to allow manipulation of the recipe, and then to be able to import it...
Replies
5
Views
3,631
Hello All. I'm trying to minimise the pain involved in writing multiple identical (in structure) rungs in GX. I used the export function to...
Replies
1
Views
2,959
Hi I'm trying to import and export datasets of a project in CSV files, using a USB key. The OP is Siemens MP277. The user must be able to export...
Replies
0
Views
5,876
Hello, I have a problem with RSlogix5000 v.15.01.00: When i export tags via the CSV file, the file is full of "?" character in...
Replies
6
Views
17,253
Hi, Import and export of project text is no problem. But how does it work if additional texts are added after I send a exported copy of the text...
Replies
2
Views
858
Back
Top Bottom