diff --git a/1-ProductIntroduction/1.4-AccessoriesTools/1.4.2-PumpCup/img/0.jpg b/1-ProductIntroduction/1.4-AccessoriesTools/1.4.2-PumpCup/img/0.jpg new file mode 100644 index 0000000..121687e Binary files /dev/null and b/1-ProductIntroduction/1.4-AccessoriesTools/1.4.2-PumpCup/img/0.jpg differ diff --git a/1-ProductIntroduction/1.4-AccessoriesTools/1.4.2-PumpCup/img/4.jpg b/1-ProductIntroduction/1.4-AccessoriesTools/1.4.2-PumpCup/img/4.jpg new file mode 100644 index 0000000..a0adfdd Binary files /dev/null and b/1-ProductIntroduction/1.4-AccessoriesTools/1.4.2-PumpCup/img/4.jpg differ diff --git a/1-ProductIntroduction/1.4-AccessoriesTools/1.4.2-PumpCup/img/5.png b/1-ProductIntroduction/1.4-AccessoriesTools/1.4.2-PumpCup/img/5.png new file mode 100644 index 0000000..472c28a Binary files /dev/null and b/1-ProductIntroduction/1.4-AccessoriesTools/1.4.2-PumpCup/img/5.png differ diff --git a/1-ProductIntroduction/1.4-AccessoriesTools/1.4.2-PumpCup/img/txt b/1-ProductIntroduction/1.4-AccessoriesTools/1.4.2-PumpCup/img/txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/1-ProductIntroduction/1.4-AccessoriesTools/1.4.2-PumpCup/img/txt @@ -0,0 +1 @@ + diff --git a/1-ProductIntroduction/1.4-AccessoriesTools/1.4.2-PumpCup/singel_pump_en.md b/1-ProductIntroduction/1.4-AccessoriesTools/1.4.2-PumpCup/singel_pump_en.md new file mode 100644 index 0000000..136c593 --- /dev/null +++ b/1-ProductIntroduction/1.4-AccessoriesTools/1.4.2-PumpCup/singel_pump_en.md @@ -0,0 +1,74 @@ +# Single-ended suction pump + +> **Compatible models:** myCobot 320, myCobot Pro 600, myCobot Pro 630 + +## Product images + + + +**Specifications** + +| Name | Single-ended suction pump | +| ------------ | --------------------------------------------- | +|Suction pump box size|150mmX150mmX108mm| +|Suction pump length|106mm| +|Suction cup diameter|25mm| +|Tube length|1m| +|Working voltage|24V| +|Rated current|1A| +|Own weight|2kg| +|Rated load |1kg | +|Flow rate|10-15L/min| +|Negative pressure|-85Kpa| +|Fixed mode |Screw fixed | +|Use environment requirements |Normal temperature and pressure +| Control interface | IO control | | +| Applicable equipment | myCobot 320, myCobot Pro 600, myCobot Pro 630 | + + +**Single-head suction pump**: Used for adsorbing objects + +**Introduction** + +- The suction cup suction pump is connected to the object to be adsorbed through the suction cup, pipe and other components, and the suction cup is vacuumed, causing the internal air pressure to change from normal pressure to negative pressure, and the pressure difference between the external atmospheric pressure and this negative pressure is used to achieve the purpose of adsorbing the object. + +**Working principle** + +- Start the vacuum equipment to suck, so that negative air pressure is generated in the suction cup, so that the object to be lifted is firmly sucked, and the object to be lifted can be transported. + +- When the object to be lifted is transported to the destination, the vacuum suction cup is steadily inflated, so that the negative air pressure in the vacuum suction cup changes to zero air pressure or slightly positive air pressure, and the vacuum suction cup is separated from the object to be lifted, thereby completing the task of lifting and transporting heavy objects. + +**Applicable objects** Applicable to flat objects + +## Hardware installation +First install the suction pump on the end of the robot +![](./img/4.jpg) + +Then connect the wire of the suction pump control box to the base IO of the robot +![](./img/5.png) + +## Python control + +**M5 version** +```python +from pymycobot import MyCobot,utils +import time +arm=MyCobot(utils.get_port_list()[0]) +for i in range(1): + arm.set_basic_output(1,0)#Turn on the suction pump + time.sleep(2) + arm.set_basic_output(1,1)#Turn off the suction pump + time.sleep(2) + +``` +**PI version** +```python +from pymycobot import MyCobot,PI_PORT,PI_BAUD +import time +arm=MyCobot(PI_PORT,PI_BAUD) +for i in range(1): + arm.set_basic_output(1,0)#Open the suction pump + time.sleep(2) + arm.set_basic_output(1,1)#Close the suction pump + time.sleep(2) +``` \ No newline at end of file diff --git a/README.md b/README.md index 7600052..ca5910a 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,16 @@ ### gitbook-en - M5 version: - https://docs.elephantrobotics.com/docs/mycobot-320-m5-en/ + https://docs.elephantrobotics.com/docs/mycobot-320-m5-en-test/ - Pi version: - https://docs.elephantrobotics.com/docs/mycobot-320-pi-en/ + https://docs.elephantrobotics.com/docs/mycobot-320-pi-en-test/ ### gitbook-cn - M5 version: - https://docs.elephantrobotics.com/docs/mycobot-320-m5-cn/ + https://docs.elephantrobotics.com/docs/mycobot-320-m5-cn-test/ - Pi version: - https://docs.elephantrobotics.com/docs/mycobot-320-pi-cn/ + https://docs.elephantrobotics.com/docs/mycobot-320-pi-cn-test/ ### Product Diagram diff --git a/SUMMARY_320_M5.md b/SUMMARY_320_M5.md index b75f829..64527ce 100644 --- a/SUMMARY_320_M5.md +++ b/SUMMARY_320_M5.md @@ -14,6 +14,7 @@ - [1.4.6 CameraModulePro](1-ProductIntroduction/1.4-AccessoriesTools/1.4.3-Camera/1-CameraModulePro.md) - [1.4.7 PenHolderPro](1-ProductIntroduction/1.4-AccessoriesTools/1.4.4-Other/1-PenHolderPro.md) - [1.4.8 PhoneHolderPro](1-ProductIntroduction/1.4-AccessoriesTools/1.4.4-Other/2-PhoneHolderPro.md) + - [1.4.9 Single-ended suction pump](1-ProductIntroduction/1.4-AccessoriesTools/1.4.2-PumpCup/singel_pump_en.md) - [2 Product Feature](2-ProductFeature/2.1_320_M5_product/README.md) diff --git a/SUMMARY_320_PI.md b/SUMMARY_320_PI.md index acffe55..f6adef5 100644 --- a/SUMMARY_320_PI.md +++ b/SUMMARY_320_PI.md @@ -13,6 +13,7 @@ - [1.4.6 CameraModulePro](1-ProductIntroduction/1.4-AccessoriesTools/1.4.3-Camera/1-CameraModulePro.md) - [1.4.7 PenHolderPro](1-ProductIntroduction/1.4-AccessoriesTools/1.4.4-Other/1-PenHolderPro.md) - [1.4.8 PhoneHolderPro](1-ProductIntroduction/1.4-AccessoriesTools/1.4.4-Other/2-PhoneHolderPro.md) + - [1.4.9 Single-ended suction pump](1-ProductIntroduction/1.4-AccessoriesTools/1.4.2-PumpCup/singel_pump_en.md) - [2 Product Feature](2-ProductFeature/2.2_320_PI_product/README.md) - [2.1 MachineSpecification](2-ProductFeature/2.2_320_PI_product/2.2.1-MachineSpecification.md)