mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 22:07:12 +02:00
gotthard server: trying to resolve roi problem that is only affected by latest firmware
This commit is contained in:
@ -87,6 +87,7 @@ int init_detector( int b) {
|
||||
//gotthard specific
|
||||
setPhaseShiftOnce();
|
||||
configureADC();
|
||||
|
||||
setADC(-1); //already does setdaqreg and clean fifo
|
||||
setSettings(DYNAMICGAIN,-1);
|
||||
setDefaultDacs();
|
||||
@ -101,9 +102,8 @@ int init_detector( int b) {
|
||||
setTiming(GET_EXTERNAL_COMMUNICATION_MODE);
|
||||
setMaster(GET_MASTER);
|
||||
setSynchronization(GET_SYNCHRONIZATION_MODE);
|
||||
startReceiver(0);
|
||||
startReceiver(1);
|
||||
setMasterSlaveConfiguration();
|
||||
setADC(-1);
|
||||
}
|
||||
strcpy(mess,"dummy message");
|
||||
strcpy(lastClientIP,"none");
|
||||
|
Reference in New Issue
Block a user