6a780de22f
WIP
2019-08-08 15:06:08 +02:00
553b7d8568
WIP
2019-08-08 11:11:08 +02:00
Dhanya Thattil
98ddf154b2
Partialreadout ( #47 )
...
* eiger server, rxr: partial readout, also gui messages: up last command, down clear command
* added binaries and resolved conflict
* bugfix eiger server: interrupt subframe is bit 2 and not bit number 3
* brackets in defs
2019-08-07 09:08:58 +02:00
Dhanya Thattil
d72b6c3659
eiger server: quad, interrupt subframe, reg left and right ( #45 )
...
* eiger server: quad, interrupt subframe, reg left and right
* eiger server: beb can fail in setting up quad, quad and gap pixels
2019-08-06 10:12:34 +02:00
Dhanya Thattil
b524e0c95f
removed online flags, apiversion in shm, ret for ok and fail, bind socket help in exception message ( #43 )
...
* removed online flag, removed rxronline flag, added useReceier flag that is set only when rxr hostname is set, removed setonline, setreceiveronline flag, removed ret for ok or fail, using exceptions for this, changed cannot bind socket printout
* fixed python
2019-07-26 16:33:39 +02:00
Dhanya Thattil
fb2c015c5c
Setonline ( #42 )
...
* setonline and setreceiveronline removed from command line
* removed multi shm rxr online flag
* setonine and setreceiveronline not needed in gui
2019-07-24 16:25:02 +02:00
Dhanya Thattil
e7a76ccea1
Quad ( #39 )
...
* making quad work in developer branch
* binary added
* minor changes
* bug fix to set quad to 0 when more than 1 detector
2019-07-22 16:41:03 +02:00
3ef8b392db
rx_hostname command line bug: should not setreceiveronline if connecting to a new receiver without clearing shm
2019-07-17 17:02:40 +02:00
5e24591295
Merge branch 'developer' into gui
2019-07-12 10:36:54 +02:00
40c3c78024
client bug fix: framesl, cyclesl printed in float, fixed
2019-07-10 11:18:24 +02:00
8ac7d96ef3
WIP
2019-07-05 08:54:50 +02:00
e22d03a744
WIP
2019-07-02 09:13:47 +02:00
3db09bc0cd
Merge branch 'developer' into gui
2019-06-25 09:08:29 +02:00
4b69c01357
ctb server: sync clk get added
2019-06-19 16:55:24 +02:00
Erik Fröjdh
6c33f7de7b
adding list command ( #34 )
2019-06-19 09:26:11 +02:00
b6bba0b7bc
Merge branch 'developer' into gui
2019-06-17 17:41:17 +02:00
Erik Fröjdh
c1435ea94f
Renamed receiver commands to rx_ ( #32 )
...
* renamed receiver commands to rx_
* WIP
* more commands
* check
* overwrite
* foverwrite
2019-06-13 15:29:05 +02:00
ca5a0b4cc8
WIP Settings
2019-06-07 10:58:47 +02:00
862dc824ba
WIP
2019-06-05 11:27:19 +02:00
a6144f658e
ctb client and server bug fix: dac didnt compute indices correctly and set dac was not printing in server
2019-06-04 18:11:31 +02:00
b74ce95b24
removed colon in commands. affects dac, adc and extsig
2019-06-04 12:10:26 +02:00
7a9745e2da
fixed typo in command, bsamples to dsamples
2019-06-03 18:14:23 +02:00
Dhanya Thattil
29141ac1a6
set starting frame number of next acquisition for both jungfrau and e… ( #27 )
...
* set starting frame number of next acquisition for both jungfrau and eiger. firmware has not implemented a get, so workaround. tests included. frame number 0 not allowed due to Eiger. Eiger max frame is 48 bit, while jungfrau is 64 bit
* made argument of setstartingframenumber const
2019-06-03 11:07:53 +02:00
f7aedf7711
client bug fix: typo in command line, get returned rx_udpip instead of rx_udpip2, same with mac
2019-05-28 16:56:15 +02:00
a0f697ce71
jungfrau feature change: outer is default and connects to bottom, inner is secondary but connects to top
2019-05-28 10:31:36 +02:00
7e43472b7b
minor help editing
2019-05-27 16:29:56 +02:00
7b817fa194
Merge branch 'developer' into jungfrauv0.8
2019-05-17 19:21:01 +02:00
1a1c6b9b42
jungfrau server: feature finish: switching between 2 interfaces
2019-05-17 19:19:03 +02:00
Erik Frojdh
fff79fbbb6
const char* for command
2019-05-16 16:58:03 +02:00
Erik Fröjdh
f1a1391866
Factored out time conversion ( #23 )
...
* time conversion
* with comment
* lround in slsDetectorCommand
2019-05-15 10:22:38 +02:00
Erik Frojdh
74d67261a9
no check for null when deleting
2019-05-14 17:09:24 +02:00
20720bc073
Merge branch 'developer' into rxctb
2019-05-03 20:38:32 +02:00
e14519c236
slsReceiver: removed special receiver config, added rx_dbitlist, rx_dbitoffset to put bits together in file, connected adcinvert, extsamplingsrc and extsampling properly to the detector, added tests
2019-05-03 20:37:40 +02:00
Erik Fröjdh
1094d5d30c
Build doxygen documentation by cmake ( #17 )
...
* added cmake command to make doxygen docs
* added back doxyfile for users
2019-05-03 14:58:15 +02:00
2f3b0e0b06
ctb:separated analog and digital samples in server and send analog and digital data packed separately per frame to reciever
2019-04-30 18:55:32 +02:00
b0cffcd570
master file option, adcdisable changed to adcenable
2019-04-30 12:13:28 +02:00
668cff1c65
fix for corrupt merge
2019-04-29 11:30:19 +02:00
61a939ef53
ctb: removed setroi, instead using adcenablemask
2019-04-26 16:53:23 +02:00
18558e1288
bug fix command line patnloops should print in decimal, receiver ctb: added p option to print data for debugging, fixed initializing of result in memory
2019-04-25 17:39:46 +02:00
266520741a
ctb patterns interface rewritten
2019-04-18 15:29:43 +02:00
Erik Frojdh
f591adccb8
added getPatternLoop
2019-04-18 09:33:14 +02:00
89a06f099c
merging refactor (replacing)
2019-04-12 10:53:09 +02:00