The current galil power off detection logic can throw a false warning if the galil restarts twice quickly in succession, which has occasionally been seen. A fix is included in the 26.8.0 release but it would be nice to apply to the existing 26.2.0 that will be present on instruments for the next six months.
The update logic would be
- Check that local instrument file
c:\instrument\apps\EPICS\VERSION.TXT contains value 26.2.0
- Check that the local instrument file
c:\instrument\apps\EPICS\ioc\master\GALIL\GALIL_OLD.txt exists
If both above are true, then copy \\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP\EPICS\EPICS_galil_old_win7_x64\BUILD-600\EPICS\ioc\master\GALIL\db\galil_ctrl_extras.db to local directory c:\Instrument\Apps\EPICS\ioc\master\GALIL\db overwriting file of same name already present (that will have a read-only attribute on it, so this may need resetting first)
The current galil power off detection logic can throw a false warning if the galil restarts twice quickly in succession, which has occasionally been seen. A fix is included in the 26.8.0 release but it would be nice to apply to the existing 26.2.0 that will be present on instruments for the next six months.
The update logic would be
c:\instrument\apps\EPICS\VERSION.TXTcontains value26.2.0c:\instrument\apps\EPICS\ioc\master\GALIL\GALIL_OLD.txtexistsIf both above are true, then copy
\\isis.cclrc.ac.uk\inst$\Kits$\CompGroup\ICP\EPICS\EPICS_galil_old_win7_x64\BUILD-600\EPICS\ioc\master\GALIL\db\galil_ctrl_extras.dbto local directoryc:\Instrument\Apps\EPICS\ioc\master\GALIL\dboverwriting file of same name already present (that will have a read-only attribute on it, so this may need resetting first)