You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

  1. EPICS IOC Prepared
    1. HXR IOC Configuration:
      1. git repo: Undulator_HXR
        1. branch: epics7-update
      2.  $(git_repo)/configure/RELEASE:
        • IOCADMIN_MODULE_VERSION = R3.1.16-1.3.2
          SNCSEQ_MODULE_VERSION   = R2.2.4-1.0
          AUTOSAVE_MODULE_VERSION = R5.8-2.1.0
          BUSY_MODULE_VERSION     = R1.7.2.1-0.1.2
          CAPUTLOG_MODULE_VERSION = R4.0-1.0.0
          CALC_MODULE_VERSION     = R3.7-1.0.1
          SSCAN_MODULE_VERSION    = R2.10.2-1.0.0
          SPLINE_MODULE_VERSION   = R2.0.2

          ASYN_MODULE_VERSION     = R4.39-1.0.1
          #MOTOR_MODULE_VERSION    = motor-git-hgvpu
          MOTOR_MODULE_VERSION    = motor-git
          #MOTOR_MODULE_VERSION    = R6.10.1-2.5.0

          # IPAC
          IPAC_MODULE_VERSION     = ipac-git
          IP330_MODULE_VERSION    = ip330-asyn-git
          SOFTGLUE_MODULE_VERSION = softGlue-git
          IPUNIDIG_MODULE_VERSION = ipUnidig-git

          XIPIO_MODULE_VERSION    = R1.2.0

          # VME
          A16VME_MODULE_VERSION   = R1.1.0
          CEXP_MODULE_VERSION     = R1.1.2

      3.   $(git_repo)/configure/RELEASE_SITE:
        • BASE_MODULE_VERSION=R7.0.3.1-1.0
          EPICS_SITE_TOP=/afs/slac/g/lcls/epics
          BASE_SITE_TOP=/afs/slac/g/lcls/epics/base
          MODULES_SITE_TOP=/afs/slac/g/lcls/epics/R7.0.3.1-1.0/modules
          EPICS_MODULES=/afs/slac/g/lcls/epics/R7.0.3.1-1.0/modules
          IOC_SITE_TOP=/afs/slac/g/lcls/epics/iocTop
          PACKAGE_SITE_TOP=/afs/slac/g/lcls/package
          MATLAB_PACKAGE_TOP=/afs/slac/g/lcls/package/matlab
          PSPKG_ROOT=/afs/slac/g/lcls/pkg_mgr
          TOOLS_SITE_TOP=/afs/slac/g/lcls/tools
          ALARM_CONFIGS_TOP=/afs/slac/g/lcls/tools/AlarmConfigsTop
      4.  $(git_repo)/configure/CONFIG_SITE:
        • CHECK_RELEASE = YES

          CROSS_COMPILER_TARGET_ARCHS = RTEMS-mvme3100

          PKG_ARCH=$(T_A)

          SHARED_LIBRARIES=NO
          STATIC_BUILD=YES

          ALGLIB_PACKAGE_NAME  = alglib
          ALGLIB_VERSION       = 3.14.0
          ALGLIB_TOP           = $(PACKAGE_SITE_TOP)/$(ALGLIB_PACKAGE_NAME)/$(ALGLIB_VERSION)
          ALGLIB_LIB           = $(ALGLIB_TOP)/$(T_A)/lib
          ALGLIB_INCLUDE       = $(ALGLIB_TOP)/$(T_A)/include

          -include $(TOP)/../CONFIG_SITE.local
          -include $(TOP)/configure/CONFIG_SITE.local
  2. HXR Upgrade Test Plan
    1. Week 1: Practice test on HXU-xxx
      1. Prepare work:
        1. Record current iocSpecificRelease for ioc-b81-mc01:
          1. iocSpecificRelease -> ../../iocTop/users/alexmon/Undulator_HXR/dev_FG/
        2. Discuss with Namrata and James on VME IOC initialization details
      2. During the test day:
        1. Set up VME network configuration if necessary;
        2. Boot current EPICS 3 based IOC, record settings:
        3. Currently ioc-b81-mc03 is running, need to check again before test
        4. Open EDM based Undulator GUI
          1. login lcls-dev3
        5. Before any movement, record all the settings.
          1. Take screenshots from GUI
          2. check IOC status
          3. check network connection: moc-xxx-mc03
          4. Follow  checkout sheet to process the practice tests
        6. Print the checkout sheet
        7. Practice with K value and Gap convert
        8. According to the checkout sheet, the main motion test should be as follows:
          1. Move gap from 180mm to 100mm
          2. Power off controller and turn off ioc
          3. Power on controller and turn on ioc
          4. Confirm Encoder RBD value
          5. Tests will verify the correct operation of the following motion controls:
          6. Wiring, switch status, ESTOP functionality.
          7. Coordinated motion for gap adjustment.
          8. Encoder read back: available, calibrated.
          9. Limit, tilt, and vacuum switches: single axis, coordinated motion.
        9. Take a look on spline
        10. Stop the test if encounter any issue/hazard, contact Alex for help.
      3. After all the test, revert all the settings as same as saved before.
    1. Week 2: EPICS 7 Upgrade test
  • No labels