...
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.
...