EPICS ArchiveViewer

Creating a client

To develop a client for your archive server, you must implement the epics.archiveviewer.ClientPlugin interface.

After you build your plugin, you have to register it with the ArchiveViewer base library. Currently it works through source code only.

Please, open the file epics.archiveviewer.base.AVBaseConstants.java and change the value of the constant AV_CLIENT_CLASS_NAME to the full classname (i.e. incl. package name) of the new client. Currently, ArchiveViewer supports only one client at a time.

Don't forget to rebuild ArchiveViewer.