KB-31544: Accessing E3Storage data via a regular query.
Question: How can I access E3Storage data from a regular query while filtering it by date? Solution: To filter data via E3TimeStamp field, the query will search for a numeric…
Question: How can I access E3Storage data from a regular query while filtering it by date? Solution: To filter data via E3TimeStamp field, the query will search for a numeric…
Question: In my application, the data recorded today in the database by E3Storage are displayed at the E3Browser as having been recorded the following day. Why does this happen? Solution:…
Question: The E3Storage is only recording values in the database when I use the Studio hardkey. When I run the application with the runtime hardkey, no value is recorded. All…
Question: Can I query the raw data recorded via E3Storage? I just want to visualize the actual data, with no interpolation function estimating values. Solution: Currently, E3Storage’s query has no…
Introduction E3Storage is a historian module in E3, responsible for compacting data and thus optimizing the use of databases and causing the information to be stored in smaller spaces. By…
Question: Can a new Storage table be created at run time? Solution: Yes; to do so, there are two possibilities. The first one is to use Activate and Deactivate methods,…
Question: When creating an access parallelism to an Oracle database, several DBServer objects were added with the same connection and the same table. However, E3’s log says that the maximum…
Question: How can I record data in table only when there is a significant variation on its value? Solution: To do so, use E3Storage. This module has an algorithm that…
Question: How can I set a Storage/Query from an application running as a screen server to access the data recorded in an E3Storage from a computer running as a data…
Question: How can I set a filter by date on an E3Storage’s Query? Solution: To do so, you must use the CompressedDataStartEndTime query and set the dates in the respective…