mirror of
https://github.com/eddyem/bta-temp.git
synced 2025-12-06 02:25:12 +03:00
delete non-working sensor6
This commit is contained in:
parent
f3b64d67e8
commit
bfea5c9c0e
11
functions.js
11
functions.js
@ -38,13 +38,14 @@ const MDsen_pos = [ //
|
||||
];
|
||||
const MDsen_num = [0, 1, 3, 4];
|
||||
const ZAxisHeight = 88; // ×ÙÓÏÔÁ ÏÓÉ Z (ÚÅÎÉÔÎ. Ò.) ÏÔ ÐÏÌÁ
|
||||
// tube6 doesn't work
|
||||
const Tsen_pos = [ // ×ÏÚÄÕÛÎÙÅ ÓÅÎÓÏÒÙ ÎÁ ÔÅÌÅÓËÏÐÅ !!! ÷ÙÓÏÔÙ - ÏÔ ÏÓÉ Z !!!
|
||||
[37, 90,-55], // 1
|
||||
[ 0, 0,190], // 19
|
||||
[37, -90,-55], // 2
|
||||
[37, 0,-55], // 3
|
||||
[31, 69,-33], // 4
|
||||
[33, 69,-28], // 5
|
||||
[34,-171,-10], // 6
|
||||
/* [34,-171,-10], // 6*/
|
||||
[ 4, -82, -8], // 7
|
||||
[ 4, -82, 0], // 8
|
||||
[35, 147, 40], // 9
|
||||
@ -57,13 +58,13 @@ const Tsen_pos = [ //
|
||||
[ 0, 0,146], // 16
|
||||
[40, -90,155], // 17
|
||||
[10, 180,190], // 18
|
||||
[ 0, 0,190], // 19
|
||||
[37, 90,-55], // 1
|
||||
[ 9, 180,201] // 20
|
||||
];
|
||||
var Tsen_sincos = new Array();
|
||||
const Tsen_num = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20];
|
||||
const Tsen_num = [1,2,3,4,5/*,6*/,7,8,9,10,11,12,13,14,15,16,17,18,19,20];
|
||||
// ÔÉÐÙ ÄÁÔÞÉËÏ×:
|
||||
const Tsen_type = [ "a", "a", "a", "a", "m", "a", "a", "m", "a", "a",
|
||||
const Tsen_type = [ "a", "a", "a", "a", "m"/*, "a"*/, "a", "m", "a", "a",
|
||||
"a", "m", "a", "a", "a", "a", "m", "m", "a", "a"];
|
||||
var DomeTemperatures = new Array(); // ÐÏËÁÚÁÎÉÑ ÔÅÍÐÅÒÁÔÕÒ ÄÁÔÞÉËÏ× ËÕÐÏÌÁ
|
||||
var DomeTempsUsed = new Array(); // 1 - ÐÏËÁÚÁÎÉÑ ÄÁÔÞÉËÁ ÉÓÐÏÌØÚÕÀÔÓÑ
|
||||
|
||||
@ -7,8 +7,8 @@
|
||||
<script type="text/javascript" src="functions.js"></script><!--ÏÂÒÁÂÏÔËÁ ÄÁÎÎÙÈ-->
|
||||
</head>
|
||||
<body onLoad="start();" onkeydown="onkey(event.keyCode);">
|
||||
<embed style='border: 1px solid;' id='SVG' src='scene.svg' type='image/svg-xml'
|
||||
width="50px" height="35px"></embed>
|
||||
<iframe style='border: 1px solid;' id='SVG' src='scene.svg' type='image/svg-xml'
|
||||
width="50px" height="35px"></iframe>
|
||||
<div class="tooltip" id="coords"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -4,10 +4,10 @@
|
||||
<link rel="stylesheet" href="temp.css" type="text/css">
|
||||
<title>ëÁÒÔÉÎËÁ</title>
|
||||
<script type="text/javascript" src="svg.js"></script><!--ÆÕÎËÃÉÉ ÄÌÑ ÒÁÂÏÔÙ Ó SVG-->
|
||||
<script type="text/javascript" src="functions.js"></script><!--ÏÂÒÁÂÏÔËÁ ÄÁÎÎÙÈ-->
|
||||
<script type="text/javascript" src="mirfunctions.js"></script><!--ÏÂÒÁÂÏÔËÁ ÄÁÎÎÙÈ-->
|
||||
</head>
|
||||
<body onLoad="start();" onkeydown="onkey(event.keyCode);">
|
||||
<embed style='border: 1px solid;' id='SVG' src='scene.svg' type='image/svg-xml'
|
||||
<embed style='border: 1px solid;' id='SVG' src='mirror.svg' type='image/svg-xml'
|
||||
width="50px" height="35px"></embed>
|
||||
<div class="tooltip" id="coords"></div>
|
||||
</body>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user