-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuser-guide_estop.html
More file actions
80 lines (64 loc) · 3.36 KB
/
user-guide_estop.html
File metadata and controls
80 lines (64 loc) · 3.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Page title -->
<title>User Guide: Emergency Stop (E-Stop)</title>
<!-- Bootstrap core CSS: Material design -->
<link rel="stylesheet" href="vendor/material/css/material-icons.css">
<link rel="stylesheet" href="vendor/material/css/bootstrap-material-design.min.css">
<!-- highlight.js -->
<link rel="stylesheet" href="vendor/highlight/default.min.css">
<script src="vendor/highlight/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<!-- Custom styles -->
<link rel="stylesheet" href="css/custom.css">
<!-- Custom JS scripts -->
<script type="text/javascript" src="js/custom.js"></script>
</head>
<body>
<!-- Content wrapper -->
<div id="wrapper" class="row">
<!-- Sidebar -->
<div id="sidebar-wrapper" class="bg-dark" w3-include-html="toc.html"></div>
<!-- Page Content -->
<div id="page-content-wrapper">
<div class="container-fluid">
<h1>User Guide: Emergency Stop (E-Stop)</h1><hr />
<div>
<h2>Wireless e-stop</h2>
<p>Interlock:<br>
<img src="asset/img/estop/relay.png"></p>
<p>Connect jumper pin 1 and 2.<br>
Relay: press one button is ON, press another button is OFF.</p>
</div>
<div>
<h2>Connection of wireless e-stop and e-stop</h2>
<p>Power line → buck (12V output) → (+(yellow) -(grey)) of wireless e-stop<br>
mbed signal (red) → e-stop (pink) → wireless e-stop → mbed signal (black)</p>
<p>The following circuit diagram is shown below.<br>
<img src="asset/img/estop/relay_c.png"></p>
</div>
<div>
<h2>Reference</h2>
<ul>
<li><a href="https://www.amazon.com/gp/product/B01CCSG2ZY/?keywords=12V%20Remote%20Control&tag=insma-website-20&linkId=b0e08b9ae0a8ab2ca6e018cfcd735b6b">Product page of the emergency stop on Amazon</a></li>
</ul>
</div>
</div>
</div> <!-- /#page-content-wrapper -->
</div> <!-- /#wrapper -->
<!-- call includeHTML() -->
<script type="text/javascript">includeHTML();</script>
<!-- Bootstrap core JavaScript ================================================== -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="vendor/jquery/jquery.min.js"></script>
<script type="text/javascript" src="vendor/popper/popper.min.js"></script>
<!-- Bootstrap core JS: Material design -->
<script type="text/javascript" src="vendor/material/js/bootstrap-material-design.min.js"></script>
</body>
</html>