Update CSV Files#

Use the CLI to recreate the csv files. This runs create_csv.py and reads data from PVs on port 5064, so ensure you have configured your CA ports to 50XX.

You can run create_csv with the default arguments and the correct ringmode, eg:

create_csv I04
usage: create_csv [-h] [--feedback FEEDBACK] [--limits LIMITS]
                  [--mirrored MIRRORED] [--tune TUNE] [--bba BBA]
                  [ring_mode]

Generate CSV file to define the PVs served by the virtual accelerator IOC.

positional arguments:
  ring_mode            Ring mode name

options:
  -h, --help           show this help message and exit
  --feedback FEEDBACK  Filename for output feedback PVs CSV file
  --limits LIMITS      Filename for output PV limits CSV file
  --mirrored MIRRORED  Filename for output mirrored PVs CSV file
  --tune TUNE          Filename for output tune feedback offset PVs CSV file
  --bba BBA            Filename for output beam-based-alignment PVs CSV file