![]() | ![]() | ![]() | The Epics Archiver Program | ![]() |
EpicsArchiver is a component that monitors a set of EPICS channels, communicates with a TclServer and maintains a set of TCL variables in that server that reflect the current value of these parameters. This section describes how to run the EpicsArchiver. Note that EpicsArchiver is not limited to working with the production readout program to log epics channels to the event data stream. It can also be used with an ordinary TclServer to produce monitoring and alarm displays of selected control system parameters.
EpicsArchiver maintains two arrays for its tclserver enabled process. Each array is indexed by channel name (Tcl arrays have textual indices).
Variable | Contents |
EPICS_DATA(channel) | Current value of channel |
EPICS_UNIT(channel) | Units (e.g. Amps) of channel |
EpicsArchiver runs on Windows2000 at present. To run it you will need to:
![]() | ![]() | ![]() | The Epics Archiver Program | ![]() |