Industrial control#

Problem#

https://upload.wikimedia.org/wikipedia/commons/f/fb/Astronaut_Charles_Conrad_-_Cockpit_-_Lunar_Landing_Training_Vehicle_-_Ellington_AFB_%28EAFB%29%2C_TX_%28S69-56058%29.jpg

Fig. 12 25 Oct. 1969 - Commander of the Apollo 12 lunar landing mission, sits in the cockpit of a Lunar Landing Training Vehicle (LLTV) during a lunar simulation flight at Ellington Air Force Base.
Public domain. By NASA Johnson Space Center. Source: Wikimedia Commons
#

Various control systems#

Mechanical โš™๏ธ#

https://upload.wikimedia.org/wikipedia/commons/6/62/Steam_engine_in_action_%28two-thirds_speed%29.gif

Fig. 13 Steam engine using a centrifugal governor
CC BY-SA 3.0. By Panther. Source: Wikimedia Commons
#

Electronic ๐Ÿ’ป#

https://upload.wikimedia.org/wikipedia/commons/d/d9/Arduino_ftdi_chip-1.jpg

Fig. 14 A chip on an Arduino board
Public domain. By DustyDingo. Source: Wikimedia Commons
#

Manual ๐Ÿคน๐Ÿผ#

https://upload.wikimedia.org/wikipedia/commons/6/61/Hands_on_wheel.jpg

Fig. 15 Human hands on a car steering wheel
CC BY 2.0. By Vernon Chan. Source: Wikimedia Commons
#

Table 1 Comparison of three control methods#

Type

Pro ๐Ÿ‘

Con ๐Ÿ‘Ž

Mechanical โš™๏ธ

simple, reliable

bulky, complex systems not feasible

Electronic ๐Ÿ’ป

flexibility through programmability (computers), small

complex, reliability

Manual ๐Ÿคน

very flexible, can cope with an unknown environment

costly, unreliable for repetitive tasks

Regardless of the method, we use typically electrical wires and electronics to connect all systems together.

Activity 2

As an engineer in the R&D department of the space agency you are designing the following subsystems of a lunar lander:

  1. a sensor for pointing the antenna to the world ๐Ÿ“ก

  2. subsystem for traveling from space to moonโ€™s proximity

  3. subsystem for landing on the moon ๐Ÿ›ฌ

For these scenarios:

  1. pick one control method

  2. explain with an example how electronics (and computers) can help in this scenario

Steps:

  1. 2 min Individual work

  2. 2 min Discuss with your partner

  3. 1 min Write down your result and keywords so that you can explain that later

  4. We will discuss one solution together

From now on we assume that we use a programmable electronic system to solve our problem.