{"id":11649,"date":"2016-08-10T15:20:50","date_gmt":"2016-08-10T05:20:50","guid":{"rendered":"http:\/\/legoeng.local?p=11649&preview_id=11649"},"modified":"2017-09-07T16:07:59","modified_gmt":"2017-09-07T06:07:59","slug":"rookie-ev3-tip-motor-on-mode","status":"publish","type":"post","link":"http:\/\/legoeng.local\/rookie-ev3-tip-motor-on-mode\/","title":{"rendered":"Rookie EV3 tip: Motor “On” mode"},"content":{"rendered":"
One of the common misunderstandings when programming the EV3 is that if you turn the motor \u201cOn\u201d, the robot will just start moving. This mini-challenge is to make beginners aware of what the \u201cOn\u201d mode does on the EV3.<\/p>\n
Simply turning \u201cOn\u201d the motor does not result in the robot moving. The \u201cMotor On\u201d block is used to run the motor while you play the block that comes after it. The motor will run until the end of the program or a \u201cMotor Off\u201d block. In the code given to the students, there was no block after the \u201cMotor On\u201d. Therefore, the program ended immediately and robot did not move.<\/p>\n
To check comprehension, show students the next two pieces of code and ask them what the code does.<\/p>\n