From 5e5f262472b46777a2605e459858cbff3be9dbc0 Mon Sep 17 00:00:00 2001 From: dmc Date: Thu, 6 Jun 2024 15:28:21 +0200 Subject: [PATCH] remove dinp/dout from sea json temperature dinp and dout is not available on ls336 and not really needed on ls340 --- cfg/sea/ccr2.config.json | 2 -- cfg/sea/ccr2ht.config.json | 2 -- cfg/sea/ccr3.config.json | 2 -- cfg/sea/cti5.config.json | 2 -- cfg/sea/cti7.config.json | 2 -- cfg/sea/cti7ht.config.json | 2 -- cfg/sea/fs.config.json | 2 -- cfg/sea/ft.config.json | 2 -- cfg/sea/fw.config.json | 2 -- cfg/sea/ill1.config.json | 2 -- cfg/sea/ill2.config.json | 2 -- cfg/sea/ill4.config.json | 2 -- cfg/sea/ma02.config.json | 2 -- cfg/sea/ori3.config.json | 2 -- cfg/sea/ori7.config.json | 2 -- cfg/sea/rt.config.json | 2 -- cfg/sea/sch5.stick.json | 2 -- cfg/sea/variox.config.json | 2 -- 18 files changed, 36 deletions(-) diff --git a/cfg/sea/ccr2.config.json b/cfg/sea/ccr2.config.json index cd273d1..d488cc7 100644 --- a/cfg/sea/ccr2.config.json +++ b/cfg/sea/ccr2.config.json @@ -54,8 +54,6 @@ {"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"}, {"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"}, {"path": "display", "type": "text", "readonly": false, "cmd": "tt display"}, -{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"}, -{"path": "dinp", "type": "int"}, {"path": "remote", "type": "bool"}]}, "cc": {"base": "/cc", "params": [{"path": "", "type": "bool", "kids": 96}, {"path": "send", "type": "text", "readonly": false, "cmd": "cc send", "visibility": 3}, {"path": "status", "type": "text", "visibility": 3}, diff --git a/cfg/sea/ccr2ht.config.json b/cfg/sea/ccr2ht.config.json index 78e8992..a9dc8dc 100644 --- a/cfg/sea/ccr2ht.config.json +++ b/cfg/sea/ccr2ht.config.json @@ -60,8 +60,6 @@ {"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"}, {"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"}, {"path": "display", "type": "text", "readonly": false, "cmd": "tt display"}, -{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"}, -{"path": "dinp", "type": "int"}, {"path": "remote", "type": "bool"}]}, "cc": {"base": "/cc", "params": [{"path": "", "type": "bool", "kids": 96}, {"path": "send", "type": "text", "readonly": false, "cmd": "cc send", "visibility": 3}, {"path": "status", "type": "text", "visibility": 3}, diff --git a/cfg/sea/ccr3.config.json b/cfg/sea/ccr3.config.json index 40c4055..b5b557c 100644 --- a/cfg/sea/ccr3.config.json +++ b/cfg/sea/ccr3.config.json @@ -56,8 +56,6 @@ {"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"}, {"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"}, {"path": "display", "type": "text", "readonly": false, "cmd": "tt display"}, -{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"}, -{"path": "dinp", "type": "int"}, {"path": "remote", "type": "bool"}]}, "cc": {"base": "/cc", "params": [ diff --git a/cfg/sea/cti5.config.json b/cfg/sea/cti5.config.json index 302f10f..84d6ea0 100644 --- a/cfg/sea/cti5.config.json +++ b/cfg/sea/cti5.config.json @@ -50,8 +50,6 @@ {"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"}, {"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"}, {"path": "display", "type": "text", "readonly": false, "cmd": "tt display"}, -{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"}, -{"path": "dinp", "type": "int"}, {"path": "remote", "type": "bool"}]}, "cc": {"base": "/cc", "params": [ diff --git a/cfg/sea/cti7.config.json b/cfg/sea/cti7.config.json index 247929a..8035aa7 100644 --- a/cfg/sea/cti7.config.json +++ b/cfg/sea/cti7.config.json @@ -50,6 +50,4 @@ {"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"}, {"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"}, {"path": "display", "type": "text", "readonly": false, "cmd": "tt display"}, -{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"}, -{"path": "dinp", "type": "int"}, {"path": "remote", "type": "bool"}]}} diff --git a/cfg/sea/cti7ht.config.json b/cfg/sea/cti7ht.config.json index c3609b1..20a0d46 100644 --- a/cfg/sea/cti7ht.config.json +++ b/cfg/sea/cti7ht.config.json @@ -56,6 +56,4 @@ {"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"}, {"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"}, {"path": "display", "type": "text", "readonly": false, "cmd": "tt display"}, -{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"}, -{"path": "dinp", "type": "int"}, {"path": "remote", "type": "bool"}]}} diff --git a/cfg/sea/fs.config.json b/cfg/sea/fs.config.json index e91a130..d19a212 100644 --- a/cfg/sea/fs.config.json +++ b/cfg/sea/fs.config.json @@ -56,8 +56,6 @@ {"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"}, {"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"}, {"path": "display", "type": "text", "readonly": false, "cmd": "tt display"}, -{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"}, -{"path": "dinp", "type": "int"}, {"path": "remote", "type": "bool"}]}, "cc": {"base": "/cc", "params": [ diff --git a/cfg/sea/ft.config.json b/cfg/sea/ft.config.json index fbf8ab6..62fe396 100644 --- a/cfg/sea/ft.config.json +++ b/cfg/sea/ft.config.json @@ -68,8 +68,6 @@ {"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"}, {"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"}, {"path": "display", "type": "text", "readonly": false, "cmd": "tt display"}, -{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"}, -{"path": "dinp", "type": "int"}, {"path": "remote", "type": "bool"}]}, "table": {"base": "/table", "params": [ diff --git a/cfg/sea/fw.config.json b/cfg/sea/fw.config.json index 3c86f02..eb27a18 100644 --- a/cfg/sea/fw.config.json +++ b/cfg/sea/fw.config.json @@ -62,8 +62,6 @@ {"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"}, {"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"}, {"path": "display", "type": "text", "readonly": false, "cmd": "tt display"}, -{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"}, -{"path": "dinp", "type": "int"}, {"path": "remote", "type": "bool"}]}, "table": {"base": "/table", "params": [ diff --git a/cfg/sea/ill1.config.json b/cfg/sea/ill1.config.json index fc93597..2802920 100644 --- a/cfg/sea/ill1.config.json +++ b/cfg/sea/ill1.config.json @@ -62,8 +62,6 @@ {"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"}, {"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"}, {"path": "display", "type": "text", "readonly": false, "cmd": "tt display"}, -{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"}, -{"path": "dinp", "type": "int"}, {"path": "remote", "type": "bool"}]}, "cc": {"base": "/cc", "params": [ diff --git a/cfg/sea/ill2.config.json b/cfg/sea/ill2.config.json index fc93597..2802920 100644 --- a/cfg/sea/ill2.config.json +++ b/cfg/sea/ill2.config.json @@ -62,8 +62,6 @@ {"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"}, {"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"}, {"path": "display", "type": "text", "readonly": false, "cmd": "tt display"}, -{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"}, -{"path": "dinp", "type": "int"}, {"path": "remote", "type": "bool"}]}, "cc": {"base": "/cc", "params": [ diff --git a/cfg/sea/ill4.config.json b/cfg/sea/ill4.config.json index fc93597..2802920 100644 --- a/cfg/sea/ill4.config.json +++ b/cfg/sea/ill4.config.json @@ -62,8 +62,6 @@ {"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"}, {"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"}, {"path": "display", "type": "text", "readonly": false, "cmd": "tt display"}, -{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"}, -{"path": "dinp", "type": "int"}, {"path": "remote", "type": "bool"}]}, "cc": {"base": "/cc", "params": [ diff --git a/cfg/sea/ma02.config.json b/cfg/sea/ma02.config.json index 8a683c8..4cc3a16 100644 --- a/cfg/sea/ma02.config.json +++ b/cfg/sea/ma02.config.json @@ -63,8 +63,6 @@ {"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"}, {"path": "setsamp", "type": "float", "readonly": false, "cmd": "tt setsamp"}, {"path": "display", "type": "text", "readonly": false, "cmd": "tt display"}, -{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"}, -{"path": "dinp", "type": "int"}, {"path": "remote", "type": "bool"}]}, "cc": {"base": "/cc", "params": [ diff --git a/cfg/sea/ori3.config.json b/cfg/sea/ori3.config.json index b467442..bc2cb90 100644 --- a/cfg/sea/ori3.config.json +++ b/cfg/sea/ori3.config.json @@ -62,8 +62,6 @@ {"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"}, {"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"}, {"path": "display", "type": "text", "readonly": false, "cmd": "tt display"}, -{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"}, -{"path": "dinp", "type": "int"}, {"path": "remote", "type": "bool"}]}, "cc": {"base": "/cc", "params": [ diff --git a/cfg/sea/ori7.config.json b/cfg/sea/ori7.config.json index b85e319..e2cf0f6 100644 --- a/cfg/sea/ori7.config.json +++ b/cfg/sea/ori7.config.json @@ -62,8 +62,6 @@ {"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"}, {"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"}, {"path": "display", "type": "text", "readonly": false, "cmd": "tt display"}, -{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"}, -{"path": "dinp", "type": "int"}, {"path": "remote", "type": "bool"}]}, "cc": {"base": "/cc", "params": [ diff --git a/cfg/sea/rt.config.json b/cfg/sea/rt.config.json index a38de19..3ddc9f9 100644 --- a/cfg/sea/rt.config.json +++ b/cfg/sea/rt.config.json @@ -21,8 +21,6 @@ {"path": "tm/stddev", "type": "float"}, {"path": "tm/raw", "type": "float"}, {"path": "display", "type": "text", "readonly": false, "cmd": "tt display"}, -{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"}, -{"path": "dinp", "type": "int"}, {"path": "remote", "type": "bool"}]}, "cc": {"base": "/cc", "params": [ diff --git a/cfg/sea/sch5.stick.json b/cfg/sea/sch5.stick.json index 2b47748..5f2b728 100644 --- a/cfg/sea/sch5.stick.json +++ b/cfg/sea/sch5.stick.json @@ -69,8 +69,6 @@ {"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"}, {"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"}, {"path": "display", "type": "text", "readonly": false, "cmd": "tt display"}, -{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"}, -{"path": "dinp", "type": "int"}, {"path": "remote", "type": "bool"}]}, "cc": {"base": "/cc", "params": [{"path": "", "type": "bool", "kids": 96}, {"path": "send", "type": "text", "readonly": false, "cmd": "cc send", "visibility": 3}, {"path": "status", "type": "text", "visibility": 3}, diff --git a/cfg/sea/variox.config.json b/cfg/sea/variox.config.json index 8d3ede9..e03272a 100644 --- a/cfg/sea/variox.config.json +++ b/cfg/sea/variox.config.json @@ -62,8 +62,6 @@ {"path": "set/integ", "type": "float", "readonly": false, "cmd": "tt set/integ", "description": "bigger means faster"}, {"path": "set/deriv", "type": "float", "readonly": false, "cmd": "tt set/deriv"}, {"path": "display", "type": "text", "readonly": false, "cmd": "tt display"}, -{"path": "dout", "type": "int", "readonly": false, "cmd": "tt dout"}, -{"path": "dinp", "type": "int"}, {"path": "remote", "type": "bool"}]}, "cc": {"base": "/cc", "params": [