diff --git a/docs/archiveviewer.html b/docs/archiveviewer.html index 1c4fff1df..664852736 100644 --- a/docs/archiveviewer.html +++ b/docs/archiveviewer.html @@ -42,7 +42,7 @@

Retrieving data using the ArchiveViewer

-

The EPICS Archiver Appliance comes with a client plugin for the ArchiveViewer that enables the user to retrieve and display data in the ArchiveViewer using the PB/HTTP protocol. +

The EPICS Archiver Appliance comes with a client plugin for the ArchiveViewer that enables the user to retrieve and display data in the ArchiveViewer using the PB/HTTP protocol. To download a version of the Archive Viewer with the client plugin for the EPICS Archiver Appliance, please see the Download's section.

diff --git a/docs/csstudio.html b/docs/csstudio.html new file mode 100644 index 000000000..27f10264c --- /dev/null +++ b/docs/csstudio.html @@ -0,0 +1,80 @@ + + + + + + + +EPICS Archiver Appliance - CS Studio Integration + + + + + + +
+ +
+

Retrieving data using the CS-Studio

+ +

CS-Studio 4.X onwards comes with support for the EPICS Archiver Appliance as a data source for the databrowser.

+ +
Configuring CS-Studio
+CS-Studio communicates with the appliance using the PB/HTTP protocol. +The databrowser can be configured to use the appliance by including the client retrieval URL to the list of Archive data servers. +From the top menu select Edit Preferences CSS Applications Trends +
    +
  • Add the archiver appliance URL to the set of Archive Data Server URL's +
      +
    • This URL is generated by replacing the string http with the string pbraw in the data_retrieval_url element of your appliances.xml and looks like so pbraw://archiver.slac.stanford.edu/retrieval.
    • +
    +
  • +
+Example: +
+Connecting using pbraw +
+ +Once the URL has been added to the preferences, the archiver appliance can be used in the databrowser like any other data source. +Users can search the archive for PV’s, retrieve data and plot it, etc. + +
+Plotting +
+ +
+ +
+ + + + + + + diff --git a/docs/details.html b/docs/details.html index 76d5a03a6..5fc768eaa 100644 --- a/docs/details.html +++ b/docs/details.html @@ -73,7 +73,7 @@
  • Support for EPICS aliases.
  • -
  • Support for retrieval of data using ArchiveViewer, the CSS databrowser and Matlab.
  • +
  • Support for retrieval of data using CS-Studio, the ArchiveViewer and Matlab.
  • Limited integration with existing Channel Archiver data sources.
  • diff --git a/docs/images/csstudio_config.png b/docs/images/csstudio_config.png new file mode 100644 index 000000000..b74a6a776 Binary files /dev/null and b/docs/images/csstudio_config.png differ diff --git a/docs/images/csstudio_plot.jpg b/docs/images/csstudio_plot.jpg new file mode 100644 index 000000000..6f5cab1d9 Binary files /dev/null and b/docs/images/csstudio_plot.jpg differ diff --git a/docs/userguide.html b/docs/userguide.html index 5132d893e..99b0e5bd8 100644 --- a/docs/userguide.html +++ b/docs/userguide.html @@ -86,8 +86,9 @@

    Adding a PV to be archived.

    -

    Retrieving data using Archive Viewer and Matlab

    +

    Retrieving data using CS-Studio, Archive Viewer and Matlab

      +
    1. To retrieve data using the CS-Studio, see the CS-Studio section.
    2. To retrieve data using the Archive Viewer, see the Archive Viewer section.
    3. To retrieve data using Matlab, see the Matlab section.