5.12.2016
This commit is contained in:
2
make_gen
2
make_gen
@ -21,7 +21,7 @@ OBJ=psi.o buffer.o ruli.o sps.o pimotor.o \
|
||||
el737hpv2driv.o swmotor2.o tricssupport.o amorcomp.o \
|
||||
$(MZOBJ) amordrive.o amorset.o sinqhttp.o slsecho.o\
|
||||
dgrambroadcast.o sinq.o tabledrive.o sinqhttpopt.o\
|
||||
ritastorage.o poldizug.o el737hpdrivsps.o \
|
||||
ritastorage.o el737hpdrivsps.o \
|
||||
rebin.o sanslirebin.o lmd200.o slsvme.o julprot.o sinqhttpprot.o \
|
||||
pfeifferprot.o termprot.o phytron.o autowin.o eigera2.o \
|
||||
jvlprot.o \
|
||||
|
1
psi.c
1
psi.c
@ -52,6 +52,7 @@ void SiteInit(void)
|
||||
INIT(ArrayObjStartup);
|
||||
INIT(LinaStartup);
|
||||
INIT(HaakeStartup);
|
||||
INIT(MongoLogInit);
|
||||
|
||||
/*
|
||||
* SICS specific Asynchronous I/O protocols
|
||||
|
@ -10,7 +10,7 @@ from datetime import timedelta
|
||||
mongodb = MongoClient('mongodb://logwriter:sinqsics@mpc1965:27017/?authSource=admin')
|
||||
|
||||
dblist = ['amor', 'boa', 'dmc', 'eiger', 'focus', 'hrpt', 'morpheus',
|
||||
'narziss', 'orion', 'poldi', 'rita2', 'sans', 'sans2', 'tasp']
|
||||
'narziss', 'orion', 'poldi', 'rita2', 'sans', 'sans2', 'tasp', 'zebra']
|
||||
|
||||
totime = datetime.datetime.today()
|
||||
totime = datetime.datetime(totime.year,totime.month,totime.day)
|
||||
|
@ -10,7 +10,7 @@ from datetime import timedelta
|
||||
mongodb = MongoClient('mongodb://logwriter:sinqsics@mpc1965:27017/?authSource=admin')
|
||||
|
||||
dblist = ['amor', 'boa', 'dmc', 'eiger', 'focus', 'hrpt', 'morpheus',
|
||||
'narziss', 'orion', 'poldi', 'rita2', 'sans', 'sans2', 'tasp']
|
||||
'narziss', 'orion', 'poldi', 'rita2', 'sans', 'sans2', 'tasp', 'zebra']
|
||||
|
||||
totime = datetime.datetime.today()
|
||||
totime = datetime.datetime(totime.year,totime.month,totime.day)
|
||||
|
Reference in New Issue
Block a user