Merge branch 'Platypus' into temp
Conflicts: sics/site_ansto/instrument/config/environment/sct_knauer_pump.tcl sics/site_ansto/instrument/config/environment/sct_omron_hldc.tcl sics/site_ansto/instrument/config/environment/temperature/sct_ls340.tcl sics/site_ansto/instrument/config/environment/temperature/sct_oxford_mercury.tcl
This commit is contained in:
@ -14,10 +14,14 @@ evfactory new dhv1 nhq200 acq 1
|
||||
dhv1 tolerance 5
|
||||
dhv1 rate 25
|
||||
dhv1 upper 3000
|
||||
dhv1 max 3000
|
||||
dhv1 upperlimit 3000
|
||||
#dhv1 lock
|
||||
evfactory new dhv2 nhq200 acq 2
|
||||
dhv2 tolerance 5
|
||||
dhv2 rate 25
|
||||
dhv2 upper 1500
|
||||
dhv1 max 1500
|
||||
dhv1 upperlimit 1500
|
||||
#dhv2 lock
|
||||
}
|
||||
|
@ -33,6 +33,7 @@ fileeval $cfPath(environment)/sct_mvp_valve.tcl
|
||||
fileeval $cfPath(environment)/sct_protek_common.tcl
|
||||
fileeval $cfPath(environment)/sct_protekmm.tcl
|
||||
fileeval $cfPath(environment)/sct_omron_hldc.tcl
|
||||
fileeval $cfPath(environment)/sct_keysight_N8740A.tcl
|
||||
fileeval $cfPath(environment)/magneticField/sct_bruker_BEC1.tcl
|
||||
fileeval $cfPath(environment)/magneticField/sct_bruker.tcl
|
||||
fileeval $cfPath(environment)/temperature/sct_lakeshore_336.tcl
|
||||
@ -48,6 +49,7 @@ fileeval $cfPath(chopper)/chopper.tcl
|
||||
fileeval $cfPath(commands)/commands.tcl
|
||||
fileeval $cfPath(anticollider)/anticollider.tcl
|
||||
fileeval $cfPath(beamline)/polanal.tcl
|
||||
fileeval $cfPath(beamline)/he3_polanal_sct.tcl
|
||||
fileeval $cfPath(commands)/pulser.tcl
|
||||
fileeval $cfPath(commands)/hvcommands.tcl
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
# icsval column = settings when running on the Instrument Control Server (ie SICS_SIMULATION not defined)
|
||||
# fakedev column = settings for test platforms (ie SICS_SIMULATION=fakedev)
|
||||
foreach {simflag icsval fakedev} {
|
||||
opal_simulation true true
|
||||
opal_simulation false true
|
||||
detector_simulation false true
|
||||
hmm_simulation false true
|
||||
environment_simulation false true
|
||||
|
Reference in New Issue
Block a user