Skip to content

Commit a7b31af

Browse files
author
zhexing
committed
blockly mystudio 添加上下章链接
1 parent f2dc37b commit a7b31af

34 files changed

+144
-21
lines changed

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320m5/1-myBlocklyFirstUse.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Before downloading myBlockly, you need to configure the Python environment and u
1111

1212

1313

14-
14+
[← Previous Page](./README.md) | [Next Page →](./2-install_uninstall.md)

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320m5/10-Q&A.md

+2
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ A: This error will appear in the old version of myBlockly because the versions o
5757
A: This is not an error. All programs return the binary number 1 after running. It means everything has been successfully run.
5858

5959

60+
61+
[← Previous Page](./9-PumpUse.md) | [Next Page →](./11-api.md)

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320m5/11-api.md

+1
Original file line numberDiff line numberDiff line change
@@ -1050,3 +1050,4 @@
10501050

10511051

10521052

1053+
[← Previous Page](./10-Q%26A.md) | [Next Section →](../../5.2.2-mystudio/320m5/README.md)

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320m5/2-install_uninstall.md

+2
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,5 @@ If you want to update myblockly, please go to the [official website](https://www
145145

146146

147147

148+
149+
[← Previous Page](./1-myBlocklyFirstUse.md) | [Next Page →](./3-interface_description.md)

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320m5/3-interface_description.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ We use building blocks to implement such a small case: let the robotic arm retur
5353

5454
![](../../../../resources/5-BasicApplication/5.2.1/m5/img/power_on1.png)
5555

56-
5756

58-
57+
58+
5959

6060
![](../../../../resources/5-BasicApplication/5.2.1/m5/img/power_on2.png)
6161

62-
62+
6363

6464
Click to `Run` button
6565

@@ -69,7 +69,7 @@ We use building blocks to implement such a small case: let the robotic arm retur
6969

7070
If the `End of program` text appears in the popup, the program is finish.
7171

72-
Check whether the device is successfully powered on.
72+
Check whether the device is successfully powered on.
7373

7474
If the joint of the machine cannot be broken by hand, it is successfully powered on
7575

@@ -79,7 +79,7 @@ And please click the `X` button to close pop-up window
7979

8080
![](C:\Users\Administrator\Desktop\myCobot320-docs\5-BasicApplication\5.2-ApplicationUse\myblockly\320pi\img\power_on_finish.png)
8181

82-
82+
8383

8484

8585

@@ -214,4 +214,11 @@ Also click the blue box and click the "Load" option to import the saved program.
214214
<br/>
215215

216216

217-
>**The basic function demonstration is completed, you can check the other information in [here](https://download-elephantrobotics.oss-cn-shenzhen.aliyuncs.com/software/myblockly/README/myblockly%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E%E4%B9%A6-en.pdf)**
217+
>**The basic function demonstration is completed, you can check the other information in [here](https://download-elephantrobotics.oss-cn-shenzhen.aliyuncs.com/software/myblockly/README/myblockly%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E%E4%B9%A6-en.pdf)**
218+
219+
220+
221+
222+
223+
224+
[← Previous Page](./2-install_uninstall.md) | [Next Page →](./4-ControlRGB.md)

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320m5/4-ControlRGB.md

+6
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,9 @@ The graphics code is as follows:
4747
* What is implemented:
4848

4949
The color of the robotic arm RGB light panel is controlled to change sequentially from "blue-red-green", and the whole process is cycled seven times.次。
50+
51+
52+
53+
54+
55+
[← Previous Page](./3-interface_description.md) | [Next Page →](./5-ControlRoboticArmBackZero.md)

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320m5/5-ControlRoboticArmBackZero.md

+5
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,8 @@ How to use myBlockly to control the robot arm to return to the origin
4141

4242

4343
* Implementation content: Control the movement of the robotic arm to return to the origin, so that the angles of all axes of the robotic arm are 0
44+
45+
46+
47+
48+
[← Previous Page](./4-ControlRGB.md) | [Next Page →](./6-ControlSingleJoint.md)

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320m5/6-ControlSingleJoint.md

+4
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ How to use myBlockly to control the single joint movement of the robotic arm
5252
Control the 5 joints of the robotic arm to run at a speed of 50 to the position of joint 5 with an angle of 20. After one second,
5353

5454
Control the 6 joints of the robotic arm to run at a speed of 50 to the position of the 6 joint angle of 20
55+
56+
57+
58+
[← Previous Page](./5-ControlRoboticArmBackZero.md) | [Next Page →](./7-ControlSinglesJoint.md)

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320m5/7-ControlSinglesJoint.md

+4
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,7 @@ The graphics code is as follows:
4949
Simultaneously control the 1 joint, 2 joint, 3 joint, 4 joint, 5 joint, and 6 joint of the robotic arm to run at a speed of 50 to -30 degrees, -30 degrees, 30 degrees, -10 degrees, -10 degrees, and -30 degrees respectively. position, after three seconds,
5050

5151
Control all joints of the robotic arm to return to the origin
52+
53+
54+
55+
[← Previous Page](./6-ControlSingleJoint.md) | [Next Page →](./8-GripperUse.md)

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320m5/8-GripperUse.md

+4
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,7 @@ The graphics code is as follows:
8080
The jaws close at speed 70,
8181

8282
After the process of opening and closing the jaws is cycled 5 times, the program ends.
83+
84+
85+
86+
[← Previous Page](./7-ControlSinglesJoint.md) | [Next Page →](./9-PumpUse.md)

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320m5/9-PumpUse.md

+4
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,7 @@ The graphics code is as follows:
5050
* Implementation content:
5151

5252
The suction pump vibrates and starts working. The suction pump sucks up the object and puts it down after two seconds. After another two seconds, it repeats the previous action until the program ends.
53+
54+
55+
56+
[← Previous Page](./8-GripperUse.md) | [Next Page →](./10-Q%26A.md)

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320m5/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ The process of generating code into the text box is the process of the user drag
2222

2323
- macOS
2424

25-
- Linux arm64
25+
- Linux arm64
26+
27+
28+
[← Previous Section]() | [Next Page →](./1-myBlocklyFirstUse.md)

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320pi/1-myBlocklyFirstUse.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ Before downloading myBlockly, you need to configure the Python environment and u
1111

1212

1313

14+
[← Previous Page](./README.md) | [Next Page →](./2-install_uninstall.md)
15+

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320pi/10-Q&A.md

+3
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ A: This error will appear in the old version of myBlockly because the versions o
5757
A: This is not an error. All programs return the binary number 1 after running. It means everything has been successfully run.
5858

5959

60+
61+
62+
[← Previous Page](./9-PumpUse.md) | [Next Page →](./11-api.md)

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320pi/11-api.md

+1
Original file line numberDiff line numberDiff line change
@@ -1049,4 +1049,5 @@
10491049

10501050

10511051

1052+
[← Previous Page](./10-Q%26A.md) | | [Next Section →](../../5.2.2-mystudio/320pi/README.md)
10521053

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320pi/2-install_uninstall.md

+3
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,6 @@ If you want to update myblockly, please go to the [official website](https://www
151151

152152

153153

154+
155+
156+
[← Previous Page](./1-myBlocklyFirstUse.md) | [Next Page →](./3-interface_description.md)

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320pi/3-interface_description.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,11 @@ Also click the blue box and click the "Load" option to import the saved program.
194194
<br/>
195195

196196

197-
>**The basic function demonstration is completed, you can check the other information in [here](https://download-elephantrobotics.oss-cn-shenzhen.aliyuncs.com/software/myblockly/README/myblockly%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E%E4%B9%A6-en.pdf)**
197+
>**The basic function demonstration is completed, you can check the other information in [here](https://download-elephantrobotics.oss-cn-shenzhen.aliyuncs.com/software/myblockly/README/myblockly%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E%E4%B9%A6-en.pdf)**
198+
199+
200+
201+
202+
203+
204+
[← Previous Page](./2-install_uninstall.md) | [Next Page →](./4-ControlRGB.md)

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320pi/4-ControlRGB.md

+4
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@ The graphics code is as follows:
4747
* What is implemented:
4848

4949
The color of the robotic arm RGB light panel is controlled to change sequentially from "blue-red-green", and the whole process is cycled seven times.次。
50+
51+
52+
53+
[← Previous Page](./3-interface_description.md) | [Next Page →](./5-ControlRoboticArmBackZero.md)

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320pi/5-ControlRoboticArmBackZero.md

+4
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ How to use myBlockly to control the robot arm to return to the origin
4141

4242

4343
* Implementation content: Control the movement of the robotic arm to return to the origin, so that the angles of all axes of the robotic arm are 0
44+
45+
46+
47+
[← Previous Page](./4-ControlRGB.md) | [Next Page →](./6-ControlSingleJoint.md)

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320pi/6-ControlSingleJoint.md

+4
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ How to use myBlockly to control the single joint movement of the robotic arm
5252
Control the 5 joints of the robotic arm to run at a speed of 50 to the position of joint 5 with an angle of 20. After one second,
5353

5454
Control the 6 joints of the robotic arm to run at a speed of 50 to the position of the 6 joint angle of 20
55+
56+
57+
58+
[← Previous Page](./5-ControlRoboticArmBackZero.md) | [Next Page →](./7-ControlSinglesJoint.md)

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320pi/7-ControlSinglesJoint.md

+4
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ How to use myBlockly to control multiple joint movements of a robotic arm
4545
Simultaneously control the 1 joint, 2 joint, 3 joint, 4 joint, 5 joint, and 6 joint of the robotic arm to run at a speed of 50 to -30 degrees, -30 degrees, 30 degrees, -10 degrees, -10 degrees, and -30 degrees respectively. position, after three seconds,
4646

4747
Control all joints of the robotic arm to return to the origin
48+
49+
50+
51+
[← Previous Page](./6-ControlSingleJoint.md) | [Next Page →](./8-GripperUse.md)

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320pi/8-GripperUse.md

+5
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,8 @@ The graphics code is as follows:
8181
The jaws close at speed 70,
8282

8383
After the process of opening and closing the jaws is cycled 5 times, the program ends.
84+
85+
86+
87+
88+
[← Previous Page](./7-ControlSinglesJoint.md) | [Next Page →](./9-PumpUse.md)

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320pi/9-PumpUse.md

+5
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,8 @@ The graphics code is as follows:
4949
* Implementation content:
5050

5151
The suction pump vibrates and starts working. The suction pump sucks up the object and puts it down after two seconds. After another two seconds, it repeats the previous action until the program ends.
52+
53+
54+
55+
56+
[← Previous Page](./8-GripperUse.md) | [Next Page →](./10-Q%26A.md)

5-BasicApplication/5.2-ApplicationUse/5.2.1-myblockly/320pi/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ The process of generating code into the text box is the process of the user drag
2222

2323
- macOS
2424

25-
- Linux arm64
25+
- Linux arm64
26+
27+
28+
[← Previous Section]() | [Next Page →](./1-myBlocklyFirstUse.md)

5-BasicApplication/5.2-ApplicationUse/5.2.2-mystudio/320m5/1-setup.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,9 @@ myblockly has been uninstalled, click `Finish` to exit
161161

162162

163163

164-
![](../../../../resources/5-BasicApplication/5.2.2/m5/img/update.png)
164+
![](../../../../resources/5-BasicApplication/5.2.2/m5/img/update.png)
165+
166+
167+
168+
169+
[← Previous Page](./README.md) | [Next Page →](./2-install_driver.md)

5-BasicApplication/5.2-ApplicationUse/5.2.2-mystudio/320m5/2-install_driver.md

+3
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ For Mac OS, before installing make sure system "Preferences->Security & Privacy-
4646

4747
![CP210C](../../../../resources/5-BasicApplication/5.2.2/m5/img/4.1.1.3-CP210X.jpg)
4848

49+
50+
51+
[← Previous Page](./1-setup.md) | [Next Page →](./3-flash_firmwares.md)

5-BasicApplication/5.2-ApplicationUse/5.2.2-mystudio/320m5/3-flash_firmwares.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@ Step 2 :Select Robot `myCobot 320 for M5`,and click `LOGIN` button.
4444
Step 3: After logging in, click `Basic`
4545
<img src="../../../../resources/5-BasicApplication/5.2.2/m5/img/320/2.png" alt="atom" style="zoom: 67%;" />
4646

47-
Step 4: click `Download`
47+
Step 4: click `Download`
4848

4949
<img src="../../../../resources/5-BasicApplication/5.2.2/m5/img/320/3.png" style="zoom: 67%;" />
5050

5151

5252

53-
Step 5: click `Ok`
53+
Step 5: click `Ok`
5454

5555
<img src="../../../../resources/5-BasicApplication/5.2.2/m5/img/320/4.png" style="zoom:67%;" />
5656

5757

5858

59-
Step 5: click `Flash`
59+
Step 5: click `Flash`
6060

6161
<img src="../../../../resources/5-BasicApplication/5.2.2/m5/img/320/5.png" style="zoom:67%;" />
6262

@@ -109,3 +109,4 @@ Step 7: click `Flash` to burn.
109109
![](../../../../resources/5-BasicApplication/5.2.2/m5/img/320/8.png)
110110

111111

112+
[← Previous Page](./2-install_driver.md) | [Next Page →](./4-other_function.md)

5-BasicApplication/5.2-ApplicationUse/5.2.2-mystudio/320m5/4-other_function.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44

55
The basic function demonstration is completed, you can check the other information in [here](https://download-elephantrobotics.oss-cn-shenzhen.aliyuncs.com/software/mystudio/README/320/320-m5-myStudio%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E-en.pdf)
66

7+
8+
9+
[← Previous Page](./3-flash_firmwares.md)
10+

5-BasicApplication/5.2-ApplicationUse/5.2.2-mystudio/320m5/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@
2424

2525
- Linux arm64
2626

27-
27+
2828

2929
## 3 myStudio function
3030

3131
- Burn and update firmware
3232
- Provide robot usage tutorials, such as user manuals, video tutorials, Q&A, etc.
3333
- Information on maintenance and repairs
3434

35+
36+
[← Previous Section](../../5.2.1-myblockly/320m5/README.md) | [Next Page →](./1-setup.md)

5-BasicApplication/5.2-ApplicationUse/5.2.2-mystudio/320pi/1-setup.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,9 @@ myblockly has been uninstalled, click `Finish` to exit
183183

184184

185185

186-
![](../../../../resources/5-BasicApplication/5.2.2/pi/img/update.png)
186+
![](../../../../resources/5-BasicApplication/5.2.2/pi/img/update.png)
187+
188+
189+
190+
191+
[← Previous Page](./README.md) | [Next Page →](./2-install_driver.md)

5-BasicApplication/5.2-ApplicationUse/5.2.2-mystudio/320pi/2-install_driver.md

+5
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,8 @@ For Mac OS, before installing make sure system "Preferences->Security & Privacy-
5252

5353
![CP210C](../../../../resources/5-BasicApplication/5.2.2/pi/img/4.1.1.3-CP210X.jpg)
5454

55+
56+
57+
58+
[← Previous Page](./1-setup.md) | [Next Page →](./3-flash_firmwares.md)
59+

5-BasicApplication/5.2-ApplicationUse/5.2.2-mystudio/320pi/3-flash_firmwares.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,9 @@ Step 4: select picoMain ,after click `Download` and click `Flash` to burn.
5757

5858
<img src="../../../../resources/5-BasicApplication/5.2.2/pi/img/320/3.png" alt="atom" style="zoom:80%;" />
5959

60-
<img src="../../../../resources/5-BasicApplication/5.2.2/pi/img/320/4.png" alt="atom" style="zoom:80%;" />
60+
<img src="../../../../resources/5-BasicApplication/5.2.2/pi/img/320/4.png" alt="atom" style="zoom:80%;" />
61+
62+
63+
64+
65+
[← Previous Page](./2-install_driver.md) | [Next Page →](./4-other_function.md)

5-BasicApplication/5.2-ApplicationUse/5.2.2-mystudio/320pi/4-other_function.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44

55
The basic function demonstration is completed, you can check the other information in [here](https://download-elephantrobotics.oss-cn-shenzhen.aliyuncs.com/software/mystudio/README/320/320-pi-myStudio%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E-en%20.pdf)
66

7+
8+
[← Previous Page](./3-flash_firmwares.md)

5-BasicApplication/5.2-ApplicationUse/5.2.2-mystudio/320pi/README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,27 @@
1010

1111
- It is convenient for users to select different firmware and download it according to their own usage scenarios, while learning relevant teaching materials and browsing tutorial videos online.
1212

13-
13+
1414

1515
## 2 myStudio latest version and supported platforms
1616

1717
- Latest version: V3.5.7
1818

19-
- Available on:
19+
- Available on:
2020

2121
- Windows
2222
- Mac
2323
- Linux arm64
24-
25-
24+
25+
2626

2727
## 3 myStudio function
2828

2929
- Burn and update firmware
3030
- Provide robot usage tutorials, such as user manuals, video tutorials, Q&A, etc.
3131
- Information on maintenance and repairs
3232

33+
34+
35+
36+
[← Previous Section](../../5.2.1-myblockly/320pi/README.md) | [Next Page →](./1-setup.md)

0 commit comments

Comments
 (0)