Skip to content
Snippets Groups Projects
Commit e6a8b114 authored by Emanuele Laface's avatar Emanuele Laface
Browse files

Added 4h and 1h for MCU

parent 630fc4fc
No related branches found
No related tags found
No related merge requests found
Pipeline #41429 passed
...@@ -45,7 +45,14 @@ class mcuScreen(Thread): ...@@ -45,7 +45,14 @@ class mcuScreen(Thread):
"LabS-VIP:Chop-Drv-0101:Park_Stat", "LabS-VIP:Chop-Drv-0101:Park_Stat",
] ]
intervals = {"2w": 24 * 14, "1w": 24 * 7, "2d": 24 * 2, "1d": 24} intervals = {
"2w": 24 * 14,
"1w": 24 * 7,
"2d": 24 * 2,
"1d": 24,
"4h": 4,
"1h": 1,
}
epics_dict = {} epics_dict = {}
for pv in pvs: for pv in pvs:
......
{ {
"version": 1, "version": 1,
"header_image": "", "header_image": "",
"allow_edit": false, "allow_edit": true,
"plugins": [], "plugins": [],
"panes": [ "panes": [
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment