Hello,
is there a possibility to extract/export data from WinCC OA database to external open-source database such as SQLite?
Thanks in advance for tipps!
Exporting data from WinCC OA to SQLite
- Gertjan van Schijndel
- Posts:634
- Joined: Mon Aug 02, 2010 10:37 am
Re: Exporting data from WinCC OA to SQLite
You could use OPC, OleDB provider, COM manager or with 3.13 the reporting interface to read values from the WinCC OA database.
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Exporting data from WinCC OA to SQLite
Hello,
with the CTRL-functions to access external database you can read/write data in external databases.
Maybe this also works for SQLite-databases.
For detailed information please have a look at the WinCC OA online help:
CONTROL --> Types of funtions --> Database functions.
Best Regards
Leopold Knipp
Senior Support Specialist
with the CTRL-functions to access external database you can read/write data in external databases.
Maybe this also works for SQLite-databases.
For detailed information please have a look at the WinCC OA online help:
CONTROL --> Types of funtions --> Database functions.
Best Regards
Leopold Knipp
Senior Support Specialist
- mkoller
- Posts:741
- Joined: Fri Sep 17, 2010 9:03 am
Re: Exporting data from WinCC OA to SQLite
yes, there is.
On Linux we provide the native Qt plugins for SQLite, MySQL , PostgreSQL, unixODBC (and OCI for the proprietary db) we use with the CtrlADO extension.
Check the *sqldrivers* rpm packages we provide and check the CtrlADO functions like dbOpenConnection() etc.
On Linux we provide the native Qt plugins for SQLite, MySQL , PostgreSQL, unixODBC (and OCI for the proprietary db) we use with the CtrlADO extension.
Check the *sqldrivers* rpm packages we provide and check the CtrlADO functions like dbOpenConnection() etc.