1 / 12

Data Hubs and Wires

Data Hubs and Wires. Begin by adding a basic Move block, 5 rotations 75% power. In the lower left corner of a Move block you can see a thin notched area where the cursor changes to a pull down icon. Click in this corner to open the Move Block’s data hub. Left Motor. Right Motor.

ewingj
Télécharger la présentation

Data Hubs and Wires

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Data Hubs and Wires

  2. Begin by adding a basic Move block, 5 rotations 75% power

  3. In the lower left corner of a Move block you can see a thin notched area where the cursor changes to a pull down icon. Click in this corner to open the Move Block’s data hub

  4. Left Motor Right Motor Other Motor Direction Steering Power Duration Next Action The data hub is like the manual override area for all the controls you have on the block. In the configuration panel you normally have power set to 75%. The data hub allows you to use a different data source to override the configuration panel setting

  5. From the data palette add a random block to the left of the move block The random block opens with its data hub already open.

  6. Use the random block to override the “Power” setting on the Motor block with a random number generated by the Random block. Click the plug on the left side of power, a wire will attach itself to that plug. Click on the right side of the number plug on the random block to complete the link between the two blocks

  7. ? When the program reaches the random block, it will generate a number between 0 and 100. That number (example 46) will come out the Number output plug on the Random block, travel over to the Power input plug on the Motor block, where it will override the typed in value for power (75). The move block will move using the randomly generated power.

  8. Download and try the program. Then try it again. The program generates a different random number each time, and uses that number as a power level of the motor for the robot’s movement.

  9. Set the minimum and maximum values on the random block. The random block will then choose a number between the two. Add a sound block to the end of your program so that when your robot finishes the 5 rotations it will announce Fantastic!

  10. Blocks with Data Hubs • Many blocks especially the yellow sensor and red orange data blocks come with their most frequently-used plugs already showing. • Remember clicking on the left corner opens additional data hubs.

  11. Place the random block and Motor block in a loop that changes the “Power” setting on the Motor block with a random number every 2 seconds of a 10 second long run.

  12. NASCAR INDY 500 Line your robots up on the NASCAR race course to see which robot will be the fastest. In this race it’s all random luck, not who the best driver/programmer is, or is it?

More Related