9 Commits

Author SHA1 Message Date
7bb60ddc37 fix bug in select_experiment page 2025-05-13 10:59:59 +02:00
d6ad08025b send instrument='n_a' if not available
instead of null

+ remove another debugging print statement
2025-04-30 14:48:01 +02:00
fe80de4d4b get a faster response from a change
in the previous implementation, the row-waiting-for-answer
class was removed only on the next poll. this should happen
more quickly.

+ remove some print statements
2025-04-30 11:18:18 +02:00
74e1a84253 fixes for select_instrument 2025-04-25 09:00:47 +02:00
958e472f3b rework of the server side
main change: the same server may be used for several instruments

- client classes are 'Interactors' dealing with the parameters etc.
- methods from history are added to the clients
+ improvements on the js client side
2025-03-19 08:44:35 +01:00
5b6684fcef add select_experiment 2025-03-18 14:15:14 +01:00
2c59e37074 major rework
using influxdb structure independed of nicos cache
2025-03-18 14:14:45 +01:00
7471a0c171 remove pdb support, remove unused imports
+ remove tcp_lineserver
2024-10-23 16:31:34 +02:00
b07ca0bd4f restructure code and use frappy.client for SECoP
- separation of SECoP part from webserver
- use frappy client instead of own code for SECoP communication
2024-10-23 11:13:40 +02:00