ISISComputingGroup / IBEX

Top level repository for IBEX stories
5 stars 2 forks source link

Support: Maintenance Day #2676

Closed John-Holt-Tessella closed 7 years ago

John-Holt-Tessella commented 7 years ago

Perform maintenance day tasks.

https://github.com/ISISComputingGroup/IBEX/wiki/Maintenance-Day which read:

Tasks to perform on the next maintenance day Oct 2017:

MuonFE

Merlin

All Instruments

Prep

Email all instrument scientists and check is ok to restart ibex and mysql. - Done

Tom-Willemsen commented 7 years ago

All tasks performed on:

John-Holt-Tessella commented 7 years ago

Extra Changes made to MERLIN due to collimator:

Waits added to merlin chopper protocol 93e711c Updated ...EPICS\ioc\master\GALIL\iocBoot\iocGALIL-IOC-01\st-common.cmd line 54 to

# motor extensions
< $(GALILCONFIG)/motorExtensions.cmd

Updated settings in ...EPICS\support\motorExtensions\master\settings\motorExtensions.cmd to

############ Motor Extensions ##############
# Create a soft motor record on top of a normal motor record which allow the gap to be set for the motor
# Copy this file to C:\Instrument\Settings\config\<machine>\configurations\galil

< $(GALILCONFIG)/oscillatingCollimator.cmd
Tom-Willemsen commented 7 years ago

Extra changes to collimator:

record(calcout, "$(P)$(O):POS:_CALC") {
    field(SCAN, ".1 second")
    field(INPA, "$(P)$(M).RBV")
    field(INPB, "$(P)$(O):RADIUS:SP")
    field(CALC, "R2D*ATAN(A/B)")
    field(OUT, "$(P)$(O):POS PP")   
    field(OOPT, "Every Time")
}