ctrl_F_PumpSensor.html 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>{{ title }}</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7. <!-- <meta http-equiv="refresh" content="60" /> 每 content 秒網頁自動更新-->
  8. <!-- 新 Bootstrap4 核心 CSS 文件 -->
  9. <link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/4.1.0/css/bootstrap.min.css">
  10. <!-- jQuery文件。务必在bootstrap.min.js 之前引入 -->
  11. <script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script>
  12. <!-- popper.min.js 用于弹窗、提示、下拉菜单 -->
  13. <script src="https://cdn.bootcss.com/popper.js/1.12.5/umd/popper.min.js"></script>
  14. <!-- 最新的 Bootstrap4 核心 JavaScript 文件 -->
  15. <script src="https://cdn.bootcss.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
  16. <!--可用來建立使用者小圖示-->
  17. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
  18. <!-- Rita 發酵貨櫃 - 入料、桶槽、出料制動器 function-->
  19. <script type="text/javascript" src="../static/js/ferment_function.js"></script>
  20. <script language="JavaScript">
  21. // 指定 秒 刷新網頁一次
  22. var tid = '{{tid}}';
  23. console.log('tid:' + tid)
  24. var tank_num = '{{tid}}';
  25. $(function(){
  26. $("#ctrl_F_ThreeWayValve_title").text('發酵槽 F' + tid + ' 感測器抽水雙核隔膜泵')
  27. $("#ferment_tank_page").text('發酵槽 F' + tid + ' 操作介面 ')
  28. $('#ferment_tank_page').attr("href", "/ferment_container/" + tid)
  29. $("#coffee_title").text('F' + tid + ' 發酵槽_感測器抽水雙核隔膜泵');
  30. });
  31. //WebUpdate_set = setInterval(function(){WebUpdate(dtn)} , 10 * 1000)
  32. </script>
  33. <style>
  34. .footer{
  35. position: absolute;
  36. width: 100%;
  37. background-color: #eee;
  38. text-align: center;
  39. }
  40. body {
  41. margin: 0;
  42. }
  43. .navbar-dark .navbar-nav .nav-link {
  44. color: white;
  45. cursor: pointer;
  46. text-decoration: none;
  47. width: 110px;
  48. height: 46px;
  49. }
  50. .nav-top {
  51. line-height: 40px;
  52. background-color: #C4C4C4;
  53. }
  54. .website_title {
  55. font-family: Roboto;
  56. font-style: normal;
  57. font-weight: normal;
  58. font-size: 30px;
  59. color: #000000;
  60. }
  61. .navbar-nav>li {
  62. float: none;
  63. display: inline-block;
  64. width: 100px;
  65. margin: 0 auto;
  66. text-align: center;
  67. }
  68. .navbar-nav>li a {
  69. font-size: 20px;
  70. }
  71. .main-page {
  72. margin-top: 200px;
  73. }
  74. .page-title {
  75. font-family: Roboto;
  76. font-style: normal;
  77. font-weight: bold;
  78. font-size: 36px;
  79. }
  80. .flex {
  81. display: flex;
  82. flex-direction: row;
  83. flex-wrap: wrap;
  84. justify-content: center;
  85. }
  86. .set-link {
  87. display: inline-block;
  88. width: 350px;
  89. height: 100px;
  90. line-height: 100px;
  91. background: #008CBA;
  92. border: 1px solid #CFCFCF;
  93. box-sizing: border-box;
  94. color: #FFFFFF;
  95. border-radius: 10px;
  96. font-size: 36px;
  97. }
  98. .cmn-toggle {
  99. position: absolute;
  100. margin-left: 0px;
  101. visibility: hidden;
  102. }
  103. .cmn-toggle+label {
  104. display: block;
  105. position: relative;
  106. cursor: pointer;
  107. outline: none;
  108. user-select: none;
  109. }
  110. input.cmn-toggle-round-flat+label {
  111. padding: 2px;
  112. width: 60px;
  113. height: 30px;
  114. background-color: #C0C0C0;
  115. border-radius: 60px;
  116. transition: background 0.4s;
  117. }
  118. input.cmn-toggle-round-flat+label:before,
  119. input.cmn-toggle-round-flat+label:after {
  120. display: block;
  121. position: absolute;
  122. content: "";
  123. }
  124. input.cmn-toggle-round-flat+label:before {
  125. top: 2px;
  126. left: 2px;
  127. bottom: 2px;
  128. right: 2px;
  129. background-color: #fff;
  130. border-radius: 60px;
  131. transition: background 0.4s;
  132. }
  133. input.cmn-toggle-round-flat+label:after {
  134. top: 4px;
  135. left: 4px;
  136. bottom: 4px;
  137. width: 24px;
  138. background-color: #dddddd;
  139. border-radius: 52px;
  140. transition: margin 0.4s, background 0.4s;
  141. }
  142. input.cmn-toggle-round-flat:checked+label {
  143. background-color: #C0C0C0;
  144. }
  145. input.cmn-toggle-round-flat:checked+label:after {
  146. margin-left: 27px;
  147. background-color: #008CBA;
  148. }
  149. @media(max-width:373px) {
  150. .card {
  151. margin-right: 0px;
  152. }
  153. .set-link {
  154. width: 250px;
  155. }
  156. }
  157. @media(max-width:577px) {}
  158. @media(min-width:576px) {}
  159. @media(min-width:768px) {
  160. .navbar-nav>li {
  161. margin-left: 0px;
  162. }
  163. .navbar-nav .li-block {
  164. display: none;
  165. }
  166. }
  167. @media(min-width:991px) {
  168. .navbar-nav>li {
  169. margin-left: 20px;
  170. }
  171. .navbar-nav .li-block {
  172. display: none;
  173. }
  174. }
  175. @media(min-width:1200px) {
  176. .navbar-nav>li {
  177. margin-left: 50px;
  178. }
  179. .navbar-nav .li-block {
  180. display: inline-block;
  181. width: 100px;
  182. }
  183. }
  184. @media(min-width:1400px) {
  185. .navbar-nav .li-block {
  186. display: inline-block;
  187. width: 200px;
  188. }
  189. }
  190. @media(min-width:1689px) {
  191. .navbar-nav>li {
  192. margin-left: 50px;
  193. }
  194. .navbar-nav .li-block {
  195. display: inline-block;
  196. width: 500px;
  197. }
  198. }
  199. </style>
  200. </head>
  201. <body>
  202. <div id="wrapper">
  203. <div id="coffee_header">
  204. <!-- 匯入共同使用的 header.html 內容 -->
  205. {% include 'header.html' %}
  206. </div>
  207. <!--
  208. <div style="text-align: left;">
  209. <a href="/ferment" style="float: left;">&nbsp;&nbsp;&nbsp;返回發酵貨櫃首頁</a>
  210. </div>
  211. <div style="text-align: right;">
  212. <a id="ferment_tank_page" href="/index_new" style="float: right;">___________________</a>
  213. </div>
  214. <div id="ctrl_F_ThreeWayValve_title" style="text-align: center; margin-top: 30px; font-size: 24px; margin-bottom: 15px;">
  215. 發酵槽 F_ 感測器抽水雙核隔膜泵
  216. </div>
  217. -->
  218. <table border="1" style="margin: auto; font-size:18px; border:2px #cccccc solid;" width=700px cellpadding="8">
  219. <tr>
  220. <td>
  221. 感測器抽水雙核隔膜泵 狀態
  222. </td>
  223. <td>
  224. {% if tank_pump_sensor == 1 %}
  225. <span style="color:#008CBA; font-size:18px;"><strong>ON</strong></span>
  226. {% elif tank_pump_sensor == 0 %}
  227. <span style="color:#acacac; font-size:18px;"><strong>OFF</strong></span>
  228. {% else %}
  229. <span style="color: #fc7373;; font-size:18px;">ERROR</span>
  230. {% endif %}
  231. </td>
  232. </tr>
  233. <tr>
  234. <td>開啟 感測器抽水雙核隔膜泵</td>
  235. <td><input type="button" value="ON" onclick="tankPumpSensor_ON()"></td>
  236. </tr>
  237. <tr>
  238. <td>關閉 感測器抽水雙核隔膜泵</td>
  239. <td><input type="button" value="OFF" onclick="tankPumpSensor_OFF()"></td>
  240. </tr>
  241. </table>
  242. <br>
  243. <table border="1" style="margin: auto; font-size:18px; border:2px #cccccc solid;" width=700px cellpadding="8">
  244. <tr>
  245. <td>循環抽水</td>
  246. <td>
  247. 抽水
  248. <input name="testing_tank_pump_on" id="testing_tank_pump_on" value="10" type="text" style="width: 40px;">秒<br>
  249. 關閉
  250. <input name="testing_tank_pump_off" id="testing_tank_pump_off" value="10" type="text" style="width: 40px;">秒
  251. </td>
  252. <td>
  253. <button type="submit" class="btn btn-primary" onclick="WATER_testing_START()">水質測量 ON</button>
  254. <button type="submit" class="btn btn-primary" onclick="WATER_testing_STOP()">水質測量 OFF</button>
  255. <script>
  256. var watertesting_process = 0;
  257. function WATER_testing_START(){
  258. var watertesting_interval = setInterval(PumpSensor, 5000)
  259. };
  260. function PumpSensor(){
  261. if (watertesting_process == 1) {
  262. return;
  263. }
  264. watertesting_process = 1;
  265. $.ajax({
  266. async:false,
  267. type:"GET",
  268. url:"/ferment_watertesting_" + tank_num,
  269. dataType:"JSON",
  270. success:function(response){
  271. // var present_PH = response.PH
  272. $('#PH').text(response.PH)
  273. console.log(response.PH)
  274. $('#ORP').text(response.ORP)
  275. console.log(response.ORP)
  276. $('#DO').text(response.DO)
  277. console.log(response.DO)
  278. $('#EC').text(response.EC)
  279. console.log(response.EC)
  280. // aaa tankPumpSensor_ON()
  281. console.log('tankPumpSensor_ON')
  282. var testing_tank_pump_on = $("input[name=testing_tank_pump_on]").val();
  283. var time = new Date();
  284. while ((new Date() - time) < testing_tank_pump_on * 1000) { };
  285. // aaa tankPumpSensor_OFF()
  286. console.log('tankPumpSensor_OFF')
  287. var testing_tank_pump_off = $("input[name=testing_tank_pump_off]").val();
  288. var time = new Date();
  289. while ((new Date() - time) < testing_tank_pump_off * 1000) { };
  290. watertesting_process = 0;
  291. },
  292. error:function(thrownError){
  293. console.log("Error: " + thrownError)
  294. watertesting_process = 0;
  295. }
  296. });
  297. };
  298. function WATER_testing_STOP(){
  299. clearInterval(PumpSensor);
  300. }
  301. </script>
  302. </td>
  303. <tr>
  304. <td colspan="3">
  305. PH 酸鹼度:<spap id="PH">{{PH}}</spap>
  306. </td>
  307. </tr>
  308. <tr>
  309. <td colspan="3">
  310. ORP 氧化還原電位:<spap id="ORP">{{ORP}}</spap>&nbsp;mV
  311. </td>
  312. </tr>
  313. <tr>
  314. <td colspan="3">
  315. DO 溶氧量:<spap id="DO">{{DO}}</spap>&nbsp;%
  316. </td>
  317. </tr>
  318. <tr>
  319. <td colspan="3">
  320. EC 電導度:<spap id="EC">{{EC}}</spap>&nbsp;μS/cm
  321. </td>
  322. </tr>
  323. </tr>
  324. </table>
  325. <br>
  326. <div style="text-align: center;">
  327. 狀態更新時間(秒):
  328. <input name="webupdate_time" type="text" value="5" style="width: 40px;">
  329. <input type="button" value="設定更新時間" onclick="changeUpdate()">
  330. </div>
  331. <script language="JavaScript">
  332. function changeUpdate() {
  333. // clearInterval(WebUpdate_set);
  334. var webupdate_time = $("input[name=webupdate_time]").val()
  335. console.log('webupdate_time' + webupdate_time)
  336. WebUpdate_set = setInterval(function(){WebUpdate(dtn)} , webupdate_time * 1000);
  337. }
  338. // jQuery 更新感測器制動器狀態
  339. function WebUpdate(dtn) {
  340. $.get('/loading/D' + dtn, '', function (res) {
  341. if (res.tank_vacuum == 0) {
  342. $("#cmn-toggle-14").prop('checked', false);
  343. } else if (res.tank_vacuum == 1) {
  344. $("#cmn-toggle-14").prop('checked', true);
  345. }
  346. $("#UltraSonic_t_status").text(res.UltraSonic);
  347. }, 'json');
  348. }
  349. </script>
  350. <br>
  351. <!--
  352. <footer class="footer">
  353. <div style="text-align: center; margin-top: 10px; font-size: 13px; margin-bottom: 10px;">
  354. Copyright © 2021 Gold-in Tech. All Rights Reserved. 金子進科技股份有限公司 版權所有
  355. <a href="mailto:service.gitc@gmail.com" target="_blank">service.gitc@gmail.com</a>
  356. </div>
  357. </footer>
  358. -->
  359. <div id="coffee_footer">
  360. <!-- 匯入共同使用的 footer.html 內容 -->
  361. {% include 'footer.html' %}
  362. </div>
  363. </div>
  364. </body>
  365. </html>