1
0

ctrl_DI_Vacuum.html 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492
  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/dry_function.js"></script>
  20. <script language="JavaScript">
  21. // 指定 秒 刷新網頁一次
  22. var tid = '{{tid}}';
  23. console.log('tid:' + tid)
  24. $(function(){
  25. $("#ctrl_DI_Vacuum_title").text('乾燥入料儲豆槽 DI' + tid + ' 真空吸料機')
  26. $("#dry_input_page").text('乾燥入料儲豆槽 DI' + tid + ' 操作介面 ')
  27. $('#dry_input_page').attr("href", "/dry_container_input/" + tid)
  28. $("#coffee_title_pc").text('DI' + tid + ' 乾燥入料儲豆槽_真空吸料機');
  29. $("#coffee_title_phone").text('DI' + 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. <script>
  201. // Rita 制動器運作
  202. var tank_num = '{{tid}}';
  203. </script>
  204. </head>
  205. <body>
  206. <div id="wrapper">
  207. <div id="coffee_header">
  208. <!-- 匯入共同使用的 header.html 內容 -->
  209. {% include 'header.html' %}
  210. </div>
  211. <table border="1" style="margin: auto; font-size:18px; border:2px #cccccc solid;" width=700px cellpadding="8">
  212. <tr>
  213. <td>
  214. 真空吸料機 狀態
  215. </td>
  216. <td>
  217. {% if input_vacuum == 1 %}
  218. <span style="color:#008CBA; font-size:18px;"><strong>ON</strong></span>
  219. {% elif input_vacuum == 0 %}
  220. <span style="color:#acacac; font-size:18px;"><strong>OFF</strong></span>
  221. {% else %}
  222. <span style="color: #fc7373;; font-size:18px;">ERROR</span>
  223. {% endif %}
  224. </td>
  225. </tr>
  226. <tr>
  227. <td>開啟 真空吸料機</td>
  228. <td><input type="button" value="ON" onclick="inputVacuum_ON()"></td>
  229. </tr>
  230. <tr>
  231. <td>關閉 真空吸料機</td>
  232. <td><input type="button" value="OFF" onclick="inputVacuum_OFF()"></td>
  233. </tr>
  234. </table>
  235. <br>
  236. <table border="1" style="margin: auto; font-size:18px; border:2px #cccccc solid;" width=700px cellpadding="8">
  237. <tr>
  238. <td colspan="4">
  239. [入料儲豆槽] 生豆高度:<span id="UltraSonic_t_status">{{UltraSonic}}</span> 公分<br>
  240. </td>
  241. </tr>
  242. <tr>
  243. <!--
  244. <td rowspan="2">
  245. 排程控制
  246. </td>
  247. -->
  248. <td>
  249. 指定高度入料
  250. </td>
  251. <td>
  252. 儲豆槽內生豆入料高度&nbsp;
  253. <input name="testing_BeanIn_Height" type="text" value="0" style="width: 40px;">&nbsp;公分<br>
  254. 吸料時間&nbsp;
  255. <input name="testing_in_vacuum_in" type="text" value="1" style="width: 40px;">&nbsp;秒<br>
  256. 放料時間&nbsp;
  257. <input name="testing_in_vacuum_out" type="text" value="10" style="width: 40px;">&nbsp;秒<br>
  258. <span id="testing_in_vacuum_loop" style="color: #f00;"></span>
  259. </td>
  260. <td>
  261. <button type="submit" class="btn btn-primary" onclick="BeanInput()">指定高度入料</button>
  262. <script>
  263. var BeanIn_Process = 0;
  264. var BeanIn_interval;
  265. function BeanInput() {
  266. // clearInterval(WebUpdate_set);
  267. var testing_BeanIn_Height = $("input[name=testing_BeanIn_Height]").val();
  268. var testing_in_vacuum_in = $("input[name=testing_in_vacuum_in]").val();
  269. var testing_in_vacuum_out = $("input[name=testing_in_vacuum_out]").val();
  270. if (testing_BeanIn_Height != 0) {
  271. console.log('以指定高度 ' + testing_BeanIn_Height + ' 入豆')
  272. var BeanIn_interval = setInterval(BeanInHeight, 5000);
  273. function BeanInHeight(){
  274. if (BeanIn_Process == 1) {
  275. return;
  276. }
  277. BeanIn_Process == 1;
  278. $.ajax({
  279. async:false,
  280. type:"GET",
  281. url:"/dry_input_UltraSonic_" + tank_num,
  282. dataType:"json",
  283. success:function(response){
  284. var present_Bean_height = response.UltraSonic
  285. $('#UltraSonic_t_status').text(present_Bean_height)
  286. console.log('目前生豆高度: ' + present_Bean_height)
  287. if ( parseInt(present_Bean_height) < parseInt(testing_BeanIn_Height) ) {
  288. if (testing_in_vacuum_in == 1) {
  289. step = (parseInt(testing_BeanIn_Height) - parseInt(present_Bean_height)) * 871.2 / 100
  290. } else if (testing_in_vacuum_in > 1) {
  291. step = (parseInt(testing_BeanIn_Height) - parseInt(present_Bean_height)) * 871.2 / (220 * testing_in_vacuum_in)
  292. } else {
  293. step = '請輸入 1 以上的正整數'
  294. }
  295. if (( 2 < testing_in_vacuum_in && testing_in_vacuum_in <= 3 && step < 1 ) ||
  296. ( 3 < testing_in_vacuum_in && testing_in_vacuum_in <= 7 && step < 2 ) ||
  297. ( 7 < testing_in_vacuum_in && testing_in_vacuum_in <=10 && step < 3 )) {
  298. $('#testing_in_vacuum_loop').text('改以小量吸料時間入料')
  299. // break 適用在 for、while 的迴圈中, 若不是迴圈則使用 return
  300. // return
  301. // aaa tankVacuum_ON()
  302. console.log('tankVacuum_ON')
  303. var time = new Date();
  304. while ((new Date() - time) < 2 * 1000) { };
  305. // aaa tankVacuum_OFF()
  306. console.log('tankVacuum_OFF')
  307. var time = new Date();
  308. while ((new Date() - time) < 2 * 1000) { };
  309. $('#testing_in_vacuum_loop').text('改以小量吸料時間入料')
  310. } else {
  311. $('#testing_in_vacuum_loop').text('預估循環 ' + Math.ceil(step) + ' 次完成入料')
  312. // aaa inputVacuum_ON()
  313. console.log('inputVacuum_ON')
  314. var time = new Date();
  315. while ((new Date() - time) < testing_in_vacuum_in * 1000) { };
  316. // aaa inputVacuum_OFF()
  317. console.log('inputVacuum_OFF')
  318. var time = new Date();
  319. while ((new Date() - time) < testing_in_vacuum_out * 1000) { };
  320. }
  321. } else {
  322. clearInterval(BeanIn_interval)
  323. console.log('生豆已達指定高度!')
  324. $('#testing_in_vacuum_loop').text('入料完成')
  325. }
  326. BeanIn_Process == 0;
  327. },
  328. error:function(thrownError){
  329. console.log('Error: ' + thrownError)
  330. BeanIn_Process = 0;
  331. }
  332. })
  333. };
  334. } else if (testing_BeanIn_Height == 0) {
  335. console.log('請輸入大於 0 的數值')
  336. }
  337. // WebUpdate_set = setInterval(function(){WebUpdate(dtn)} , 10 * 1000);
  338. }
  339. </script>
  340. </td>
  341. </tr>
  342. <tr>
  343. <td>循環入料</td>
  344. <td>
  345. 吸料時間 &nbsp;
  346. <input name="Testing_starttime" value="3" type="text" style="width: 40px;">&nbsp;秒<br>
  347. 放料時間 &nbsp;
  348. <input name="Testing_endtime" value="5" type="text" style="width: 40px;">&nbsp;秒<br>
  349. 循環
  350. <input name="Testing_loop" value="3" type="text" style="width: 40px;">&nbsp;次
  351. </td>
  352. <td>
  353. <button type="submit" class="btn btn-primary" onclick="inputVacuumTest()">循環入料</button><br>
  354. <script>
  355. function inputVacuumTest() {
  356. // clearInterval(WebUpdate_set);
  357. var Testing_starttime = $("input[name=Testing_starttime]").val();
  358. var Testing_endtime = $("input[name=Testing_endtime]").val();
  359. var Testing_loop = $("input[name=Testing_loop]").val();
  360. var step;
  361. for (step = 1; step <= Testing_loop; step++) {
  362. console.log('循環第 ' + step + ' 次');
  363. inputVacuum_ON()
  364. console.log('inputVacuum_ON')
  365. var time = new Date();
  366. while ((new Date() - time) < Testing_starttime * 1000) { }
  367. inputVacuum_OFF()
  368. console.log('inputVacuum_OFF')
  369. var time = new Date();
  370. while ((new Date() - time) < Testing_endtime * 1000) { }
  371. }
  372. // WebUpdate_set = setInterval(function(){WebUpdate(dtn)} , 10 * 1000);
  373. }
  374. </script>
  375. </td>
  376. </tr>
  377. </table>
  378. <br>
  379. <div style="text-align: center;">
  380. 狀態更新時間(秒):
  381. <input name="webupdate_time" type="text" value="5" style="width: 40px;">
  382. <input type="button" value="設定更新時間" onclick="changeUpdate()">
  383. </div>
  384. <script language="JavaScript">
  385. function changeUpdate() {
  386. // clearInterval(WebUpdate_set);
  387. var webupdate_time = $("input[name=webupdate_time]").val()
  388. console.log('webupdate_time' + webupdate_time)
  389. WebUpdate_set = setInterval(function(){WebUpdate(dtn)} , webupdate_time * 1000);
  390. }
  391. // jQuery 更新感測器制動器狀態
  392. function WebUpdate(dtn) {
  393. $.get('/loading/DI' + dtn, '', function (res) {
  394. if (res.input_vacuum == 0) {
  395. $("#cmn-toggle-02").prop('checked', false);
  396. } else if (res.input_vacuum == 1) {
  397. $("#cmn-toggle-02").prop('checked', true);
  398. }
  399. }, 'json');
  400. }
  401. </script>
  402. <br>
  403. <!--
  404. <footer class="footer">
  405. <div style="text-align: center; margin-top: 10px; font-size: 13px; margin-bottom: 10px;">
  406. Copyright © 2021 Gold-in Tech. All Rights Reserved. 金子進科技股份有限公司 版權所有
  407. <a href="mailto:service.gitc@gmail.com" target="_blank">service.gitc@gmail.com</a>
  408. </div>
  409. </footer>
  410. -->
  411. <div id="coffee_footer">
  412. <!-- 匯入共同使用的 footer.html 內容 -->
  413. {% include 'footer.html' %}
  414. </div>
  415. </div>
  416. </body>
  417. </html>