diff --git a/PythonServer/screens/ts2_tpcircuits.py b/PythonServer/screens/ts2_tpcircuits.py index 61d1bb92a42404400e5f0d60096b10db963834fd..d369acc73bd70ddd3598f8b7c132002b1bf26656 100755 --- a/PythonServer/screens/ts2_tpcircuits.py +++ b/PythonServer/screens/ts2_tpcircuits.py @@ -9,7 +9,7 @@ class ts2_tpcircuitsScreen(Thread): self.stop_signal = stop_signal def run(self): - pvs = ['TS2-010CRM:Cryo-LT-001:MeasValue', 'TS2-010CRM:Cryo-LT-002:MeasValue', 'TS2-010CRM:Cryo-TE-010:MeasValue', 'TS2-010CRM:Cryo-TE-020:MeasValue', 'TS2-010CRM:Cryo-TE-030:MeasValue', 'TS2-010CRM:Cryo-TE-007:MeasValue', 'TS2-010CRM:Cryo-TE-008:MeasValue', 'TS2-010CRM:Cryo-TE-009:MeasValue', 'TS2-010CRM:Cryo-TE-002:MeasValue', 'TS2-010CRM:Cryo-TE-093:MeasValue'] + pvs = ['TS2-010CRM:Cryo-LT-001:MeasValue', 'TS2-010CRM:Cryo-LT-002:MeasValue', 'TS2-010CRM:Cryo-TE-010:MeasValue', 'TS2-010CRM:Cryo-TE-020:MeasValue', 'TS2-010CRM:Cryo-TE-030:MeasValue', 'TS2-010CRM:Cryo-TE-007:MeasValue', 'TS2-010CRM:Cryo-TE-008:MeasValue', 'TS2-010CRM:Cryo-TE-009:MeasValue', 'TS2-010CRM:Cryo-TE-002:MeasValue', 'TS2-010CRM:Cryo-TE-093:MeasValue', 'TS2-010CRM:Cryo-PT-004:MeasValue','TS2-010CRM:Cryo-PT-003:MeasValue','TS2-010CRM:Cryo-TE-091:MeasValue','TS2-010CRM:Cryo-TE-092:MeasValue','TS2-010CRM:Cryo-TE-094:MeasValue','TS2-010CDL:Cryo-PT-82301:MeasValue','TS2-010CRM:Cryo-PT-002:MeasValue','TS2-010CRM:Cryo-TE-001:MeasValue'] epics_dict={} for pv in pvs: diff --git a/WebSites/pvs/dashboard.json b/WebSites/pvs/dashboard.json index b0f445cf28ef932182a661f5194f34ce53dafd65..9cd0476ab7c280aaeb1e5419d9cd8b26f9dae85a 100644 --- a/WebSites/pvs/dashboard.json +++ b/WebSites/pvs/dashboard.json @@ -29,6 +29,36 @@ } ] }, + { + "title": "Archiver", + "width": 1, + "row": { + "1": 47, + "2": 47, + "3": 47, + "4": 29, + "12": 29, + "13": 29 + }, + "col": { + "1": 1, + "2": 1, + "3": 1, + "4": 1, + "12": 3, + "13": 3 + }, + "col_width": 2, + "widgets": [ + { + "type": "html", + "settings": { + "html": "<div id=\"result_ar\" style=\"overflow: visible;\"></div>", + "height": 8 + } + } + ] + }, { "title": "PV Search", "width": 1, @@ -135,14 +165,18 @@ "title": "Channel Finder", "width": 1, "row": { + "1": 65, "2": 65, + "3": 65, "4": 29, "11": 29, "12": 29 }, "col": { + "1": 1, "2": 1, - "4": 1, + "3": 1, + "4": 3, "11": -9, "12": -9 }, @@ -156,32 +190,6 @@ } } ] - }, - { - "title": "Archiver", - "width": 1, - "row": { - "2": 47, - "4": 29, - "12": 29, - "13": 29 - }, - "col": { - "2": 1, - "4": 3, - "12": 3, - "13": 3 - }, - "col_width": 2, - "widgets": [ - { - "type": "html", - "settings": { - "html": "<div id=\"result_ar\" style=\"overflow: visible;\"></div>", - "height": 8 - } - } - ] } ], "datasources": [ @@ -194,4 +202,4 @@ } ], "columns": 4 -} +} \ No newline at end of file