Elipse Knowledgebase

View Articles by Category

There are no sub categories
Add an article to this category

Category » DataBasesrss button

There were 6 articles found in this category:

  1. questionKB-18174: Elipse SCADA and Oracle database
    Question: Can Elipse SCADA record data in an Oracle database? Solution: To do so, just perform the connection to the database by the Control Panel\Administrative Tools.
  2. questionKB-15128: Deleting a record in the database
    Question: Which function must I use to delete a record in a database? Solution: To do so, you must use the DeleteRecord() function.
  3. questionKB-37267: Converting Excel's table into DAT file
    Question: How can I convert an Excel's table into a DAT file? Can I convert the table using a by-date filter? Solution: To do so, you must write a script. Check the attached example application for more information.
  4. questionKB-35855: Connecting SCADA to the SQL Server
    Question: Can I connect SCADA to the SQL Server? Solution: Yes, you can. To do so, you must use an ODBC connection. Check for more information on the attached document (in Portuguese).
  5. questionKB-29699: Historic files extensions
    Question: In which files are the Historic data stored? Solution: They are stored in the .Dat and .Batch files of SCADA itself. .Dat - It is data itself; .Batch - it is the header, if it is a batch-type Historic.
  6. questionKB-33320: SQL Server’s query filter in SCADA
    Question: How can I create a filter for an SQL Server's query with an ODBC connection? Solution: To do so, you must use table's SQLQuery() function. Records can be selected with functions such as MoveNext, MovePrev, etc, and filters can be accessed directly via AppBrowser. Examples of filters: S ...