LowPowerLab Forum

Software support => Pi Gateway => Topic started by: PhilG on April 17, 2017, 07:58:39 AM

Title: ftp gateway data as csv
Post by: PhilG on April 17, 2017, 07:58:39 AM
For Factory automation I use a product called Wonderware Intouch.  Currently I get data into this system from third party systems through a Windows VB application I created that screen scrapes HTML web pages from those systems and writes the data I want into a csv file which is read into Wonderware Intouch at intervals of 1 hour to 15 minutes.

I want to get Gateway data into Intouch and am considering the following options:


Can anyone help me get started in how to modify the gateway to generate a csv file at intervals of once an hour and if possible ftp the file?

Title: Re: ftp gateway data as csv
Post by: Felix on April 17, 2017, 03:17:04 PM
If you remove the http auth from nginx, there will be no login but your gateway is now exposed. If this is inside a LAN its not a problem.
The periodic FTPing will require custom coding some javascript.