Commit Graph

14 Commits

Author SHA1 Message Date
09bf402bbb implement SECoP commands on the server side 2025-05-02 10:41:55 +02:00
27f60e1187 report status and target in update_main
+ add SECoP commands [WIP]
+ fix case 4 (error icon) in updateStatus (SEAWebClientCommunication.js)
2025-05-02 10:39:18 +02:00
639949f24b change status update slightly
- formatted is like "BUSY, moving"
- value as with other tuples
- statuscode 0..4
2025-04-15 17:52:22 +02:00
555aca9ed0 add statuscode to update for status
- value in a status update now contains the text only
2025-04-15 17:37:29 +02:00
38b2dbcf93 added component info (from SECoP description)
+ add target update for modules block
2025-04-15 17:37:29 +02:00
85fdaa445f server: remove unnecessary nesting in SecopInteractor.get_components 2025-04-15 17:37:29 +02:00
e132b43263 fix missing initialization of node_map in SecopInteractor 2025-04-15 17:37:28 +02:00
l_samenv
bc9c1361e5 followup change: fix dummy webserver
the dummy server was no longer working after server rework
2025-04-15 17:37:28 +02:00
l_samenv
9f5ae58b9b 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:37:58 +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
l_samenv
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