Page 1 of 1

Exporting Database-values to USB

Posted: Tue Jun 18, 2013 12:44 am
by bjornspockeli
Im using a T4A and iX Developer 2.0. I want to export a specific set of tag values, chosen from a table on the panel to a USB-stick as a .csv-file. Is this possible in iX ?

Bjørn

Re: Exporting Database-values to USB

Posted: Tue Jun 18, 2013 8:05 am
by mark.monroe
You will have to write your own program to do that in C# script. You can look at this example. It query's a database and then saves the value to a memory location. There are many examples on this forum on how to access tags etc programmatically.