I want to log events and store them in a database for
later evaluation and statistics. (2 integer every 1 to 20 minutes)
With AC_DataLog there seems to be no way to read the database.
Trend has a TrendStorageReader but you can't log triggered events.
Trace works with triggered events but doesn't support incremental
log in a database.
is there a way to read the sqlite database created with AC_Datalog?
does a trend log triggered events somehow?
has anyone achieved something similar?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The original question is nearly 1 year ago, but I have the same question, how to create conditional events to store in a log event database.
That could be alarm or free conditions, let say just values to save every midnight etc.
I don't want to spend a trend for all of them.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I want to log events and store them in a database for
later evaluation and statistics. (2 integer every 1 to 20 minutes)
With AC_DataLog there seems to be no way to read the database.
Trend has a TrendStorageReader but you can't log triggered events.
Trace works with triggered events but doesn't support incremental
log in a database.
is there a way to read the sqlite database created with AC_Datalog?
does a trend log triggered events somehow?
has anyone achieved something similar?
The original question is nearly 1 year ago, but I have the same question, how to create conditional events to store in a log event database.
That could be alarm or free conditions, let say just values to save every midnight etc.
I don't want to spend a trend for all of them.