Files

115 lines
4.3 KiB
Markdown
Raw Permalink Normal View History

2020-03-19 21:06:45 +08:00
# OP90
2019-06-21 21:08:40 +08:00
<el-tag effect="plain">SKU:U057</el-tag>
2020-03-19 14:40:22 +08:00
2020-04-08 14:09:44 +08:00
<div class="product_pic"><img src="assets/img/product_pics/unit/op90/unit_op90_01.webp"><img src="assets/img/product_pics/unit/op90/unit_op90_02.webp"></div>
2019-06-21 21:08:40 +08:00
## Description
2020-12-14 11:44:36 +08:00
***OP.90*** and ***OP.180*** are two limit switches with different orientation placement. Built based on the ITR9606, which consist of an infrared emitting diode and a silicon phototransistor.
2019-06-21 21:08:40 +08:00
<br>
They are used for controlling machinery as part of a control system, as a safety interlock, or to count objects passing a point.A limit switch is an electromechanical device that consists of an actuator mechanically linked to a set of contacts. When an object comes into contact with the actuator, the device operates the contacts to make or break an electrical connection
<br>
2020-12-14 11:44:36 +08:00
The actuator of this Unit is consist of a pair of IR part, emitter side and receiver side(silicon phototransistor). The IR emitter will keep sending IR wave while the receiver will keep detecting the IR wave. The IR is directly emitted from one side to another side, so if there's no object in between, the receiver side would get the IR signal. This is how it detecting a break an electrical connection.
2019-06-21 21:08:40 +08:00
<br><br><br>
### Product Features
- Vertical Layout
2020-12-14 11:44:36 +08:00
- IR limit switch
2019-06-21 21:08:40 +08:00
- Fast response time
- High sensitivity
## Include
- 1x OP.90 unit
- 1x GROVE Cable
2020-02-12 16:55:19 +08:00
## Applications
2019-06-21 21:08:40 +08:00
- Door Switch
2020-12-14 11:44:36 +08:00
- Machinery Control
2019-06-21 21:08:40 +08:00
- Mouse Copier
- Switch Scanner
- Non-contact Switching
2020-05-29 16:36:24 +08:00
## Specification
<table>
<tr style="font-weight:bold">
<td>Resources</td>
<td>Parameter</td>
</tr>
<tr>
2020-11-18 19:00:45 +08:00
<td>Net weight</td>
2020-05-29 16:36:24 +08:00
<td>4g</td>
</tr>
<tr>
<td>Gross weight</td>
<td>18g</td>
</tr>
<tr>
<td>Product Size</td>
<td>32*24*14mm</td>
</tr>
<tr>
<td>Package Size</td>
<td>60*57*17mm</td>
</tr>
</table>
2019-06-21 21:08:40 +08:00
## Schematic
2020-04-08 14:09:44 +08:00
<img src="assets/img/product_pics/unit/op90/unit_op90_04.webp">
2019-06-21 21:08:40 +08:00
## EasyLoader
2020-04-21 16:10:54 +08:00
>EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification. Please install the corresponding driver according to the device type. M5Core host [Please click here to view the CP210X driver installation tutorial](en/arduino/arduino_development), M5StickC/V/T/ATOM series can be used without driver)
2019-06-21 21:08:40 +08:00
2020-04-21 16:10:54 +08:00
<div class="easyloader-box">
<div style="background-color:white;">
<div><img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/easyloader_intro.webp"></div>
<div class="easyloader-btn">
2020-04-21 16:13:19 +08:00
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/UNIT/For%20M5Core/EasyLoader_OP90.180_UNIT_With_M5Core.exe">Windows</a>
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/MacOS/UNIT/EasyLoader_OP90.180_UNIT_With_M5Core.dmg">MacOS</a>
2020-04-21 16:10:54 +08:00
<!-- <a>Linux</a>
<a>MacOS</a> -->
</div>
</div>
<div>
<video id="example_video" controls>
2020-04-21 16:13:19 +08:00
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/Unit/OP90_UNIT.MP4" type="video/mp4">
2020-04-21 16:10:54 +08:00
</video>
<div class="easyloader-mask">
<a>
<svg id="play-btn" t="1583228776634" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4152" width="75" height="75"><path d="M512 0C229.216 0 0 229.216 0 512s229.216 512 512 512 512-229.216 512-512S794.784 0 512 0z m0 928C282.24 928 96 741.76 96 512S282.24 96 512 96s416 186.24 416 416-186.24 416-416 416zM384 288l384 224-384 224z" p-id="4153" fill="#007aff"></path></svg></a>
<p>Description:</p>
<p>Output 1 when the sensor is blocked.</p>
</div>
</div>
</div>
2019-06-21 21:08:40 +08:00
## Example
2021-02-05 16:54:45 +08:00
### 1. Arduino
2019-06-21 21:08:40 +08:00
2021-02-05 16:54:45 +08:00
- [Click here to download the Arduino example](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/OP90.180_ITR9606)
2019-06-21 21:08:40 +08:00
2020-01-03 17:14:04 +08:00
### 2. UIFlow
2021-02-05 16:54:45 +08:00
- [Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/OP90.180/UIFlow)
2020-01-03 17:14:04 +08:00
2021-02-07 20:52:34 +08:00
<img src="assets/img/product_pics/unit/op90/op90.webp" width="80%" height="80%">
2020-01-03 17:14:04 +08:00
2020-12-14 11:44:36 +08:00
<el-divider content-position="right">Last updated: 2020-12-14</el-divider>
2020-02-11 18:00:45 +08:00
<script>
var purchase_link = 'https://m5stack.com/collections/m5-unit/products/90-infrared-refletive-unit-itr9606';
anchor_search(purchase_link);
scrollFunc();
2020-12-14 11:44:36 +08:00
</script>