# Notes # The CAM configuration part is TBD. # The individual MHC structure heater ON time is TBD post launch # Change history: # 27/08/03: Commented out the command related to CAL led (ECR 171) # 30/11/04: EIS XFOV (seq. 7) is 395" as per NRL mech. doc. (scale factor # for MIR motion) # 11/04/05: Clamshell LED switched OFF # 11/04/05: Like CAL LED, Vaccum gauge Switch command is left to the ground # This sequence configures CAM and MHC following first MAN. mode entry $sequence_number = 04; sequence_id(0x0000) sequence_repeats(1) # ******** CAM CONFIGURE ******* #eis_cam_exit_default() #eis_delay(3000) # set Analogue electronics, 0x2F = disable stim, 0xF 4 nodes #eis_cam_setup_ae(0x99,0x99,0x77,0x2f,0xf,0,0,0) # ******* MHC CONFIGURE ***** # #Enable WD eis_mhc_watchdog(0x0001) eis_delay(100) #enable mechs eis_mhc_motor_enable() eis_delay(1000) #Find shutter index (two attempts from SINT) eis_mhc_find_shut_index() eis_delay(1000) #Turn CAL power relay ON #eis_mhc_cal_power(0x0001) #eis_delay(2000) #CAL source control (both LEDs OFF) eis_mhc_cal_source_ctrl(0x0000) eis_delay(100) #Turn both QCMs OFF eis_mhc_qcm_control(0x0000,1) eis_delay(100) #Turn QCM heaters OFF (recommendation). Not recommended to have both #structure heaters and QCM heaters ON eis_mhc_qcm_htr(0) eis_delay(100) eis_call_seq(05)