8fc2c9a1f9
improve command handling
2025-05-13 11:01:35 +02:00
07bd5407e0
fix simple command (e.g. stop)
2025-05-05 14:01:18 +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
45a90145a7
use type=rdonly for modules without target, but with a value
2025-04-25 16:29:52 +02:00
54d77218cd
treat different types for module block
2025-04-25 16:14:38 +02:00
273821e191
fix do command
2025-04-25 13:45:11 +02:00
ea21d4e138
implement SECoP commands on the server side
2025-04-25 08:59:58 +02:00
58ee8130e6
report status and target in update_main
...
+ add SECoP commands [WIP]
+ fix case 4 (error icon) in updateStatus (SEAWebClientCommunication.js)
2025-04-22 18:03:24 +02:00
8747b0e7f8
change status update slightly
...
- formatted is like "BUSY, moving"
- value as with other tuples
- statuscode 0..4
2025-04-15 18:03:12 +02:00
bd7c1f7406
add statuscode to update for status
...
- value in a status update now contains the text only
2025-04-15 17:36:37 +02:00
c42d7d8bf8
added component info (from SECoP description)
...
+ add target update for modules block
2025-04-15 17:36:37 +02:00
e815800cb3
server: remove unnecessary nesting in SecopInteractor.get_components
2025-03-24 10:04:48 +01:00
dbf98fdf90
fix missing initialization of node_map in SecopInteractor
2025-03-24 08:33:09 +01:00
dbadc4ce0a
followup change: fix dummy webserver
...
the dummy server was no longer working after server rework
2025-03-19 11:47:57 +01: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
b8ac8f8bb5
add the status name to the 'rdlink' message
2025-03-18 14:35:14 +01:00
c67c0f7e9d
add 'status' to updates for module block
2025-03-18 14:22:10 +01:00
2c59e37074
major rework
...
using influxdb structure independed of nicos cache
2025-03-18 14:14:45 +01:00
7736e0f7e3
move classes using influx from secop to influxgraph
...
+ fix parameter change command in secop
2024-10-23 16:34:12 +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