mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
fixed jungfrau image after programfpga, fixed resetfpga
This commit is contained in:
Binary file not shown.
BIN
slsDetectorSoftware/jungfrauDetectorServer/bin/jungfrauDetectorServerv3.0.0.7
Executable file
BIN
slsDetectorSoftware/jungfrauDetectorServer/bin/jungfrauDetectorServerv3.0.0.7
Executable file
Binary file not shown.
@ -1,9 +1,9 @@
|
||||
Path: slsDetectorsPackage/slsDetectorSoftware/jungfrauDetectorServer
|
||||
URL: origin git@git.psi.ch:sls_detectors_software/sls_detector_software.git
|
||||
Repository Root: origin git@git.psi.ch:sls_detectors_software/sls_detector_software.git
|
||||
Repsitory UUID: c58dfe801770ceb63a9baab0be5b4cd16794b57e
|
||||
Revision: 89
|
||||
Branch: 3.0-rc
|
||||
Repsitory UUID: 037182a000f003ee636f25cd50a622c608c9e646
|
||||
Revision: 90
|
||||
Branch: developer
|
||||
Last Changed Author: Dhanya_Maliakal
|
||||
Last Changed Rev: 1495
|
||||
Last Changed Date: 2017-08-15 14:14:32.000000002 +0200 ./RegisterDefs.h
|
||||
Last Changed Rev: 1562
|
||||
Last Changed Date: 2017-09-14 11:50:30.000000002 +0200 ./Makefile
|
||||
|
@ -1,11 +1,11 @@
|
||||
//#define SVNPATH ""
|
||||
#define SVNURL "git@git.psi.ch:sls_detectors_software/sls_detector_software.git"
|
||||
//#define SVNREPPATH ""
|
||||
#define SVNREPUUID "c58dfe801770ceb63a9baab0be5b4cd16794b57e"
|
||||
//#define SVNREV 0x1495
|
||||
#define SVNREPUUID "037182a000f003ee636f25cd50a622c608c9e646"
|
||||
//#define SVNREV 0x1562
|
||||
//#define SVNKIND ""
|
||||
//#define SVNSCHED ""
|
||||
#define SVNAUTH "Dhanya_Maliakal"
|
||||
#define SVNREV 0x1495
|
||||
#define SVNDATE 0x20170815
|
||||
#define SVNREV 0x1562
|
||||
#define SVNDATE 0x20170914
|
||||
//
|
||||
|
@ -254,7 +254,7 @@ u_int32_t getDetectorIP(){
|
||||
/* initialization */
|
||||
|
||||
void initControlServer(){
|
||||
|
||||
clkPhase[0] = 0; clkPhase[1] = 0;
|
||||
setupDetector();
|
||||
printf("\n");
|
||||
}
|
||||
@ -336,7 +336,7 @@ void setupDetector() {
|
||||
}
|
||||
}
|
||||
|
||||
bus_w(DAQ_REG, 0x0); /* Only once at server startup */
|
||||
bus_w(DAQ_REG, 0x0); /* Only once at server startup */
|
||||
setSpeed(CLOCK_DIVIDER, HALF_SPEED);
|
||||
cleanFifos(); /* todo might work without */
|
||||
resetCore(); /* todo might work without */
|
||||
|
Reference in New Issue
Block a user