Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning Lego Mindstorms EV3

You're reading from  Learning Lego Mindstorms EV3

Product type Book
Published in Jan 2015
Publisher
ISBN-13 9781783985029
Pages 284 pages
Edition 1st Edition
Languages
Author (1):
Gary Garber Gary Garber
Profile icon Gary Garber

Table of Contents (19) Chapters

Learning LEGO MINDSTORMS EV3
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Engineering Notebook Mechanical Design Drive Train and Chassis Sensors and Control Interacting with EV3 Output from EV3 Advanced Programming Advanced Programming and Control Experiment Software and Data Logging Other Programming Languages Communication between Robots Advanced Robot – Gyro Boy Index

Two-level or bang-bang controller


When we looked at the simplest of distance controllers, we simply used a Wait block to tell the robot to stop. However, as we are tracking a line, our conditions relative to the line are constantly changing as the line may move straight or curve. The simplest controller is called a two-level or bang-bang controller. If the sensor measures a reading greater than the setpoint, the robot will curve to the left. If the sensor measures a reading less than the setpoint, the robot will drive to the right.

When you execute the program in the following screenshot, you will notice that the robot will follow a zigzag type of motion along the line:

In the program itself, you may notice that we read the value of the setpoint from the Read File block. You can actually take data from an external source into the loop, and this is shown with the splice in the wire at the edge of the loop. Alternatively, you could store the information from the File block into a variable....

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}