-
Hello, This is not the problem with other PV's or when ATIME is zero. Can archiver be configured to archive only on the scan complete DBE_LOG event generated by sscan? can I have epics record with filter for DBE_LOG event? I need to reduce the data points to less than the MPTS as by default all MPTS are posted. Where can I find detailed documentation on Phoebus Archiver? Regards, The truncated webserver output is given below On completion of the first run of the sscan Channel Info On initiation of the second sscan Channel Info |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Strictly speaking the Archiver Appliance is not a CS Studio/Phoebus component/module. For details on the service please see https://slacmshankar.github.io/epicsarchiver_docs/index.html Phoebus does however include a client for the Archiver Appliance, which in turn depends on the "external" EPICS Java module (org.epics:pbrawclient). Note however that Phoebus may be configured to use other types of archiver data sources, see |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am not using archiver appliance. I am using this
https://control-system-studio.readthedocs.io/en/latest/services/archive-engine/doc/index.html
with postgresql database.
I guess the issue may be with the timestamp of sscan record. I was
wondering of i can find a workaround by explicitly logging on DBE_LOG event
Kuldeep
On Thursday, September 16, 2021, Georg Weiss ***@***.***> wrote:
Strictly speaking the Archiver Appliance is not a CS Studio/Phoebus
component/module. For details on the service please see
https://slacmshankar.github.io/epicsarchiver_docs/index.html
Phoebus does however include a client for the Archiver Appliance, which
in turn depends on the "external" EPICS Java module
(org.epics:pbrawclient). Note however that Phoebus may be configured to use
some other type of archiver data source, see
https://github.com/ControlSystemStudio/phoebus/blob/master/app/databrowser/src/main/resources/databrowser_preferences.properties,
line 59 and onwards.
…
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Beta Was this translation helpful? Give feedback.
-
OK, please disregard my comment. |
Beta Was this translation helpful? Give feedback.
-
Both the RDB-based archive engine and the archive appliance can store arrays, but they're meant for keeping the long-term history of for example temperatures. |
Beta Was this translation helpful? Give feedback.
Both the RDB-based archive engine and the archive appliance can store arrays, but they're meant for keeping the long-term history of for example temperatures.
They're not meant to store experimental data where you "start" an experiment, take some data, "stop" the experiment, and then later want to analyze the data for just that experiment.
For experimental data storage, look at for example the area detector toolset or https://www.aps.anl.gov/BCDA/Data-Acquisition.
As you noted, the generic archivers simply store array samples based on their time stamp. They have no idea if a sample is part of an experiment, there's no support for fetching the data for one specific experiment, there's noth…