
Currently, my main issue is formatting the data to a csv file to be able to fit the Wonderware requirements. I believe that both methods should work for me, though the first one is a bit more accurate using time stamps (that way, my data can be sent in exact time intervals). I've been trying to play around with a couple of the solutions found here in the forum, including the one for pushing data historically ( ) and by pushing live data using a timer (the exmple for Carriots that your wrote). If you want to push historical data incrementally, you can use such this example (but replace PUTFTP by the above functions) on You can also find some examples by searching PUTHTTP or REQUESTHTTPX on the forum. Indeed, the eWON BASIC language provides functions such as PUTHTTP or REQUESTHTTPX that allows you to send data (Tag values, historical logging.) to a webserver.

Yes, but it will require you write a BASIC program to do that.
