Skip to content
Snippets Groups Projects
dashboard.json 13.1 KiB
Newer Older
Emanuele Laface's avatar
Emanuele Laface committed
{
	"version": 1,
	"header_image": "",
	"allow_edit": false,
	"plugins": [],
	"panes": [
		{
			"width": 1,
			"row": {
				"1": 1,
				"2": 1,
				"3": 1,
				"4": 1
			},
			"col": {
				"1": 1,
				"2": 1,
				"3": 1,
				"4": 1
			},
Emanuele Laface's avatar
Emanuele Laface committed
			"col_width": 4,
Emanuele Laface's avatar
Emanuele Laface committed
			"widgets": [
				{
					"type": "html",
					"settings": {
Emanuele Laface's avatar
Emanuele Laface committed
						"html": "datasources[\"Clock\"][\"numeric_value\"]; // trick to trigger the update\nvar cols = document.getElementsByClassName('gs_w')[0].getAttribute('data-sizex');\ndocument.getElementsByClassName('gs_w')[0].firstElementChild.firstElementChild.innerHTML = \"\";\nif (cols == 4){\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: 56px; color:#ffffff !important; position: relative; bottom: 35px; left: 160px;\\\" title=\\\"Designed by Emanuele Laface with PyEpics and Freeboard. Graphics by Dirk Nordt.\\\">Public Operations Screen</div></img></div>\";\n}\nif (cols == 3){\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: 46px; color:#ffffff !important; position: relative; bottom: 45px; left: 100px;\\\" title=\\\"Designed by Emanuele Laface with PyEpics and Freeboard. Graphics by Dirk Nordt.\\\">Public Operations Screen</div></img></div>\";\n}\n\nif (cols == 2){\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.\\\">Public Operations Screen</div></img></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 = \"Public Operations Screen\";\n}\n\nreturn text\n\n",
Emanuele Laface's avatar
Emanuele Laface committed
						"height": 2
					}
				}
			]
		},
		{
Emanuele Laface's avatar
Emanuele Laface committed
			"title": "RFQ Conditioning",
Emanuele Laface's avatar
Emanuele Laface committed
			"width": 1,
			"row": {
				"1": 7,
				"2": 7,
				"3": 7,
				"4": 7,
				"5": 1,
				"6": 1,
				"7": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"8": 1,
				"9": 1,
				"11": 1
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col": {
				"1": 1,
				"2": 1,
				"3": 1,
				"4": 1,
				"5": 3,
				"6": 3,
				"7": 3,
Emanuele Laface's avatar
Emanuele Laface committed
				"8": 3,
				"9": 3,
				"11": 3
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col_width": 4,
			"widgets": [
				{
					"type": "flot_extended_plugin",
					"settings": {
Emanuele Laface's avatar
Emanuele Laface committed
						"plot_type": "area",
Emanuele Laface's avatar
Emanuele Laface committed
						"legend": true,
						"height": 4,
Emanuele Laface's avatar
Emanuele Laface committed
						"value": "timelength = datasources[\"POS\"][\"RFQ-010:RFS-EVR-101:RFSyncWdt-SP\"][\"value\"]/1000;\nfullxdata = datasources[\"POS\"][\"RFQ-010:RFS-DIG-101:Dwn6-XAxis\"][\"value\"];\n\nfinalindex = Math.round(timelength/(fullxdata[fullxdata.length - 1]/fullxdata.length))*2;\n\nxdata = datasources[\"POS\"][\"RFQ-010:RFS-DIG-101:Dwn6-XAxis\"][\"value\"];\npwydata = datasources[\"POS\"][\"RFQ-010:RFS-DIG-101:Dwn6-Cmp0\"][\"value\"];\nvydata = datasources[\"POS\"][\"RFQ-010:RFS-DIG-102:Dwn4-Cmp0\"][\"value\"];\n\npwdata = [];\nvdata = [];\nfor (i = 0; i < Math.min(finalindex, xdata.length); i += 1) {\n\tpwdata.push([xdata[i], pwydata[i]]);\n    vdata.push([xdata[i], vydata[i]]);\n}\n\ndata = [{label: 'Power applied', data: pwdata, color: \"green\"}, {label: 'Voltage measured', data: vdata, color: \"red\"}];\n\nreturn data;",
Emanuele Laface's avatar
Emanuele Laface committed
						"xticks": "",
						"yticks": "",
						"points": false,
						"tooltip": false,
						"zoom": "xy"
					}
				}
			]
		},
		{
Emanuele Laface's avatar
Emanuele Laface committed
			"title": "Average power applied to the RFQ",
Emanuele Laface's avatar
Emanuele Laface committed
			"width": 1,
			"row": {
				"1": 17,
				"2": 17,
				"3": 17,
				"4": 17,
Emanuele Laface's avatar
Emanuele Laface committed
				"9": 27,
				"10": 27,
				"11": 27,
				"12": 27,
				"14": 27
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
				"9": 1,
				"10": 1,
				"11": 1,
				"12": 1,
				"14": 1
Emanuele Laface's avatar
Emanuele Laface committed
			},
Emanuele Laface's avatar
Emanuele Laface committed
			"col_width": 1,
Emanuele Laface's avatar
Emanuele Laface committed
			"widgets": [
				{
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": "",
						"size": "regular",
						"value": "datasources[\"POS\"][\"RFQ-010:RFS-DIG-101:AI6-SMonAvg-Mag\"][\"value\"].toFixed(3)",
						"sparkline": false,
						"animate": true,
						"units": "kW"
					}
				}
			]
		},
		{
Emanuele Laface's avatar
Emanuele Laface committed
			"title": "Measured Voltage in the RFQ",
Emanuele Laface's avatar
Emanuele Laface committed
			"width": 1,
			"row": {
Emanuele Laface's avatar
Emanuele Laface committed
				"1": 21,
				"2": 17,
Emanuele Laface's avatar
Emanuele Laface committed
				"3": 17,
				"4": 17,
Emanuele Laface's avatar
Emanuele Laface committed
				"9": 17,
				"10": 17,
				"11": 17,
				"14": 17
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col": {
				"1": 1,
				"2": 2,
Emanuele Laface's avatar
Emanuele Laface committed
				"3": 1,
				"4": 2,
				"9": 2,
				"10": 2,
				"11": 2,
				"14": 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[\"POS\"][\"RFQ-010:RFS-DIG-101:AI0-SMonAvg-Mag\"][\"value\"].toFixed(3)",
Emanuele Laface's avatar
Emanuele Laface committed
						"animate": true,
Emanuele Laface's avatar
Emanuele Laface committed
						"units": "kV"
Emanuele Laface's avatar
Emanuele Laface committed
					}
				}
			]
		},
		{
			"title": "Pulse Width",
			"width": 1,
			"row": {
				"1": 29,
				"2": 21,
Emanuele Laface's avatar
Emanuele Laface committed
				"3": 17,
				"4": 17,
				"9": 27,
				"10": 27,
				"11": 27,
				"12": 27,
				"14": 27
			},
			"col": {
				"1": 1,
				"2": 2,
				"3": 2,
				"4": 3,
				"9": 3,
				"10": 3,
				"11": 3,
				"12": 3,
				"14": 3
			},
			"col_width": 1,
			"widgets": [
				{
					"type": "text_widget",
					"settings": {
						"size": "regular",
						"value": "(datasources[\"POS\"][\"RFQ-010:RFS-EVR-101:RFSyncWdt-SP\"][\"value\"]/1000).toFixed(3)",
						"animate": true,
						"units": "ms"
					}
				}
			]
		},
		{
			"title": "Repetition Rate",
			"width": 1,
			"row": {
				"1": 25,
				"2": 21,
Emanuele Laface's avatar
Emanuele Laface committed
				"3": 21,
				"4": 17,
Emanuele Laface's avatar
Emanuele Laface committed
				"9": 27,
				"10": 27,
				"11": 27,
				"12": 27,
				"14": 27
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": 4,
Emanuele Laface's avatar
Emanuele Laface committed
				"9": 2,
				"10": 2,
				"11": 2,
				"12": 2,
				"14": 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": "Math.round(datasources[\"POS\"][\"RFQ-010:RFS-EVR-101:CycleFreq-RB\"][\"value\"])",
						"sparkline": false,
Emanuele Laface's avatar
Emanuele Laface committed
						"animate": true,
Emanuele Laface's avatar
Emanuele Laface committed
						"units": "Hz"
					}
				}
			]
		},
		{
			"title": "PSS1 MODE OF OPERATION",
			"width": 1,
			"row": {
				"1": 33,
				"2": 49,
				"3": 21,
				"4": 21,
				"9": 37,
Emanuele Laface's avatar
Emanuele Laface committed
				"10": 37,
Emanuele Laface's avatar
Emanuele Laface committed
				"13": 37,
				"15": 37
			},
			"col": {
				"1": 1,
				"2": 1,
				"3": 1,
				"4": 1,
				"9": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"10": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"13": 1,
				"15": 1
			},
			"col_width": 1,
			"widgets": [
				{
					"type": "text_widget",
					"settings": {
						"size": "regular",
						"value": "switch(datasources[\"POS\"][\"AccPSS:PSS-Area-1:PSSMode\"][\"value\"]) {\n  case 0:\n    return \"Alarm\";\n    break;\n  case 1:\n    return \"Open Access\";\n    break;\n  case 2:\n    return \"Search\";\n    break; \n  case 3:\n    return \"Tunnel Closed\";\n    break;\n  case 4:\n    return \"Beam On\";\n    break;\n  case 5:\n    return \"RM Interlock\";\n    break;\n  case 6:\n    return \"RP Survey\";\n    break;\n  case 7:\n    return \"Restricted Access\";\n    break;\n  default:\n    // code block\n}",
						"animate": false
Emanuele Laface's avatar
Emanuele Laface committed
					}
				}
			]
		},
Emanuele Laface's avatar
Emanuele Laface committed
		{
			"title": "Shift ID",
			"width": 1,
			"row": {
Emanuele Laface's avatar
Emanuele Laface committed
				"1": 37,
Emanuele Laface's avatar
Emanuele Laface committed
				"2": 53,
				"3": 21,
Emanuele Laface's avatar
Emanuele Laface committed
				"4": 21,
Emanuele Laface's avatar
Emanuele Laface committed
				"5": 7,
				"6": 7,
				"7": 7,
Emanuele Laface's avatar
Emanuele Laface committed
				"9": 7,
Emanuele Laface's avatar
Emanuele Laface committed
				"10": 7,
Emanuele Laface's avatar
Emanuele Laface committed
				"11": 7,
Emanuele Laface's avatar
Emanuele Laface committed
				"12": 7,
				"13": 7,
				"14": 7,
Emanuele Laface's avatar
Emanuele Laface committed
				"15": 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": 2,
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
				"7": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"9": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"11": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"12": 1,
				"13": 1,
				"14": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"15": 1
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col_width": 1,
			"widgets": [
				{
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
						"size": "regular",
						"value": "datasources[\"POS\"][\"NSO:Ops:SID\"][\"value\"]",
						"animate": false
Emanuele Laface's avatar
Emanuele Laface committed
			"title": "TS2 - Klystrons",
Emanuele Laface's avatar
Emanuele Laface committed
			"width": 1,
			"row": {
Emanuele Laface's avatar
Emanuele Laface committed
				"2": 25,
				"3": 25,
				"4": 25,
				"5": 1,
				"9": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"10": 1,
				"11": 1
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,
				"4": 1,
				"5": 5,
				"9": 5,
Emanuele Laface's avatar
Emanuele Laface committed
				"10": 5,
				"11": 5
Emanuele Laface's avatar
Emanuele Laface committed
			},
Emanuele Laface's avatar
Emanuele Laface committed
			"col_width": 4,
Emanuele Laface's avatar
Emanuele Laface committed
			"widgets": [
				{
Emanuele Laface's avatar
Emanuele Laface committed
					"type": "flot_extended_plugin",
Emanuele Laface's avatar
Emanuele Laface committed
					"settings": {
Emanuele Laface's avatar
Emanuele Laface committed
						"plot_type": "line",
						"legend": true,
						"height": 3,
						"value": "data = [{label: 'Klystron 1 powering Cavities 3 and 4', data: datasources[\"TS2\"][\"TS2-010:RFS-DIG-101:AI3-SMonAvg-Mag\"], color: \"green\"},\n        {label: 'Klystron 2 powering Cavities 1 and 2', data: datasources[\"TS2\"][\"TS2-020:RFS-DIG-101:AI3-SMonAvg-Mag\"], color: \"red\"}];\n\nreturn data;",
						"x_timestamp": true,
						"zoom": ""
Emanuele Laface's avatar
Emanuele Laface committed
					}
				}
			]
		},
Emanuele Laface's avatar
Emanuele Laface committed
		{
Emanuele Laface's avatar
Emanuele Laface committed
			"title": "TS2 - Pulse length and Duty cycle",
Emanuele Laface's avatar
Emanuele Laface committed
			"width": 1,
			"row": {
Emanuele Laface's avatar
Emanuele Laface committed
				"2": 33,
				"3": 33,
				"4": 33,
				"5": 1,
				"10": 5,
				"12": 5,
				"13": 5,
				"14": 5
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col": {
				"1": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"2": 1,
				"3": 1,
				"4": 3,
				"5": 5,
				"10": 9,
				"12": 9,
				"13": 9,
				"14": 9
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": "flot_extended_plugin",
Emanuele Laface's avatar
Emanuele Laface committed
					"settings": {
Emanuele Laface's avatar
Emanuele Laface committed
						"plot_type": "line",
						"legend": true,
						"height": 3,
						"value": "data = [{label: \"Pulse length\", data: datasources[\"TS2\"][\"TS2-010:Ctrl-EVM-101:RFWidth-RB\"], yaxis: 2},\n        {label: \"Duty cycle\", data: datasources[\"TS2\"][\"TS2-010:Ctrl-EVM-101:Mxc0-Frequency-RB\"]}];\n\nreturn data;",
						"xticks": "",
						"x_timestamp": true,
						"zoom": ""
Emanuele Laface's avatar
Emanuele Laface committed
		{
			"title": "Control Room Message",
			"width": 1,
			"row": {
				"1": 41,
				"2": 57,
				"3": 37,
				"4": 21,
				"9": 17,
				"10": 17,
				"11": 17,
				"12": 17,
				"13": 17,
				"14": 17,
				"15": 17,
				"16": 17
			},
			"col": {
				"1": 1,
				"2": 1,
				"3": 3,
				"4": 3,
				"9": 3,
				"10": 3,
				"11": 3,
				"12": 3,
				"13": 3,
				"14": 3,
				"15": 3,
				"16": 3
			},
			"col_width": 2,
			"widgets": [
				{
					"type": "text_widget",
					"settings": {
						"size": "regular",
						"value": "datasources[\"POS\"][\"NSO:Ops:Msg\"][\"value\"]",
						"animate": false
					}
				}
			]
		},
Emanuele Laface's avatar
Emanuele Laface committed
		{
Emanuele Laface's avatar
Emanuele Laface committed
			"title": "TS2 - Vacuum",
Emanuele Laface's avatar
Emanuele Laface committed
			"width": 1,
			"row": {
Emanuele Laface's avatar
Emanuele Laface committed
				"1": 61,
Emanuele Laface's avatar
Emanuele Laface committed
				"2": 41,
				"3": 41,
				"4": 33,
				"7": 1,
				"9": 1,
				"12": 1,
				"13": 1,
Emanuele Laface's avatar
Emanuele Laface committed
				"14": 1,
				"15": 1
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col": {
				"1": 1,
				"2": 1,
				"3": 1,
				"4": 1,
				"7": 7,
				"9": 7,
				"12": 7,
				"13": 7,
Emanuele Laface's avatar
Emanuele Laface committed
				"14": 7,
				"15": 7
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col_width": 2,
			"widgets": [
				{
					"type": "flot_extended_plugin",
					"settings": {
						"plot_type": "line",
						"legend": true,
						"height": 3,
						"value": "data = [{label: 'Cavity 1', data: datasources[\"TS2\"][\"TS2-010CRM:Vac-VGC-10000:PrsR\"]},\n        {label: 'Cavity 2', data: datasources[\"TS2\"][\"TS2-010CRM:Vac-VGC-20000:PrsR\"]},\n        {label: 'Cavity 3', data: datasources[\"TS2\"][\"TS2-010CRM:Vac-VGC-30000:PrsR\"]},\n        {label: 'Cavity 4', data: datasources[\"TS2\"][\"TS2-010CRM:Vac-VGC-40000:PrsR\"]}];\n\nreturn data;",
						"x_timestamp": true,
						"zoom": ""
					}
				}
			]
		},
		{
			"title": "Current time",
			"width": 1,
			"row": {
Emanuele Laface's avatar
Emanuele Laface committed
				"1": 69,
Emanuele Laface's avatar
Emanuele Laface committed
				"2": 53,
				"3": 43,
				"4": 41,
				"5": 19,
				"6": 19,
				"9": 19,
				"10": 19,
				"11": 19,
				"12": 19,
				"13": 19,
				"14": 19,
				"15": 19,
				"16": 19
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col": {
				"1": 1,
				"2": 2,
Emanuele Laface's avatar
Emanuele Laface committed
				"3": 3,
				"4": 1,
				"5": 1,
				"6": 1,
				"9": 1,
				"10": 1,
				"11": 1,
				"12": 1,
				"13": 1,
				"14": 1,
				"15": 1,
				"16": 1
Emanuele Laface's avatar
Emanuele Laface committed
			},
			"col_width": 1,
			"widgets": [
				{
Emanuele Laface's avatar
Emanuele Laface committed
					"type": "html",
Emanuele Laface's avatar
Emanuele Laface committed
					"settings": {
Emanuele Laface's avatar
Emanuele Laface committed
						"html": "<div id=\"uhr\"></div>\n<script type=\"text/javascript\" src=\"./js/bahnhofsuhr.js\"></script>\n<script type=\"text/javascript\">\n    var uhr = new Bahnhofsuhr(\"uhr\", {showBorder: true, showShadow: false});\nwindow.onresize = uhr.scale;\n</script>",
						"height": 2
Emanuele Laface's avatar
Emanuele Laface committed
		}
	],
	"datasources": [
		{
Emanuele Laface's avatar
Emanuele Laface committed
			"type": "JSON",
			"settings": {
Emanuele Laface's avatar
Emanuele Laface committed
				"url": "/data/api/v1/caget/RFQ-010:RFS-DIG-101:AI0-SMonAvg-Mag,AccPSS:PSS-Area-1:PSSMode,RFQ-010:RFS-DIG-101:AI6-SMonAvg-Mag,RFQ-010:RFS-EVR-101:CycleFreq-RB,RFQ-010:RFS-EVR-101:RFSyncWdt-SP,NSO:Ops:SID,NSO:Ops:Msg,NSO:Ops:SL,RFQ-010:RFS-DIG-101:Dwn6-Cmp0,RFQ-010:RFS-DIG-101:Dwn6-XAxis,RFQ-010:RFS-DIG-102:Dwn4-Cmp0",
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": "TS2",
			"type": "JSON",
			"settings": {
				"url": "/data/api/v1/archiver/TS2-010:Ctrl-EVM-101:RFWidth-RB,TS2-020:RFS-DIG-101:AI3-SMonAvg-Mag,TS2-010:RFS-DIG-101:AI3-SMonAvg-Mag,TS2-010:Ctrl-EVM-101:Mxc0-Frequency-RB,TS2-010CRM:Vac-VGC-10000:PrsR,TS2-010CRM:Vac-VGC-20000:PrsR,TS2-010CRM:Vac-VGC-30000:PrsR,TS2-010CRM:Vac-VGC-40000:PrsR/1620000/100/freeboard",
				"use_thingproxy": true,
				"refresh": 10,
				"method": "GET"
			}
Emanuele Laface's avatar
Emanuele Laface committed
		}
	],
	"columns": 4
}