Sql4codesys en
Sql4codesys en
General information
Article number: 604100 Owner
Supported OS RTE
WinCE
Linux
VxWorks
QNX
Windows XP/Vista/7
Additional requirements TCP/IP socket communication.
Restrictions -
CODESYS Store /
Technical functionality
This following basic circuit diagram shows a sequence of a database request.
DBConn : SQL4CoDeSysV3 ;
DBConn.sIPAddress := `192.168.1.10`;
DBConn.uiPort := 11001;
ODBC
2
Data
Data
1 - The control sends the SQL request to the Connector. 2 - The Connector login to the database
(e.g. “SELECT * FROM Table“) and sends the SQL request to the database
4 - The Connector checks the number of data (to avoid an overflow in the 3 - The Connector checks the database answer
control) and sends the data and the state of the request to the control and receive the data (if there is data)
CODESYS Store /