Page 1 of 1

Using SQL

Posted: Wed Jan 02, 2013 11:10 pm
by gbrennon
I am developing a interface for PC with the iX Developer and I want to know if I can use SQL server to update my values in my meters.

Is this possible?

How can I do this?

Re: Using SQL

Posted: Thu Jan 03, 2013 9:19 am
by mark.monroe
You would have to write code to query the SQL server yourself. There are many posts in this forum regarding SQL server and how you might connect to it. There is no controller that you can currently use that will connect to a SQL server.