KB-33835: Calculating a historic file’s (*.dat) size.
Question: How can I calculate how much space a historic file will occupy in the hard disk? Solution: To do so, consider this: File header: 24 bytes. For each field,…
Question: How can I calculate how much space a historic file will occupy in the hard disk? Solution: To do so, consider this: File header: 24 bytes. For each field,…
Question: How can I delete records from a historic? Solution: To do so, use the ClearHistoricalData() function of the desired historic (via scripts). If there is any object using the…
Question: When Elipse SCADA is open, why can’t I open the linked database? Solution: The database opening mode via ODBC connection is usually exclusive, that is, it prevents the simultaneous…
Question: After having formatted the computer and correctly installed Elipse SCADA, the application being executed displays the following error message: “The DAO.dll file was not found “. How can I…
Question: How can I record tag values in an Access database’s table? Solution: To do so, you must first create an Access database with a table. Then, create an ODBC…
Question: How can I search for dates with SQLQuery function? Solution: To do so, the comparison value of Date/Time field must be between “#” signs, as seen below: SQLQuery(“DateTime =…
Question: Can I insert a record in the middle of a historic? Solution: Yes. To do so, create a temporary historic, and then create a script that executes the following…
Question: When the remote server application’s computer’s operating system changes from Windows 2000 to XP, why can the client remote application no longer connect? Solution: This happens because usually Windows…
Question: When I click Databases via Organizer, the following message is displayed: “This resource is not available for this version of Elipse SCADA “. Why does this happen? Solution: This…
Application that uses a historic as a database, where data can be altered via browser. Attachments: editrecordEN.zip