You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Description

The tool epicsArchChecker is a tool created with the purpose of helping engineers and scientists to have better control of the PVs that are saved when running the DAQ. To assure this, the script will display different reports with:

  • Pvs and Aliases duplicated.
  • Pvs with no alias and aliases with no Pvs.
  • Pvs not connected.

Usage:

epicsArchChecker -option filepath

positional arguments:

 Full filepath of the file to check.

example

/reg/g/pcds/dist/pds/xpp/misc/epicsArch.txt

optional arguments:

  -h, --help. Show this help message and exit.

View sample:


  -w, --warnings . Displays: -Pvs and Aliases duplicated. -Pvs with no alias and aliases no Pvs.

View sample:




  -s, --status. Displays Pvs not connected.

View sample:


  • No labels