- Currently disabled attempts at logging commands
- Added a warning for excessive data rates on monitors - Added statistics to devser and thus to scriptcontext - Added byte concatenation to dynstring - Added aborting for reflection generation to fourmess.c - Added data checksum testing to hipadaba, use for update tests - Fixed interrupt discovery in network.c, caused invalid interrupt codes which in turn confused sicscron which had to be fixed too. - Renamed ubcalc into ubcalcint in order to reclaim the ubcalc for Jurg - Added an a3offset to tasub in order to fix what I perceive an IS problem - Added support for the newer version of the Siemens SPS, the S7 - Added a not yet fully working sinqhttpopt driver which talks to http HM without libghttp SKIPPED: psi/delcam.c psi/make_gen psi/psi.c psi/sinq.c psi/sinq.h psi/sinqhttpopt.c psi/slsvme.c psi/spss7.c
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
294
|
||||
302
|
||||
NEVER, EVER modify or delete this file
|
||||
You'll risk eternal damnation and a reincarnation as a cockroach!
|
||||
|
@ -234,9 +234,9 @@ singlex peaksearch/chimin 90
|
||||
singlex peaksearch/chimax 180
|
||||
#HKL Settings
|
||||
hkl scantolerance 2.500000
|
||||
ubcalc difftheta 0.300000
|
||||
ubcalc maxindex 5
|
||||
ubcalc maxlist 10
|
||||
ubcalcint difftheta 0.300000
|
||||
ubcalcint maxindex 5
|
||||
ubcalcint maxlist 10
|
||||
fmesstable clear
|
||||
messref anglesheader stt,om,chi,phi
|
||||
messref clear
|
||||
@ -251,5 +251,7 @@ cone qscale 1
|
||||
cone center unknown
|
||||
simidx sttlim 0.2
|
||||
simidx anglim 0.5
|
||||
apple preset 0
|
||||
apple mode monitor
|
||||
simi preset 0
|
||||
simi mode monitor
|
||||
|
@ -528,7 +528,7 @@ amorhmsct poll /sics/amorhm/collapse 20
|
||||
|
||||
#source ../sim/mars/julcho.tcl
|
||||
|
||||
MakeSinq
|
||||
MakeSinqRedirect lnsl15 10500
|
||||
|
||||
MakeSingleX
|
||||
singlex configure stt a4
|
||||
@ -636,13 +636,13 @@ proc tofappleinit {} {
|
||||
set hmhttp 0
|
||||
if {$hmhttp == 1} {
|
||||
source ../tcl/sinqhttp.tcl
|
||||
MakeHTTPHM apple 1 hm02 appleinit
|
||||
# MakeHTTPHM apple 1 hm01 appleinit
|
||||
# MakeHTTPHM apple 1 localhost:8080 appleinit
|
||||
apple dim 16384
|
||||
# apple dim 16384
|
||||
#---------- for TOF
|
||||
# MakeHTTPHM apple 2 hm02 tofappleinit tof
|
||||
# apple dim 16384 10
|
||||
# apple genbin 10 20 100
|
||||
MakeHTTPHM apple 2 hm01 tofappleinit tof
|
||||
apple dim 16384 10
|
||||
apple genbin 10 20 100
|
||||
applesct debug 0
|
||||
apple init
|
||||
}
|
||||
@ -752,3 +752,6 @@ zugsct debug 0
|
||||
source ../tcl/stddrive.tcl
|
||||
source ../sim/poldi_sics/zug.tcl
|
||||
}
|
||||
|
||||
#MakeSPSS7 s7 203 251 129.129.195.55:2005
|
||||
#MakeSPSS7 s7 203 251 localhost:8090
|
||||
|
Reference in New Issue
Block a user