7 Control Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

7.1.2

Define microprocessor

A

An integrated circuit that contains all the functions of a central processing unit of a computer. In a control system, the microprocessor processes input and controls the output.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

7.1.2

What are sensors

A

A sensor is a device which detects or measures a physical property and and converts this information into other signals that other devices can interpret.

Common types of sensors include: sound, motion, vibration, optical, pressure, temperature, proximity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

7.1.4

Explain the relationship between sensors and transducers

A

Sensors sense continuous physical qualities as analogue signals, and then transforms these analogue signals into discrete digital signals using an ADC (analogue-to-digital converter).

The process of sensing physical quantities and transforming them into digital signals requires a transducer. A transducer is a device that converts energy or physical quantities from one form to another.

Sensors are a type of transducer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

7.1.4

Explain the relationship between sensors and processors

A

Sensors sense continuous physical qualities as analogue signals, and then transforms these analogue signals into discrete digital signals using an ADC.

A processors receives the input, whether from input devices or sensors and processes it, outputting an electronic signal.

The electronic signal is then converted using a DAC so another device can perform the necessary behaviour.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

7.1.5

Describe the role of feedback in a control system

A

Feedback refers to when information about the result of the output is used as new input in the control system to determine its next output.

Feedback is used in closed loop systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

7.1.7

Define centrally controlled system

A

A centralised system has computing done at a central location. The computer itself may control all the peripherals directly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

7.1.7

Define distributed control system

A

In a distributed system, computer resources are distributed across various systems and each system is self-sustaining for the most part.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

7.1.7

Discuss the pros and cons of centralised control systems

A

The benefit is usually lower operational costs ( as each client needs minimal hardware), and greater security (as all data is centrally stored).

However, clients need to connect to the central system to perform any actions, making the connection a point of failure. If the single computer system or the connection fails, the whole system cannot function properly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

7.1.7

Discuss the pros and cons of distributed control systems

A

Distributed systems are easily scalable since self-sustained systems may be added or removed at any point without affecting the overall system. Moreover, the load is distributed among the system so if one system fails, the other systems still operate.

The downside is that distributed systems are more complex and usually harder to maintain than centralised systems.
It is also more expensive to have multiple controllers/sensors so each system can operate on its own.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

7.1.8

Define autonomous agents

A

Autonomous agents are entities which can perceive its environment and act upon it. Autonomous means that it can operate on behalf of an owner with minimal to no interference from the owner. These agents follow algorithms supplied by the owner to achieve some desired goal.

Examples of autonomous agents include: autonomous vacuum robots, web crawlers, computer viruses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

7.1.8

What are the features of autonomous agent behaviour

A
  • Autonomy: it can operate with minimal or no human intervention.
  • Reactive behaviour: it can react to its environment and act upon it.
  • Concurrency / sociality: Agents can communicate and act with other agents.
  • Persistence: The code describing an agent runs continuously like a process, and it not executed on demand.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly