Skip to content
Snippets Groups Projects
dashboard.json 27.9 KiB
Newer Older
Emanuele Laface's avatar
Emanuele Laface committed
{
	"version": 1,
	"header_image": "",
	"allow_edit": false,
Emanuele Laface's avatar
Emanuele Laface committed
	"plugins": [],
	"panes": [
		{
			"width": 1,
			"row": {
				"1": 1,
				"2": 1,
				"3": 1,
				"4": 1,
				"5": 1,
				"6": 1
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col": {
				"1": 1,
				"2": 1,
				"3": 1,
				"4": 1,
				"5": 1,
				"6": 1
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col_width": 6,
Emanuele Laface's avatar
Emanuele Laface committed
			"widgets": [
				{
					"type": "html",
					"settings": {
Emanuele Laface's avatar
Emanuele Laface committed
						"html": "let clock = datasources[\"Clock\"][\"numeric_value\"]; // trick to trigger the update\nlet cols = document.getElementsByClassName('gs_w')[0].getAttribute('data-sizex');\ndocument.getElementsByClassName('gs_w')[0].firstElementChild.firstElementChild.innerHTML = \"\";\n\nlet title = \"Public Operations Screen\"; // Change this title. Try not to exceed the 30 chars\n\nlet fontsize = Math.round((-0.66486486*title.length+66.67567568)*cols/4);\nlet lmargin = Math.round((0.43918919*title.length-4.05405405)+3.75*cols*cols-34.75*cols+79.75);\nlet width = 100-lmargin;\n\nvar text = `<div style=\\\"position: relative; margin-top: -15px; text-align: left;\\\">\n\t\t\t<div style=\\\"position: relative;\\\">\n\t\t\t\t<img src=\\\"../img/ess-logo.svg\\\" title=\\\"Designed by Emanuele Laface with PyEpics and Freeboard. Graphics by Dirk Nordt.\\\"></img>\n\t\t\t</div>\n<div class=\\\"tw-value\\\" style=\\\"font-size: `+String(fontsize)+`px; color:#ffffff !important; position: absolute; left: `+String(lmargin)+`%; width: `+String(width)+`%; height: 100%; justify-content: center; display: flex; align-items: center;\\\" title=\\\"Designed by Emanuele Laface with PyEpics and Freeboard. Graphics by Dirk Nordt.\\\">\n\t\t\t\t`+title+`\n\t\t\t</div>\n\t\t</div>`;\n\nif (cols == 1){\n    text = \"<div style=\\\"position: static; margin-top: -15px;\\\"><img src=\\\"../img/ess-logo.svg\\\" title=\\\"Designed by Emanuele Laface with PyEpics and Freeboard. Graphics by Dirk Nordt.\\\"><div class=\\\"tw-value\\\" style=\\\"font-size: 30px; color:#ffffff !important; position: relative; bottom: 55px; left: 30px;\\\" title=\\\"Designed by Emanuele Laface with PyEpics and Freeboard. Graphics by Dirk Nordt.\\\"></div></img></div>\";\n    document.getElementsByClassName('gs_w')[0].firstElementChild.firstElementChild.innerHTML = title;\n}\n\nreturn text;",
Emanuele Laface's avatar
Emanuele Laface committed
						"height": 2
					}
				}
			]
		},
Emanuele Laface's avatar
Emanuele Laface committed
			"title": "Cryogenic Distribution Line",
Emanuele Laface's avatar
Emanuele Laface committed
			"width": 1,
			"row": {
				"1": 7,
Emanuele Laface's avatar
Emanuele Laface committed
				"2": 7,
				"3": 7,
Emanuele Laface's avatar
Emanuele Laface committed
				"4": 7,
				"5": 7,
Emanuele Laface's avatar
Emanuele Laface committed
				"6": 7,
Emanuele Laface's avatar
Emanuele Laface committed
				"7": 25,
				"8": 25,
				"9": 25,
				"10": 25,
				"11": 25,
				"12": 25,
				"13": 25
			},
			"col": {
				"1": 1,
				"2": 1,
				"3": 1,
				"4": 1,
				"5": 1,
				"6": 1,
				"7": 1,
				"8": 1,
				"9": 1,
				"10": 1,
				"11": 1,
				"12": 1,
				"13": 1
			},
Emanuele Laface's avatar
Emanuele Laface committed
			"col_width": 6,
Emanuele Laface's avatar
Emanuele Laface committed
			"widgets": [
				{
					"type": "flot_extended_plugin",
					"settings": {
						"plot_type": "None (Enable Points)",
						"legend": true,
						"height": 5,
						"value": "datasources[\"Clock\"][\"numeric_value\"];\n\nvar vbtemp = [];\n\nvar vb = 1;\nfor (let key in datasources[\"cryo\"]) {\n\tvbtemp.push([vb, datasources[\"cryo\"][key][\"value\"]]);\n    vb = vb + 1;\n}\n\nvar data = [{label: \"Valve Box Temperature\", data: vbtemp, color: \"red\"}];\n\nreturn data;",
						"xticks": "",
						"yticks": "datasources[\"Clock\"][\"numeric_value\"];\n\nvar vbdatay = [];\n\nfor (i = 0; i <= 300; i += 50) {\n\tvbdatay.push([i, i.toString()]);\n}\n\nvbdatay.push([350, \"T [K]\"]);\nreturn vbdatay;",
						"points": true,
						"zoom": "xy"
					}
				}
			]
		},
		{
			"title": "Permit table",
			"width": 1,
			"row": {
				"1": 19,
Emanuele Laface's avatar
Emanuele Laface committed
				"2": 19,
				"3": 19,
Emanuele Laface's avatar
Emanuele Laface committed
				"4": 19,
Emanuele Laface's avatar
Emanuele Laface committed
				"5": 19,
Emanuele Laface's avatar
Emanuele Laface committed
				"6": 19,
Emanuele Laface's avatar
Emanuele Laface committed
				"7": 11,
Emanuele Laface's avatar
Emanuele Laface committed
				"9": 11,
Emanuele Laface's avatar
Emanuele Laface committed
				"10": 11,
Emanuele Laface's avatar
Emanuele Laface committed
				"11": 11,
				"13": 11
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col": {
				"1": 1,
				"2": 1,
				"3": 1,
				"4": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"7": 2,
Emanuele Laface's avatar
Emanuele Laface committed
				"9": 2,
Emanuele Laface's avatar
Emanuele Laface committed
				"10": 2,
Emanuele Laface's avatar
Emanuele Laface committed
				"11": 2,
				"13": 2
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col_width": 1,
			"widgets": [
				{
					"type": "indicator",
					"settings": {
						"title": "",
Emanuele Laface's avatar
Emanuele Laface committed
						"value": "datasources[\"general\"][\"FBIS::beam_permit_ok\"][\"value\"][\"index\"]",
Emanuele Laface's avatar
Emanuele Laface committed
						"on_text": "FBIS Global Permit",
						"off_text": "FBIS Global Permit"
					}
				},
Emanuele Laface's avatar
Emanuele Laface committed
				{
					"type": "indicator",
					"settings": {
Emanuele Laface's avatar
Emanuele Laface committed
						"value": "datasources[\"general\"][\"BPROD:Ops:BState\"][\"value\"][\"index\"]",
Emanuele Laface's avatar
Emanuele Laface committed
						"on_text": "OP Beam Requested",
						"off_text": "OP Beam Requested"
					}
				},
Emanuele Laface's avatar
Emanuele Laface committed
				{
					"type": "text_widget",
					"settings": {
						"title": "PSS1 Mode of Operation",
						"size": "regular",
Emanuele Laface's avatar
Emanuele Laface committed
						"value": "return datasources[\"general\"][\"AccPSS:PSS-Area-1:PSSMode\"][\"value\"][\"choices\"][datasources[\"general\"][\"AccPSS:PSS-Area-1:PSSMode\"][\"value\"][\"index\"]];",
Emanuele Laface's avatar
Emanuele Laface committed
						"animate": true
					}
				}
			]
		},
Emanuele Laface's avatar
Emanuele Laface committed
		{
Emanuele Laface's avatar
Emanuele Laface committed
			"title": "RFQ",
Emanuele Laface's avatar
Emanuele Laface committed
			"width": 1,
			"row": {
Emanuele Laface's avatar
Emanuele Laface committed
				"1": 49,
Emanuele Laface's avatar
Emanuele Laface committed
				"2": 43,
				"3": 27,
Emanuele Laface's avatar
Emanuele Laface committed
				"4": 19,
Emanuele Laface's avatar
Emanuele Laface committed
				"5": 19,
				"6": 19,
Emanuele Laface's avatar
Emanuele Laface committed
				"7": 7,
				"8": 7,
				"9": 7,
Emanuele Laface's avatar
Emanuele Laface committed
				"11": 7,
				"13": 7
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col": {
				"1": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"2": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"3": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"4": 3,
Emanuele Laface's avatar
Emanuele Laface committed
				"5": 4,
Emanuele Laface's avatar
Emanuele Laface committed
				"6": 5,
				"7": 3,
				"8": 3,
				"9": 3,
Emanuele Laface's avatar
Emanuele Laface committed
				"11": 3,
				"13": 3
Emanuele Laface's avatar
Emanuele Laface committed
			},
Emanuele Laface's avatar
Emanuele Laface committed
			"col_width": 2,
Emanuele Laface's avatar
Emanuele Laface committed
			"widgets": [
				{
Emanuele Laface's avatar
Emanuele Laface committed
					"type": "indicator",
Emanuele Laface's avatar
Emanuele Laface committed
					"settings": {
Emanuele Laface's avatar
Emanuele Laface committed
						"value": "let timelength = datasources[\"rfq\"][\"RFQ-010:RFS-EVR-101:RFSyncWdt-SP\"][\"value\"]/1000;\nlet pwxdata = datasources[\"rfq\"][\"RFQ-010:RFS-DIG-101:Dwn6-XAxis.[0:100:-1]\"][\"value\"];\nlet pwydata = datasources[\"rfq\"][\"RFQ-010:RFS-DIG-101:Dwn6-Cmp0.[0:100:-1]\"][\"value\"];\n\nlet power = datasources[\"rfq\"][\"RFQ-010:RFS-DIG-101:AI2-SMonAvg-Mag\"][\"value\"]-datasources[\"rfq\"][\"RFQ-010:RFS-DIG-101:AI3-SMonAvg-Mag\"][\"value\"]+datasources[\"rfq\"][\"RFQ-010:RFS-DIG-101:AI4-SMonAvg-Mag\"][\"value\"]-datasources[\"rfq\"][\"RFQ-010:RFS-DIG-101:AI5-SMonAvg-Mag\"][\"value\"];\n\nlet pwdata = 0;\nlet counts = 0;\n\nlet timestamp = datasources[\"rfq\"][\"RFQ-010:RFS-DIG-101:Dwn6-Cmp0.[0:100:-1]\"][\"timeStamp\"][\"secondsPastEpoch\"];\nlet now = Math.floor((new Date()).getTime() / 1000);\nvar enable = 1;\nif (now - timestamp > 60) {\n    enable = 0;\n}\n\nfor (i=0; i < pwxdata.length; i++) {\n    if (pwxdata[i] > timelength) {\n        break;\n    }\n\tpwdata += enable*pwydata[i];\n    counts += 1;\n}\n\nif (counts == 0) {\n    return 0;\n}\n\nif (pwdata/counts < 3) {\n    return 0;\n}\n\nreturn 1;",
						"on_text": "let power = datasources[\"rfq\"][\"RFQ-010:RFS-DIG-101:AI2-SMonAvg-Mag\"][\"value\"]-datasources[\"rfq\"][\"RFQ-010:RFS-DIG-101:AI3-SMonAvg-Mag\"][\"value\"]+datasources[\"rfq\"][\"RFQ-010:RFS-DIG-101:AI4-SMonAvg-Mag\"][\"value\"]-datasources[\"rfq\"][\"RFQ-010:RFS-DIG-101:AI5-SMonAvg-Mag\"][\"value\"];\n\nreturn \"Power: \"+String(power.toFixed(3))+\" kW\";",
Emanuele Laface's avatar
Emanuele Laface committed
						"off_text": "RFQ Off"
Emanuele Laface's avatar
Emanuele Laface committed
					"type": "flot_extended_plugin",
					"settings": {
Emanuele Laface's avatar
Emanuele Laface committed
						"plot_type": "area",
						"legend": true,
						"height": 4,
Emanuele Laface's avatar
Emanuele Laface committed
						"value": "datasources[\"Clock\"][\"numeric_value\"];\n\nlet timelength = datasources[\"rfq\"][\"RFQ-010:RFS-EVR-101:RFSyncWdt-SP\"][\"value\"]/1000*2;\n\nlet pwxdata = datasources[\"rfq\"][\"RFQ-010:RFS-DIG-101:Dwn6-XAxis.[0:100:-1]\"][\"value\"];\nlet pwydata = datasources[\"rfq\"][\"RFQ-010:RFS-DIG-101:Dwn6-Cmp0.[0:100:-1]\"][\"value\"];\n\nlet timestamp = datasources[\"rfq\"][\"RFQ-010:RFS-DIG-101:Dwn6-Cmp0.[0:100:-1]\"][\"timeStamp\"][\"secondsPastEpoch\"];\nlet now = Math.floor((new Date()).getTime() / 1000);\nvar enable = 1;\nif (now - timestamp > 120) {\n    enable = 0;\n}\nelse {\n    enable = 1;\n}\n\nvar pwdata = [];\n\nfor (i=0; i < pwxdata.length; i++) {\n    if (pwxdata[i] > timelength) {\n        break;\n    }\n\tpwdata.push([pwxdata[i], enable*pwydata[i]]);\n}\n\nlet data = [{label: 'Power applied', data: pwdata, color: \"green\"}];\n\nreturn data;",
						"xticks": "datasources[\"Clock\"][\"numeric_value\"];\n\nlet cols = document.getElementsByClassName('gs_w')[0].getAttribute('data-sizex');\n\nlet timelength = datasources[\"rfq\"][\"RFQ-010:RFS-EVR-101:RFSyncWdt-SP\"][\"value\"]/1000*2;\nlet xdata = datasources[\"rfq\"][\"RFQ-010:RFS-DIG-101:Dwn6-XAxis.[0:100:-1]\"][\"value\"];\n\nif (xdata.length == 0) {\n    return;\n}\n\nif (timelength > xdata[xdata.length-1]) {\n    timelength = xdata[xdata.length-1];\n}\n\nvar xtick = [];\nvar size = 10;\nif (cols == 1) {\n    size = 4;\n}\n\nfor (i = 0; i < (size+1); i += 1) {\n    xtick.push([timelength*i/size, (timelength*i/size).toFixed(3).toString()]);\n}\nxtick[size/2][1] = xtick[size/2][1]+\"<br>t [ms]\";\n\nreturn xtick;\n\n",
						"yticks": "datasources[\"Clock\"][\"numeric_value\"];\n\nlet rfq_data = datasources[\"rfq\"][\"RFQ-010:RFS-DIG-101:Dwn6-Cmp0.[0:100:-1]\"][\"value\"];\nvar rfq_ticks = [];\nlet min_rfq = Math.min(...rfq_data);\nlet max_rfq = Math.max(...rfq_data);\n\nif (max_rfq-min_rfq < 1) {\n    return([[-2,\"-2\"],[-1,\"-1\"],[0,\"0\"],[1,\"1\"],[2,\"P [kW]\"]]);\n}\n\nfor (i = min_rfq; i <= max_rfq; i += (max_rfq-min_rfq)/5) {\n\trfq_ticks.push([i, Math.trunc(i)]);\n}\n\nrfq_ticks.push([max_rfq+(max_rfq-min_rfq)/5, \"P [kW]\"]);\nreturn rfq_ticks;",
Emanuele Laface's avatar
Emanuele Laface committed
						"zoom": "xy"
Emanuele Laface's avatar
Emanuele Laface committed
					}
				}
			]
		},
Emanuele Laface's avatar
Emanuele Laface committed
		{
			"title": "Ion Source",
			"width": 1,
			"row": {
				"1": 41,
Emanuele Laface's avatar
Emanuele Laface committed
				"2": 19,
				"3": 19,
Emanuele Laface's avatar
Emanuele Laface committed
				"4": 19,
Emanuele Laface's avatar
Emanuele Laface committed
				"5": 29,
				"6": 19,
Emanuele Laface's avatar
Emanuele Laface committed
				"7": 7,
				"8": 7,
				"9": 7,
				"10": 7,
				"11": 7,
Emanuele Laface's avatar
Emanuele Laface committed
				"12": 7,
				"14": 7
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col": {
				"1": 1,
				"2": 2,
				"3": 2,
				"4": 2,
Emanuele Laface's avatar
Emanuele Laface committed
				"5": 2,
Emanuele Laface's avatar
Emanuele Laface committed
				"6": 4,
				"7": 1,
				"8": 1,
				"9": 1,
				"10": 1,
				"11": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"12": 1,
				"14": 1
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col_width": 1,
			"widgets": [
				{
					"type": "indicator",
					"settings": {
						"value": "datasources[\"source\"][\"ISrc-CS:ISS-Magtr-01:MwRdy\"][\"value\"][\"index\"]",
						"on_text": "Magnetron On",
						"off_text": "Magnetron Off"
					}
				},
				{
					"type": "text_widget",
					"settings": {
						"title": "Power",
						"size": "regular",
						"value": "datasources[\"source\"][\"ISrc-CS:ISS-Magtr-01:PulsHLvl-S\"][\"value\"]",
						"animate": true,
						"units": "W"
					}
				},
				{
					"type": "indicator",
					"settings": {
						"title": "High Voltage Platform",
						"value": "datasources[\"source\"][\"ISrc-CS:ISS-HVPS-01:Pwr-R\"][\"value\"][\"index\"]\n",
						"on_text": "String(datasources[\"source\"][\"ISrc-CS:ISS-HVPS-01:Vol-R\"][\"value\"].toFixed(0))+\" \"+datasources[\"source\"][\"ISrc-CS:ISS-HVPS-01:Vol-R\"][\"display\"][\"units\"]",
						"off_text": "String(datasources[\"source\"][\"ISrc-CS:ISS-HVPS-01:Vol-R\"][\"value\"].toFixed(0))+\" \"+datasources[\"source\"][\"ISrc-CS:ISS-HVPS-01:Vol-R\"][\"display\"][\"units\"]"
					}
				}
			]
		},
Emanuele Laface's avatar
Emanuele Laface committed
			"title": "Control Room",
			"width": 1,
			"row": {
Emanuele Laface's avatar
Emanuele Laface committed
				"1": 31,
Emanuele Laface's avatar
Emanuele Laface committed
				"2": 27,
				"3": 27,
Emanuele Laface's avatar
Emanuele Laface committed
				"4": 27,
Emanuele Laface's avatar
Emanuele Laface committed
				"5": 23,
Emanuele Laface's avatar
Emanuele Laface committed
				"6": 19,
				"7": 7,
				"8": 7,
Emanuele Laface's avatar
Emanuele Laface committed
				"9": 7,
				"10": 7,
				"11": 7,
				"12": 7,
				"13": 7,
				"14": 7,
				"15": 7
			},
			"col": {
				"1": 1,
				"2": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"3": 3,
Emanuele Laface's avatar
Emanuele Laface committed
				"4": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"5": 3,
				"6": 2,
				"7": 1,
				"8": 1,
				"9": 1,
				"10": 1,
				"11": 1,
				"12": 1,
				"13": 1,
				"14": 1,
				"15": 1
Emanuele Laface's avatar
Emanuele Laface committed
			"col_width": 1,
			"widgets": [
				{
Emanuele Laface's avatar
Emanuele Laface committed
					"type": "text_widget",
					"settings": {
Emanuele Laface's avatar
Emanuele Laface committed
						"title": "Shift ID",
						"size": "regular",
Emanuele Laface's avatar
Emanuele Laface committed
						"value": "datasources[\"general\"][\"NSO:Ops:SID\"][\"value\"]",
Emanuele Laface's avatar
Emanuele Laface committed
						"animate": false
					}
				},
				{
					"type": "text_widget",
					"settings": {
						"size": "regular",
Emanuele Laface's avatar
Emanuele Laface committed
						"value": "datasources[\"Clock\"][\"numeric_value\"];\n\nvar elements = document.getElementsByClassName('tw-value');\n\nfor (var i = 0; i < elements.length; i++) {\n    var element = elements[i];\n    if (element.innerHTML == datasources[\"general\"][\"NSO:Ops:Msg\"][\"value\"]) {\n        element.style.fontSize = \"18px\";\n    }\n}\n\nreturn datasources[\"general\"][\"NSO:Ops:Msg\"][\"value\"];",
Emanuele Laface's avatar
Emanuele Laface committed
						"animate": true
Emanuele Laface's avatar
Emanuele Laface committed
					"type": "indicator",
					"settings": {
Emanuele Laface's avatar
Emanuele Laface committed
						"value": "if (datasources[\"general\"][\"NSO:Ops:ESSSystemPermit\"][\"value\"][\"index\"] == 1) {\n    return 1;\n}\nelse {\n    return 0;\n}",
Emanuele Laface's avatar
Emanuele Laface committed
						"on_text": "Beam Authorization",
						"off_text": "Beam Authorization"
					}
				},
				{
					"type": "indicator",
					"settings": {
Emanuele Laface's avatar
Emanuele Laface committed
						"value": "datasources[\"general\"][\"NSO:Ops:ESSSystemPermit\"][\"value\"][\"index\"]",
Emanuele Laface's avatar
Emanuele Laface committed
						"on_text": "System Permit",
						"off_text": "System Permit"
Emanuele Laface's avatar
Emanuele Laface committed
		{
			"title": "Beam Energy",
			"width": 1,
			"row": {
				"1": 27,
Emanuele Laface's avatar
Emanuele Laface committed
				"2": 27,
				"3": 19,
Emanuele Laface's avatar
Emanuele Laface committed
				"4": 27,
				"5": 19,
Emanuele Laface's avatar
Emanuele Laface committed
				"6": 29,
Emanuele Laface's avatar
Emanuele Laface committed
				"9": 17,
				"10": 17,
				"11": 17,
				"12": 17,
				"14": 17
			},
			"col": {
				"1": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"2": 2,
				"3": 3,
Emanuele Laface's avatar
Emanuele Laface committed
				"4": 2,
				"5": 3,
				"6": 3,
				"9": 2,
				"10": 2,
				"11": 2,
				"12": 2,
				"14": 2
			},
			"col_width": 1,
			"widgets": [
				{
					"type": "text_widget",
					"settings": {
						"size": "regular",
						"value": "switch(datasources[\"general\"][\"TD-M:Ctrl-SCE-1:BDest-Sel\"][\"value\"][\"index\"]) {\n    case 0:\n        return \"0 keV\";\n        break;\n    case 1:\n\t\treturn \"75 keV\";\n        break;\n\tcase 2:\n\t\treturn String(datasources[\"general\"][\"PBI-FBPM01::Energy-R\"][\"value\"].toFixed(2))+\" MeV\";\n        break;\n\tcase 3:\n\t\treturn \"21 MeV (Calc.)\";\n        break;\n\tcase 4:\n\t\treturn \"DLT3 Energy\";\n        break;\n    default:\n        return \"NO Energy reading\";\n}",
						"animate": true
					}
				}
			]
		},
Emanuele Laface's avatar
Emanuele Laface committed
		{
			"title": "Beam Production Table",
			"width": 1,
			"row": {
Emanuele Laface's avatar
Emanuele Laface committed
				"1": 61,
Emanuele Laface's avatar
Emanuele Laface committed
				"2": 31,
				"3": 37,
				"4": 35,
				"5": 19,
				"6": 19,
Emanuele Laface's avatar
Emanuele Laface committed
				"7": 13,
				"8": 13,
				"9": 13,
				"10": 13,
Emanuele Laface's avatar
Emanuele Laface committed
				"11": 13,
Emanuele Laface's avatar
Emanuele Laface committed
				"12": 13,
				"14": 13
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col": {
				"1": 1,
				"2": 2,
				"3": 3,
				"4": 2,
Emanuele Laface's avatar
Emanuele Laface committed
				"5": 2,
Emanuele Laface's avatar
Emanuele Laface committed
				"6": 3,
				"7": 1,
				"8": 1,
				"9": 1,
				"10": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"11": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"12": 1,
				"14": 1
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col_width": 1,
			"widgets": [
				{
					"type": "text_widget",
					"settings": {
						"title": "Frequency",
						"size": "regular",
						"value": "datasources[\"general\"][\"TD-M:Ctrl-SCE-1:ScTable-RB\"][\"value\"].split(\"__\")[1];",
						"animate": true
					}
				},
				{
					"type": "text_widget",
					"settings": {
						"title": "ISrc Pulse Length",
						"size": "regular",
						"value": "valueArray = [];\nrawArray = datasources[\"general\"][\"TD-M:Ctrl-SCE-1:ScTable-RB\"][\"value\"].split(\"_\")\nrawArray.forEach(function (item, index) {\n  if (item != \"\") {\n      valueArray.push(item);\n  }\n});\n\nreturn valueArray[2];",
						"animate": true,
						"units": "µs"
					}
				},
				{
					"type": "text_widget",
					"settings": {
						"title": "LEBT Pulse Length",
						"size": "regular",
						"value": "valueArray = [];\nrawArray = datasources[\"general\"][\"TD-M:Ctrl-SCE-1:ScTable-RB\"][\"value\"].split(\"_\")\nrawArray.forEach(function (item, index) {\n  if (item != \"\") {\n      valueArray.push(item);\n  }\n});\n\nreturn valueArray[3];",
						"animate": true,
						"units": "µs"
					}
				},
				{
					"type": "text_widget",
					"settings": {
						"title": "MEBT Pulse Length",
						"size": "regular",
						"value": "valueArray = [];\nrawArray = datasources[\"general\"][\"TD-M:Ctrl-SCE-1:ScTable-RB\"][\"value\"].split(\"_\")\nrawArray.forEach(function (item, index) {\n  if (item != \"\") {\n      valueArray.push(item);\n  }\n});\n\nreturn valueArray[4];",
						"animate": true,
						"units": "µs"
					}
				}
			]
		},
Emanuele Laface's avatar
Emanuele Laface committed
		{
			"title": "DTL",
			"width": 1,
			"row": {
Emanuele Laface's avatar
Emanuele Laface committed
				"1": 77,
				"2": 55,
				"3": 39,
Emanuele Laface's avatar
Emanuele Laface committed
				"4": 31,
Emanuele Laface's avatar
Emanuele Laface committed
				"5": 31,
				"6": 31,
Emanuele Laface's avatar
Emanuele Laface committed
				"9": 19,
				"10": 19,
Emanuele Laface's avatar
Emanuele Laface committed
				"12": 19,
				"14": 19
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col": {
				"1": 1,
				"2": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"3": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"4": 3,
Emanuele Laface's avatar
Emanuele Laface committed
				"5": 4,
Emanuele Laface's avatar
Emanuele Laface committed
				"6": 5,
				"9": 5,
				"10": 5,
Emanuele Laface's avatar
Emanuele Laface committed
				"12": 5,
				"14": 5
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col_width": 2,
			"widgets": [
				{
					"type": "indicator",
					"settings": {
						"value": "let power = datasources[\"dtl\"][\"DTL-010:RFS-DIG-101:AI2-SMonAvg-Mag\"][\"value\"]-datasources[\"dtl\"][\"DTL-010:RFS-DIG-101:AI3-SMonAvg-Mag\"][\"value\"]+datasources[\"dtl\"][\"DTL-010:RFS-DIG-101:AI4-SMonAvg-Mag\"][\"value\"]-datasources[\"dtl\"][\"DTL-010:RFS-DIG-101:AI5-SMonAvg-Mag\"][\"value\"];\n\nif (power > 1) {\n    return 1;\n}\nelse {\n    return 0;\n}\n",
						"on_text": "let power = datasources[\"dtl\"][\"DTL-010:RFS-DIG-101:AI2-SMonAvg-Mag\"][\"value\"]-datasources[\"dtl\"][\"DTL-010:RFS-DIG-101:AI3-SMonAvg-Mag\"][\"value\"]+datasources[\"dtl\"][\"DTL-010:RFS-DIG-101:AI4-SMonAvg-Mag\"][\"value\"]-datasources[\"dtl\"][\"DTL-010:RFS-DIG-101:AI5-SMonAvg-Mag\"][\"value\"];\n\nreturn \"Power: \"+String(power.toFixed(3))+\" kW\";",
						"off_text": "DTL Off"
					}
				},
				{
					"type": "flot_extended_plugin",
					"settings": {
						"plot_type": "area",
						"legend": true,
						"height": 4,
						"value": "datasources[\"Clock\"][\"numeric_value\"];\n\nlet timelength = datasources[\"dtl\"][\"DTL-010:RFS-EVR-101:RFSyncWdt-SP\"][\"value\"]/1000*2;\n\nlet pwxdata = datasources[\"dtl\"][\"DTL-010:RFS-DIG-101:Dwn6-XAxis\"][\"value\"];\nlet pwydata = datasources[\"dtl\"][\"DTL-010:RFS-DIG-101:Dwn6-Cmp0\"][\"value\"];\n\nlet timestamp = datasources[\"dtl\"][\"DTL-010:RFS-DIG-101:Dwn6-Cmp0\"][\"timeStamp\"][\"secondsPastEpoch\"];\nlet now = Math.floor((new Date()).getTime() / 1000);\nvar enable = 1;\nif (now - timestamp > 120) {\n    enable = 0;\n}\nelse {\n    enable = 1;\n}\n\nvar pwdata = [];\n\nfor (i=0; i < pwxdata.length; i++) {\n    if (pwxdata[i] > timelength) {\n        break;\n    }\n\tpwdata.push([pwxdata[i], enable*pwydata[i]]);\n}\n\nlet data = [{label: 'Power applied', data: pwdata, color: \"green\"}];\n\nreturn data;",
						"xticks": "datasources[\"Clock\"][\"numeric_value\"];\n\nvar cols = document.getElementsByClassName('gs_w')[0].getAttribute('data-sizex');\n\nlet timelength = datasources[\"dtl\"][\"DTL-010:RFS-EVR-101:RFSyncWdt-SP\"][\"value\"]/1000*2;\nlet xdata = datasources[\"dtl\"][\"DTL-010:RFS-DIG-101:Dwn6-XAxis\"][\"value\"];\n\nif (xdata.length == 0) {\n    return;\n}\n\nif (timelength > xdata[xdata.length-1]) {\n    timelength = xdata[xdata.length-1];\n}\n\nvar xtick = [];\nvar size = 10;\nif (cols == 1) {\n    size = 4;\n}\n\nfor (i = 0; i < (size+1); i += 1) {\n    xtick.push([timelength*i/size, (timelength*i/size).toFixed(3).toString()]);\n}\nxtick[size/2][1] = xtick[size/2][1]+\"<br>t [ms]\";\n\nreturn xtick;\n\n",
						"yticks": "datasources[\"Clock\"][\"numeric_value\"];\n\nlet dtl_data = datasources[\"dtl\"][\"DTL-010:RFS-DIG-101:Dwn6-Cmp0\"][\"value\"];\nvar dtl_ticks = [];\nlet min_dtl = Math.min(...dtl_data);\nlet max_dtl = Math.max(...dtl_data);\n\nif (max_dtl-min_dtl < 1) {\n    return([[-2,\"-2\"],[-1,\"-1\"],[0,\"0\"],[1,\"1\"],[2,\"P [kW]\"]]);\n}\n\nfor (i = min_dtl; i <= max_dtl; i += (max_dtl-min_dtl)/5) {\n\tdtl_ticks.push([i, Math.trunc(i)]);\n}\n\ndtl_ticks.push([max_dtl+(max_dtl-min_dtl)/5, \"P [kW]\"]);\nreturn dtl_ticks;",
						"zoom": "xy"
					}
				}
			]
		},
Emanuele Laface's avatar
Emanuele Laface committed
		{
			"title": "Beam Mode",
			"width": 1,
			"row": {
Emanuele Laface's avatar
Emanuele Laface committed
				"1": 71,
				"2": 37,
				"3": 47,
Emanuele Laface's avatar
Emanuele Laface committed
				"4": 37,
Emanuele Laface's avatar
Emanuele Laface committed
				"5": 27,
				"6": 27,
Emanuele Laface's avatar
Emanuele Laface committed
				"7": 21,
				"8": 21,
				"9": 21,
				"10": 21,
				"11": 21,
Emanuele Laface's avatar
Emanuele Laface committed
				"12": 21,
				"15": 21
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col": {
				"1": 1,
				"2": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"3": 3,
Emanuele Laface's avatar
Emanuele Laface committed
				"4": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"5": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"6": 1,
				"7": 3,
				"8": 3,
				"9": 3,
				"10": 3,
				"11": 3,
Emanuele Laface's avatar
Emanuele Laface committed
				"12": 3,
				"15": 3
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col_width": 1,
			"widgets": [
Emanuele Laface's avatar
Emanuele Laface committed
				{
					"type": "text_widget",
					"settings": {
						"size": "regular",
Emanuele Laface's avatar
Emanuele Laface committed
						"value": "datasources[\"general\"][\"TD-M:Ctrl-SCE-1:BMod-Sel\"][\"value\"][\"choices\"][datasources[\"general\"][\"TD-M:Ctrl-SCE-1:BMod-Sel\"][\"value\"][\"index\"]]\n",
						"animate": true
Emanuele Laface's avatar
Emanuele Laface committed
					"type": "text_widget",
Emanuele Laface's avatar
Emanuele Laface committed
					"settings": {
Emanuele Laface's avatar
Emanuele Laface committed
						"title": "Destination",
						"size": "regular",
						"value": "datasources[\"general\"][\"TD-M:Ctrl-SCE-1:BDest-Sel\"][\"value\"][\"choices\"][datasources[\"general\"][\"TD-M:Ctrl-SCE-1:BDest-Sel\"][\"value\"][\"index\"]]",
						"animate": true
Emanuele Laface's avatar
Emanuele Laface committed
		{
			"title": "ISrc Beam Current",
			"width": 1,
			"row": {
Emanuele Laface's avatar
Emanuele Laface committed
				"1": 89,
Emanuele Laface's avatar
Emanuele Laface committed
				"2": 67,
				"3": 23,
				"4": 31,
				"5": 33,
				"6": 29,
Emanuele Laface's avatar
Emanuele Laface committed
				"10": 17,
Emanuele Laface's avatar
Emanuele Laface committed
				"11": 17,
Emanuele Laface's avatar
Emanuele Laface committed
				"12": 17,
				"15": 17
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col": {
				"1": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"2": 1,
				"3": 3,
Emanuele Laface's avatar
Emanuele Laface committed
				"4": 2,
Emanuele Laface's avatar
Emanuele Laface committed
				"5": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"6": 2,
Emanuele Laface's avatar
Emanuele Laface committed
				"10": 2,
Emanuele Laface's avatar
Emanuele Laface committed
				"11": 2,
Emanuele Laface's avatar
Emanuele Laface committed
				"12": 2,
				"15": 2
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col_width": 1,
			"widgets": [
				{
					"type": "text_widget",
					"settings": {
						"size": "regular",
Emanuele Laface's avatar
Emanuele Laface committed
						"value": "datasources[\"source\"][\"ISrc-010:PBI-BCM-001:FlatTopCurrentR\"][\"value\"].toFixed(3)",
Emanuele Laface's avatar
Emanuele Laface committed
						"animate": true,
						"units": "mA"
					}
				}
			]
Emanuele Laface's avatar
Emanuele Laface committed
		}
	],
	"datasources": [
		{
Emanuele Laface's avatar
Emanuele Laface committed
			"name": "general",
Emanuele Laface's avatar
Emanuele Laface committed
			"type": "JSON",
			"settings": {
				"url": "/data/api/v2/pvget/AccPSS:PSS-Area-1:PSSMode,BPROD:Ops:BState,NSO:Ops:SID,NSO:Ops:Msg,NSO:Ops:BeamAuthorization,NSO:Ops:ESSSystemPermit,FBIS::beam_permit_ok,PBI-FBPM01::Energy-R,TD-M:Ctrl-SCE-1:ScTable-RB,TD-M:Ctrl-SCE-1:BState-Sts,TD-M:Ctrl-SCE-1:BMod-Sel,TD-M:Ctrl-SCE-1:BDest-Sel",
Emanuele Laface's avatar
Emanuele Laface committed
				"use_thingproxy": false,
				"refresh": 10,
Emanuele Laface's avatar
Emanuele Laface committed
				"method": "GET"
Emanuele Laface's avatar
Emanuele Laface committed
			}
		},
		{
			"name": "Clock",
			"type": "clock",
			"settings": {
Emanuele Laface's avatar
Emanuele Laface committed
		},
		{
			"name": "source",
			"type": "JSON",
			"settings": {
				"url": "/data/api/v2/pvget/ISrc-CS:ISS-Magtr-01:MwRdy,ISrc-CS:ISS-Magtr-01:PulsHLvl-S,ISrc-CS:ISS-HVPS-01:Pwr-R,ISrc-010:PBI-BCM-001:FlatTopCurrentR,ISrc-CS:ISS-HVPS-01:Vol-R",
				"use_thingproxy": true,
				"refresh": 10,
				"method": "GET"
			}
		},
		{
			"name": "rfq",
			"type": "JSON",
			"settings": {
				"url": "/data/api/v2/pvget/RFQ-010:RFS-DIG-101:AI2-SMonAvg-Mag,RFQ-010:RFS-DIG-101:AI3-SMonAvg-Mag,RFQ-010:RFS-DIG-101:AI4-SMonAvg-Mag,RFQ-010:RFS-DIG-101:AI5-SMonAvg-Mag,RFQ-010:RFS-DIG-101:Dwn6-XAxis.[0:100:-1],RFQ-010:RFS-DIG-101:Dwn6-Cmp0.[0:100:-1],RFQ-010:RFS-EVR-101:RFSyncWdt-SP",
				"use_thingproxy": true,
				"refresh": 10,
				"method": "GET"
			}
		},
		{
			"name": "pbi",
			"type": "JSON",
			"settings": {
Emanuele Laface's avatar
Emanuele Laface committed
				"url": "/data/api/v2/pvget/RFQ-010:PBI-BCM-001:PRC-TR1-ArrayData.[35772:4:36872],RFQ-010:PBI-BCM-001:PRC-TR1-ArrayData.[5503:200:49530],LEBT-010:PBI-FC-001:TRC2-ArrayData-Comp.[6500:1:6700],LEBT-010:PBI-FC-001:TRC2-ArrayData-Comp.[1000:40:9000],LEBT-010:PBI-BCM-001:PRC-TR1-ArrayData.[35772:4:36872],LEBT-010:PBI-BCM-001:PRC-TR1-ArrayData.[5503:200:49530],MEBT-010:PBI-FC-001:TRC2-ArrayData-Comp.[6500:1:6700],MEBT-010:PBI-FC-001:TRC2-ArrayData-Comp.[1000:40:9000],MEBT-010:PBI-BCM-001:PRC-TR1-ArrayData.[35772:4:36872],MEBT-010:PBI-BCM-001:PRC-TR1-ArrayData.[5503:200:49530],MEBT-010:PBI-BCM-002:PRC-TR1-ArrayData.[35772:4:36872],MEBT-010:PBI-BCM-002:PRC-TR1-ArrayData.[5503:200:49530],DTL-010:PBI-FC-001:TRC2-ArrayData-Comp.[1000:40:9000],DTL-010:PBI-FC-001:TRC2-ArrayData-Comp.[6500:1:6700],DTL-010:PBI-BCM-001:PRC-TR1-ArrayData.[5503:200:49530],DTL-010:PBI-BCM-001:PRC-TR1-ArrayTimeMs.[5503:200:49530],DTL-010:PBI-BCM-001:PRC-TR1-ArrayData.[35772:4:36872],DTL-010:PBI-BCM-001:PRC-TR1-ArrayTimeMs.[35772:4:36872]",
Emanuele Laface's avatar
Emanuele Laface committed
				"use_thingproxy": true,
				"refresh": 10,
Emanuele Laface's avatar
Emanuele Laface committed
				"method": "GET",
				"name": "pbi"
Emanuele Laface's avatar
Emanuele Laface committed
			}
		},
		{
			"name": "dtl",
			"type": "JSON",
			"settings": {
				"url": "/data/api/v2/pvget/DTL-010:RFS-DIG-101:AI2-SMonAvg-Mag,DTL-010:RFS-DIG-101:AI3-SMonAvg-Mag,DTL-010:RFS-DIG-101:AI4-SMonAvg-Mag,DTL-010:RFS-DIG-101:AI5-SMonAvg-Mag,DTL-010:RFS-DIG-101:Dwn6-XAxis,DTL-010:RFS-DIG-101:Dwn6-Cmp0,DTL-010:RFS-EVR-101:RFSyncWdt-SP",
				"use_thingproxy": true,
				"refresh": 10,
Emanuele Laface's avatar
Emanuele Laface committed
				"method": "GET",
				"name": "dtl"
Emanuele Laface's avatar
Emanuele Laface committed
			}
Emanuele Laface's avatar
Emanuele Laface committed
		},
		{
			"name": "cryo",
			"type": "JSON",
			"settings": {
				"url": "https://pos.esss.lu.se/data/api/v2/pvget/CrS-CTL:Cryo-TT-811:MeasValue,CrS-CTL:Cryo-TT-812:MeasValue,CrS-CTL:Cryo-TT-813:MeasValue,CrS-CTL:Cryo-TT-814:MeasValue,HBL-010CDL:Cryo-TT-82305:MeasValue,HBL-010CDL:Cryo-TT-82306:MeasValue,HBL-020CDL:Cryo-TT-82405:MeasValue,HBL-020CDL:Cryo-TT-82406:MeasValue,HBL-030CDL:Cryo-TT-82505:MeasValue,HBL-030CDL:Cryo-TT-82506:MeasValue,HBL-040CDL:Cryo-TT-82605:MeasValue,HBL-040CDL:Cryo-TT-82606:MeasValue,HBL-050CDL:Cryo-TT-82705:MeasValue,HBL-050CDL:Cryo-TT-82706:MeasValue,HBL-060CDL:Cryo-TT-82805:MeasValue,HBL-060CDL:Cryo-TT-82806:MeasValue,HBL-070CDL:Cryo-TT-82905:MeasValue,HBL-070CDL:Cryo-TT-82906:MeasValue,HBL-080CDL:Cryo-TT-83005:MeasValue,HBL-080CDL:Cryo-TT-83006:MeasValue,HBL-090CDL:Cryo-TT-83105:MeasValue,HBL-090CDL:Cryo-TT-83106:MeasValue,HBL-100CDL:Cryo-TT-83205:MeasValue,HBL-100CDL:Cryo-TT-83206:MeasValue,HBL-110CDL:Cryo-TT-83305:MeasValue,HBL-110CDL:Cryo-TT-83306:MeasValue,HBL-120CDL:Cryo-TT-83405:MeasValue,HBL-120CDL:Cryo-TT-83406:MeasValue,HBL-130CDL:Cryo-TT-83505:MeasValue,HBL-130CDL:Cryo-TT-83506:MeasValue,HBL-140CDL:Cryo-TT-83605:MeasValue,HBL-140CDL:Cryo-TT-83606:MeasValue,HBL-150CDL:Cryo-TT-83705:MeasValue,HBL-150CDL:Cryo-TT-83706:MeasValue,HBL-160CDL:Cryo-TT-83805:MeasValue,HBL-160CDL:Cryo-TT-83806:MeasValue,HBL-170CDL:Cryo-TT-83905:MeasValue,HBL-170CDL:Cryo-TT-83906:MeasValue,HBL-180CDL:Cryo-TT-84005:MeasValue,HBL-180CDL:Cryo-TT-84006:MeasValue,HBL-190CDL:Cryo-TT-84105:MeasValue,HBL-190CDL:Cryo-TT-84106:MeasValue,HBL-200CDL:Cryo-TT-84205:MeasValue,HBL-200CDL:Cryo-TT-84206:MeasValue,HBL-210CDL:Cryo-TT-84305:MeasValue,HBL-210CDL:Cryo-TT-84306:MeasValue,HBL-010CDL:Cryo-TT-82305:MeasValue,HBL-010CDL:Cryo-TT-82306:MeasValue,HBL-020CDL:Cryo-TT-82405:MeasValue,HBL-020CDL:Cryo-TT-82406:MeasValue,HBL-030CDL:Cryo-TT-82505:MeasValue,HBL-030CDL:Cryo-TT-82506:MeasValue,HBL-040CDL:Cryo-TT-82605:MeasValue,HBL-040CDL:Cryo-TT-82606:MeasValue,HBL-050CDL:Cryo-TT-82705:MeasValue,HBL-050CDL:Cryo-TT-82706:MeasValue,HBL-060CDL:Cryo-TT-82805:MeasValue,HBL-060CDL:Cryo-TT-82806:MeasValue,HBL-070CDL:Cryo-TT-82905:MeasValue,HBL-070CDL:Cryo-TT-82906:MeasValue,HBL-080CDL:Cryo-TT-83005:MeasValue,HBL-080CDL:Cryo-TT-83006:MeasValue,HBL-090CDL:Cryo-TT-83105:MeasValue,HBL-090CDL:Cryo-TT-83106:MeasValue,HBL-100CDL:Cryo-TT-83205:MeasValue,HBL-100CDL:Cryo-TT-83206:MeasValue,HBL-110CDL:Cryo-TT-83305:MeasValue,HBL-110CDL:Cryo-TT-83306:MeasValue,HBL-120CDL:Cryo-TT-83405:MeasValue,HBL-120CDL:Cryo-TT-83406:MeasValue,HBL-130CDL:Cryo-TT-83505:MeasValue,HBL-130CDL:Cryo-TT-83506:MeasValue,HBL-140CDL:Cryo-TT-83605:MeasValue,HBL-140CDL:Cryo-TT-83606:MeasValue,HBL-150CDL:Cryo-TT-83705:MeasValue,HBL-150CDL:Cryo-TT-83706:MeasValue,HBL-160CDL:Cryo-TT-83805:MeasValue,HBL-160CDL:Cryo-TT-83806:MeasValue,HBL-170CDL:Cryo-TT-83905:MeasValue,HBL-170CDL:Cryo-TT-83906:MeasValue,HBL-180CDL:Cryo-TT-84005:MeasValue,HBL-180CDL:Cryo-TT-84006:MeasValue,HBL-190CDL:Cryo-TT-84105:MeasValue,HBL-190CDL:Cryo-TT-84106:MeasValue,HBL-200CDL:Cryo-TT-84205:MeasValue,HBL-200CDL:Cryo-TT-84206:MeasValue,HBL-210CDL:Cryo-TT-84305:MeasValue,HBL-210CDL:Cryo-TT-84306:MeasValue,MBL-010CDL:Cryo-TT-81405:MeasValue,MBL-010CDL:Cryo-TT-81406:MeasValue,MBL-020CDL:Cryo-TT-81505:MeasValue,MBL-020CDL:Cryo-TT-81506:MeasValue,MBL-030CDL:Cryo-TT-81605:MeasValue,MBL-030CDL:Cryo-TT-81606:MeasValue,MBL-040CDL:Cryo-TT-81705:MeasValue,MBL-040CDL:Cryo-TT-81706:MeasValue,MBL-050CDL:Cryo-TT-81805:MeasValue,MBL-050CDL:Cryo-TT-81806:MeasValue,MBL-060CDL:Cryo-TT-81905:MeasValue,MBL-060CDL:Cryo-TT-81906:MeasValue,MBL-070CDL:Cryo-TT-82005:MeasValue,MBL-070CDL:Cryo-TT-82006:MeasValue,MBL-080CDL:Cryo-TT-82105:MeasValue,MBL-080CDL:Cryo-TT-82106:MeasValue,MBL-090CDL:Cryo-TT-82205:MeasValue,MBL-090CDL:Cryo-TT-82206:MeasValue,Spk-000CDL:Cryo-TT-91:MeasValue,Spk-000CDL:Cryo-TT-92:MeasValue,Spk-000CDL:Cryo-TT-97:MeasValue,Spk-000CDL:Cryo-TT-98:MeasValue,Spk-010CDL:Cryo-TT-01:MeasValue,Spk-010CDL:Cryo-TT-02:MeasValue,Spk-020CDL:Cryo-TT-01:MeasValue,Spk-020CDL:Cryo-TT-02:MeasValue,Spk-030CDL:Cryo-TT-01:MeasValue,Spk-030CDL:Cryo-TT-02:MeasValue,Spk-040CDL:Cryo-TT-01:MeasValue,Spk-040CDL:Cryo-TT-02:MeasValue,Spk-050CDL:Cryo-TT-01:MeasValue,Spk-050CDL:Cryo-TT-02:MeasValue,Spk-060CDL:Cryo-TT-01:MeasValue,Spk-060CDL:Cryo-TT-02:MeasValue,Spk-070CDL:Cryo-TT-01:MeasValue,Spk-070CDL:Cryo-TT-02:MeasValue,Spk-080CDL:Cryo-TT-01:MeasValue,Spk-080CDL:Cryo-TT-02:MeasValue,Spk-090CDL:Cryo-TT-01:MeasValue,Spk-090CDL:Cryo-TT-02:MeasValue,Spk-100CDL:Cryo-TT-01:MeasValue,Spk-100CDL:Cryo-TT-02:MeasValue,Spk-110CDL:Cryo-TT-01:MeasValue,Spk-110CDL:Cryo-TT-02:MeasValue,Spk-120CDL:Cryo-TT-01:MeasValue,Spk-120CDL:Cryo-TT-02:MeasValue,Spk-130CDL:Cryo-TT-01:MeasValue,Spk-130CDL:Cryo-TT-02:MeasValue,Spk-130CDL:Cryo-TT-81:MeasValue,Spk-130CDL:Cryo-TT-82:MeasValue,Spk-130CDL:Cryo-TT-85:MeasValue,Spk-130CDL:Cryo-TT-86:MeasValue",
				"use_thingproxy": true,
				"refresh": 10,
				"method": "GET"
			}
Emanuele Laface's avatar
Emanuele Laface committed
		}
	],
Emanuele Laface's avatar
Emanuele Laface committed
}