-
When trying to use the archive:// and replay:// options in phoebus i always face the problem that the data is fetched from the wrong URL leading to an unknown channel exception. 2025-04-30 12:05:41 INFORMATION [org.epics.archiverappliance.retrieval.client.RawDataRetrieval] URL to fetch data is http://localhost:10068/retrieval/data/getData.raw?pv=FHIFEL%3AQB12MP%3AM_VoltAbs&from=2025-04-30T11%3A05%3A41.072972600Z&to=2025-04-30T11%3A05%3A41.072972600Z&fetchLatestMetadata=true In my settings.ini im configuring the url like this: org.epics.archiverappliance.retrieval.client.RawDataRetrieval/url=pbraw://my_url Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, you need to define the following property... I created a seperate one since the ones you listed are designed for Databrowser which supports multiple archivers etc...
So we need |
Beta Was this translation helpful? Give feedback.
Hello, you need to define the following property... I created a seperate one since the ones you listed are designed for Databrowser which supports multiple archivers etc...
So we need
org.phoebus.pv.archive/archive_url=pbraw://my_url