I've updated tinj.m to use CAL-PINJX_TINJ* instead of CAL-INJ_TINJ*. The new changes have been implemented at LHO. The EPICs records changed are: * H1:CAL-PINJX_TINJ_STATE * H1:CAL-PINJX_TINJ_START * H1:CAL-PINJX_TINJ_ENDED * H1:CAL-PINJX_TINJ_TYPE * H1:CAL-PINJX_TINJ_ENABLE * H1:CAL-PINJX_TINJ_PAUSE * H1:CAL-PINJX_TINJ_OUTCOME To do this: (1) Edited tinj.m to replace CAL-INJ_TINJ* with CAL-PINJX_TINJ*. The only exception was CAL-INJ_EXTTRIG_ALERT_TIME since ext_alert.py still uses this channel and has not been switched over yet. (2) At 20:57 UTC turned run_tinj off with the monit web interface. (3) Compile run_tinj using: mcc -R -nojvm -R -nodisplay -R -singleCompThread -m run_tinj (4) At 21:00 UTC turned run_tinj on with the monit web interface. (5) Commit changes. I checked tinj.log and it was updating as expected. We will need to coordinate the switch-over of CAL-INJ_EXTTRIG_ALERT_TIME to CAL-PINJX_EXTTRIG_ALERT_TIME. And update LLO to this version as well.