ctrl_F_Temp.html 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  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_D_Temp_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_D_Temp_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. <!--
  221. <td rowspan="3">
  222. 手動控制
  223. </td>
  224. -->
  225. <td>
  226. 目前溫度
  227. </td>
  228. <td>
  229. {% if tank_temp >= 0 %}
  230. <span style="color:#008CBA; font-size:20px;"><strong>{{tank_temp}}</strong></span>&nbsp;℃
  231. {% elif tank_temp == 0 %}
  232. <span style="color:#acacac; font-size:20px;"><strong>未設定溫度</strong></span>
  233. {% else %}
  234. <span style="color: #fc7373;; font-size:18px;">ERROR</span>
  235. {% endif %}
  236. </td>
  237. </tr>
  238. <tr>
  239. <td>
  240. 溫控開關 狀態
  241. </td>
  242. <td>
  243. {% if tank_temp_enable == 1 %}
  244. <span style="color:#008CBA; font-size:18px;"><strong>ON</strong></span>
  245. {% elif tank_temp_enable == 0 %}
  246. <span style="color:#acacac; font-size:18px;"><strong>OFF</strong></span>
  247. {% else %}
  248. <span style="color: #fc7373;; font-size:18px;">ERROR</span>
  249. {% endif %}
  250. </td>
  251. </tr>
  252. <tr>
  253. <td>開啟 / 關閉 溫控開關</td>
  254. <td>
  255. <input type="button" value="ON" onclick="tankTempEnable_ON()"> /
  256. <input type="button" value="OFF" onclick="tankTempEnable_OFF()">
  257. </td>
  258. </tr>
  259. <tr>
  260. <td>設定溫度 30℃</td>
  261. <td><input type="button" value="ON" onclick="tankTemp_ON()"></td>
  262. </tr>
  263. <tr>
  264. <td>設定溫度 0℃</td>
  265. <td><input type="button" value="OFF" onclick="tankTempEnable_OFF()"></td>
  266. </tr>
  267. <tr>
  268. <td>設定溫度</td>
  269. <td>
  270. <span id="tank_temp_status" style="color:red;"></span>
  271. <input id="tank_temp_data" type="text" placeholder="{{tank_temp}}" style="width: 40px;">&nbsp;℃, 持續&nbsp;
  272. <input id="tank_temp_duration" type="text" placeholder="" style="width: 40px;">&nbsp;分鐘&nbsp;
  273. <input type="button" value="送出" name="tank_temp_status" onclick="setTemp_func()"><br>
  274. <span id="testing_Tempsetting_time" style="color: #f00;"></span>
  275. <script>
  276. var setTemp_process = 0;
  277. function setTemp_func(){
  278. var temp_data = $("input[id=tank_temp_data]").val();
  279. console.log('設定溫度: ', temp_data)
  280. var temp_duration = $("input[id=tank_temp_duration]").val();
  281. console.log('持溫時間: ', temp_duration)
  282. setTemp(temp_data, temp_duration) // js function
  283. // var temp_interval = setInterval(checkTemp, 5000);
  284. function checkTemp(){
  285. if (setTemp_process == 1) {
  286. return;
  287. }
  288. setTemp_process = 1;
  289. $.ajax({
  290. async:false,
  291. type:"GET",
  292. url:"/ferment_SHT11_"+tank_num,
  293. dataType:"JSON",
  294. success:function(response){
  295. var present_temp = response.SHT11_Temp
  296. console.log('目前溫度:', present_temp)
  297. $('#testing_Tempsetting_time').text('目前溫度:' + present_temp)
  298. if (present_temp >= temp_data) {
  299. clearInterval(temp_interval);
  300. $('#testing_Tempsetting_time').text('已達指定溫度, 關閉加熱裝置')
  301. console.log('已達指定溫度, 關閉溫控開關')
  302. var time = new Date();
  303. while ((new Date() - time) < 3 * 1000) { };
  304. tankTempEnable_OFF()
  305. tankHeater1_OFF()
  306. tankHeater2_OFF()
  307. $('#testing_Tempsetting_time').text('')
  308. }
  309. setTemp_process = 0;
  310. },
  311. error:function(thrownError){
  312. console.log('ferment_Temp_Error: ', thrownError)
  313. setTemp_process = 0;
  314. }
  315. });
  316. }
  317. };
  318. </script>
  319. </td>
  320. </tr>
  321. </table>
  322. <br>
  323. <table border="1" style="margin: auto; font-size:18px; border:2px #cccccc solid;" width=700px cellpadding="8">
  324. <tr>
  325. <td colspan="3">
  326. 桶內溫度:<span id="SHT11_Temp_status">{{tank_SHT11.SHT11_Temp}}</span>&nbsp;℃
  327. </td>
  328. <td colspan="3">
  329. 桶內濕度:<span id="SHT11_Humidity_status">{{tank_SHT11.SHT11_Humidity}}</span>&nbsp;%
  330. </td>
  331. </tr>
  332. </table>
  333. <br>
  334. <div style="text-align: center;">
  335. 狀態更新時間(秒):
  336. <input name="webupdate_time" type="text" value="5" style="width: 40px;">
  337. <input type="button" value="設定更新時間" onclick="changeUpdate()">
  338. </div>
  339. <script language="JavaScript">
  340. function changeUpdate() {
  341. // clearInterval(WebUpdate_set);
  342. var webupdate_time = $("input[name=webupdate_time]").val()
  343. console.log('webupdate_time' + webupdate_time)
  344. WebUpdate_set = setInterval(function(){WebUpdate(dtn)} , webupdate_time * 1000);
  345. }
  346. // jQuery 更新感測器制動器狀態
  347. function WebUpdate(dtn) {
  348. $.get('/loading/D' + dtn, '', function (res) {
  349. if (res.tank_vacuum == 0) {
  350. $("#cmn-toggle-05").prop('checked', false);
  351. } else if (res.tank_vacuum == 1) {
  352. $("#cmn-toggle-05").prop('checked', true);
  353. }
  354. $("#UltraSonic_t_status").text(res.UltraSonic);
  355. }, 'json');
  356. }
  357. </script>
  358. <br>
  359. <!--
  360. <footer class="footer">
  361. <div style="text-align: center; margin-top: 10px; font-size: 13px; margin-bottom: 10px;">
  362. Copyright © 2021 Gold-in Tech. All Rights Reserved. 金子進科技股份有限公司 版權所有
  363. <a href="mailto:service.gitc@gmail.com" target="_blank">service.gitc@gmail.com</a>
  364. </div>
  365. </footer>
  366. -->
  367. <div id="coffee_footer">
  368. <!-- 匯入共同使用的 footer.html 內容 -->
  369. {% include 'footer.html' %}
  370. </div>
  371. </div>
  372. </body>
  373. </html>