- Fixes to HM code for AMOR TOF

- A couple of TAS fixes
- o2t was fixed to work with any drivable
- FOCUS was mended to include beam monitor in data file
This commit is contained in:
cvs
2002-07-19 15:09:21 +00:00
parent e0c5afcf6d
commit bde19bb973
38 changed files with 604 additions and 249 deletions

View File

@@ -1,3 +1,4 @@
#
# --------------------------------------------------------------------------
# Initialization script for a simulated AMOR instrument
#
@@ -187,16 +188,16 @@ ClientPut "Motors initialized"
#======================== histogram memory
#MakeHM hm SinqHM
MakeHM hm SIM
hm configure HistMode PSD
hm configure OverFlowMode Ceil
hm configure HistMode PSD
hm configure Rank 1
hm configure dim0 256
hm configure dim1 128
hm configure xfac 16
hm configure yfac 16
hm configure dim1 256
hm configure xfac 10
hm configure yfac 10
hm configure xoff 128
hm configure yoff 64
hm configure Length 32768
hm configure yoff 128
hm configure Length 65536
hm configure BinWidth 4
hm preset 100.
hm CountMode Timer
@@ -204,7 +205,7 @@ hm configure HMComputer psds03.psi.ch
hm configure HMPort 2400
hm configure Counter counter
hm configure init 0
hm genbin 0. 33 512
hm genbin 0. 33 5
hm init
ClientPut "Histogram Memory Initialized"