# # Diagonal gradient # #video0 device video_input soft_vinput "" "" 640 480 RGB -1 1 "" #video0 device video_input soft_vinput "" "" 640 480 GREY8 -1 1 "" #video0 device video_input soft_vinput "" "" 640 480 GREY16 -1 1 "" video0 device video_input soft_vinput "" "" 1024 1024 GREY16 -1 1 "" # # Lines # #video0 device video_input soft_vinput "" "" 4096 4096 GREY16 -1 2 512 # # Logarithmic Spiral # #video0 device video_input soft_vinput "" "" 4096 4096 GREY16 -1 3 "5 0.24 10" # ad device area_detector soft_area_detector "" "" 8 0x0 0x0 "" "" "" "" video0 0x1 "" # # Test motors # energy device motor soft_motor "Monochromator Energy" "" 8908000 0 -1000000000 1000000000 0 -1 -1 0.001 0 eV 1000000 0 1000000 gonio_phi device motor soft_motor "" "" 0 0 -1000000000 1000000000 0 -1 -1 0.001 0 deg 10000000 0 5000000 # shutter device digital_output soft_doutput "" "" 0 # I0 device scaler soft_scaler "Incident Beam" "" 0 0 0 timer1 energy 101 ./i0.dat 0 I1 device scaler soft_scaler "Transmission" "" 0 0 0 timer1 energy 101 ./i.dat 0 I2 device scaler soft_scaler "Fluorescence" "" 0 0 0 timer1 energy 101 ./i.dat 0 I3 device scaler soft_scaler "" "" 0 0 0 timer1 energy 101 ./i.dat 0 Istep device scaler function_generator_scaler "Step" "" 0 0 0 timer1 50000 0.2 1 Isine device scaler function_generator_scaler "Sine" "" 0 0 0 timer1 60000 0.1 2 Isaw device scaler function_generator_scaler "Saw" "" 0 0 0 timer1 70000 0.15 3 # mca1 device mca soft_mca "" "" 1024 4 0 ./channels.dat mca2 device mca soft_mca "" "" 1024 4 0 ./channels.dat mca3 device mca soft_mca "" "" 1024 4 0 ./channels.dat mca4 device mca soft_mca "" "" 1024 4 0 ./channels.dat # timer1 device timer soft_timer "" "" # testvar variable inline double "" "" 1 1 2.5 # bi0_ch6 variable inline ulong "" "" 1 1 0 bo0_ch6 variable inline ulong "" "" 1 1 0 bi0_ch15 variable inline ulong "" "" 1 1 0 bo0_ch15 variable inline ulong "" "" 1 1 0 # !export epics epics_motor wml: * !export epics epics_scaler wml:scaler1 timer1 7 I0 I1 I2 I3 Istep Isine Isaw !export epics epics_pv wml:testvar.VAL testvar.value !export epics epics_pv wml:bi0:ch6.VAL bi0_ch6.value !export epics epics_pv wml:bo0:ch6.VAL bo0_ch6.value !export epics epics_pv wml:bi0:ch15.VAL bi0_ch15.value !export epics epics_pv wml:bo0:ch15.VAL bo0_ch15.value !export epics epics_mca wml:xMap: 4 mca1 mca2 mca3 mca4