680434e5e8
fix activate command
2024-11-05 17:04:39 +01:00
3d2346f632
update spec
2024-10-25 11:17:48 +02:00
5017c5feb6
fix typo
2024-10-25 09:42:04 +02:00
24fa8f8459
Update instructions_specifications.md
2024-10-25 09:22:57 +02:00
a22b70d750
make instructions more nice
...
- use english consequently (this avoid umlauts...)
- adapt better to markdown syntax
2024-10-25 09:18:41 +02:00
78cadd7bef
instructions and specifications for daniels work
2024-10-25 08:53:33 +02:00
279a658e8a
update README: *-webserver script, rename to 'seweb'
2024-10-25 08:13:14 +02:00
e339ef711f
modify notes about Chart.js migration
2024-10-25 07:50:31 +02:00
66bc1c99db
add requirements
2024-10-23 16:36:26 +02:00
7d536c187b
add dummy webserver
2024-10-23 16:35:59 +02:00
dc887e68d5
move get_abs_time to base.py
...
+ initialize Instrument().clients
2024-10-23 16:34:55 +02:00
7736e0f7e3
move classes using influx from secop to influxgraph
...
+ fix parameter change command in secop
2024-10-23 16:34:12 +02:00
7471a0c171
remove pdb support, remove unused imports
...
+ remove tcp_lineserver
2024-10-23 16:31:34 +02:00
9cee5ad9bf
add secop-webserver binary
2024-10-23 13:53:54 +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
b708197d27
rework updateValues
...
+ remove "SEA " from page title
2024-09-27 14:48:08 +02:00
415d4c86f6
rework SECoP: redesign message class, fix command reply
2024-09-27 14:25:11 +02:00
cd306c45ac
fix URI encoding and let SECoP module show value
...
- URI encoding must happen by element
- show values in SECoP module
2024-09-27 13:47:59 +02:00
09c3a5840a
add more items to generic.ini
2024-09-27 11:05:07 +02:00
15ecaca93e
seaweb.py: JSONencode, SECoP requests, terminate
...
- make class SecopMsg json encodable
- fix handling of SECoP requests
- terminate properly on SIGTERM
2024-09-27 11:02:15 +02:00
e71cb74391
improve graphics layout
...
- 'bevel' line style prohibits 'peaks' on locally noisy values
- fix option 'stepped' instead of 'steppedLine'
- set period to 0 for target parameters
- thinker lines, adjustable by a constant
2024-09-27 10:57:45 +02:00
7184d28047
fix wrongly triggered message after a parameter change
...
after pressing the return key, no message should appear like
'You changed a field without pressing the return key'
2024-09-27 10:53:12 +02:00
2e21f52071
fix in communication: use encodeURI
...
this is needed e.g. when command socntain blanks
2024-09-27 10:49:57 +02:00
69ea17aec6
allow multiple SecNode connections
...
+ change layout when console is not to be shown
+ catch file not found error
2024-09-25 16:33:28 +02:00
96bcd67dc4
change icon
2024-09-25 14:50:58 +02:00
6440daaef2
make secop work
2024-09-25 14:50:43 +02:00
664e53d58c
fix legend values when value is undefined
...
+ improve mechanism to find value
2024-09-25 14:16:52 +02:00
6f318f26b7
fix zoom mode
...
+ update README.md
2024-09-25 14:16:52 +02:00
9ed6f75ace
fix setting cursor when clicked
...
cursor should not be set when dragging (pan)
2024-09-25 14:16:52 +02:00
91c1f7c3bb
show time labels only on first chart
2024-09-25 14:16:52 +02:00
6edb926bf8
improve time tick labels more
2024-09-25 14:16:52 +02:00
b919c60000
improve time axis labels
...
+ change poll interval to 1 sec
2024-09-25 14:16:50 +02:00
48b89a9801
fix mechanism to strip overlapping data for live update
...
fix bug when when there was no last value yet
2024-09-25 14:15:37 +02:00
66e8d431a9
Doc + working live
2024-09-25 14:15:37 +02:00
a2ad485402
Autoscale considers new ChartJS format, data reloads onzoom and onpan
2024-09-25 14:15:37 +02:00
6c1a13c382
Zoom and pan are synchronized, changed afterBuildTicksSignature
2024-09-25 14:15:34 +02:00
05a77ce2f4
initial test + libraries
2024-09-25 14:14:41 +02:00
9105a5cb41
5 sec update frequency
2024-09-13 17:07:24 +02:00
86fa5e1a8b
SAFE BEFORE UPDATING CHARTJS
2024-09-13 08:19:07 +02:00
e8f987a4b4
removed navigation on house click
2024-09-11 09:42:06 +02:00
b65e2b6c36
Added one line in readme.md
2024-09-11 09:39:21 +02:00
cbfc1c1de7
Updated help entries
2024-09-11 09:37:30 +02:00
ba118ab56e
Added device name doc
2024-09-11 09:22:15 +02:00
d8d1d40881
Added server doc
2024-09-10 14:54:57 +02:00
601ebf67ee
Updated client documentation
2024-09-10 11:32:24 +02:00
784d3f16fc
Updated README
2024-09-10 10:33:08 +02:00
08191991d0
protocol.txt updated
2024-09-10 08:56:13 +02:00
a52cb3550f
Added doc for ChartConfig
2024-09-10 08:56:13 +02:00
6a63da07d4
Removed reduced + original_color for influx, doc for influxgraph
2024-09-10 08:56:13 +02:00
3ae1097b22
Ended doc for influxdb.py
2024-09-09 14:22:34 +02:00