Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

4. Check the epicsArch syntax

engineering_tools has a script called 'epicsArchChecker' that will check the passed in epicsArch (master) file for duplicate PVs, missing aliases and syntax correctness.

Code Block
epicsArchChecker <filepath> [-s ]

filepath is the path to the epicsArch file you would like to check.

Adding -s which check of PVs are connected. Note that this check runs on the 'local' machine which is not necessarily on the same network as the epicsArch process will run on.

5. Add data from actual EPICS archiver to (smalldata) hdf5 file

...