Delete the extra programs: Difference between revisions
No edit summary |
(Marked this version for translation) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<languages/> | |||
<translate> | |||
=== Introduction === <!--T:1--> | |||
<!--T:2--> | |||
Your program is difficult to find and run on the robot, if there is a lot of old and unused programs. You should name the programs rationally, and delete the old programs. | Your program is difficult to find and run on the robot, if there is a lot of old and unused programs. You should name the programs rationally, and delete the old programs. | ||
=== Robot === | === Robot === <!--T:3--> | ||
Every Mindstorms robot will work. | <!--T:4--> | ||
Every Mindstorms robot will work. Without robot it will not work. | |||
=== Sensors === | === Sensors === <!--T:5--> | ||
<!--T:6--> | |||
No sensors are used. | No sensors are used. | ||
=== Example Videos === | === Example Videos === <!--T:7--> | ||
=== Theory === | === Theory === <!--T:8--> | ||
<!--T:9--> | |||
The available memory of Mindstorms Ev3 is big, and thus it is very likely to lost your code somewhere---or to run a wrong code in an important event. Extra codes should be deleted. Also, a good naming convention should be used---and preferably version control. | |||
=== Example Code === <!--T:10--> | |||
<!--T:11--> | |||
The the ''Memory Browser'' from the ''Tools'' menu. | |||
<!--T:12--> | |||
[[File:MemoryBrowser.png|thumb|The memory browser.]] | |||
=== Exercises === <!--T:13--> | |||
<!--T:14--> | |||
* Delete all files from the robot. | |||
<!--T:15--> | |||
This course is supported by [https://meet-and-code.org/ Meet and Code]. The course is made in collaboration with [http://www.fllsuomi.org/ Robotiikka- ja tiedekasvatus ry]. | This course is supported by [https://meet-and-code.org/ Meet and Code]. The course is made in collaboration with [http://www.fllsuomi.org/ Robotiikka- ja tiedekasvatus ry]. | ||
[[File:MeetAndcodeLogo.png|thumb]] | [[File:MeetAndcodeLogo.png|thumb]] | ||
<!--T:16--> | |||
[[Meet and Code 2020 I: Ev3-G | Back to Meet and Code 2020 I: Ev3-G front page]] | [[Meet and Code 2020 I: Ev3-G | Back to Meet and Code 2020 I: Ev3-G front page]] | ||
</translate> |
Latest revision as of 18:37, 15 September 2020
<languages/> <translate>
Introduction
Your program is difficult to find and run on the robot, if there is a lot of old and unused programs. You should name the programs rationally, and delete the old programs.
Robot
Every Mindstorms robot will work. Without robot it will not work.
Sensors
No sensors are used.
Example Videos
Theory
The available memory of Mindstorms Ev3 is big, and thus it is very likely to lost your code somewhere---or to run a wrong code in an important event. Extra codes should be deleted. Also, a good naming convention should be used---and preferably version control.
Example Code
The the Memory Browser from the Tools menu.
Exercises
- Delete all files from the robot.
This course is supported by Meet and Code. The course is made in collaboration with Robotiikka- ja tiedekasvatus ry.
Back to Meet and Code 2020 I: Ev3-G front page
</translate>