Automated Systems
Automated Systems
Industrial applications
Weather (stations)
Chemical process in a laboratory
» transport
» agriculture
» weather
» gaming
» lighting
» science.
Robotics
What is robotics?
So what is a robot in the real world? Robotics is a branch of (computer) science
that brings together the design, construction and operation of robots. Robots can be
found in:
» factories
– welding parts together
– spray-painting panels on a car
– fitting windscreens to cars
– cutting out metal parts to a high precision
– bottling and labelling plants
– warehouses (automatic location of items)
Characteristics of a robot
1 Ability to sense their surroundings: – this is done via sensors (such as light, pressure,
temperature, acoustic, and so on)
2 Have a degree of movement:
3 Programmable l
Advantages
robots are capable of working in conditions that may be hazardous to humans
robots are less expensive in the long run (since there will be fewer salaries to pay)
robots are more productive than humans(higher productivity)
robots are better suited to boring, repetitive tasks than humans(therefore less likely
to make mistakes)
although not necessarily more accurate, robots are more consistent certain tasks
there will be less cost in heating and lighting (robots don’t need good light or
warmth)
Disadvantages
robots are expensive to buy and set up in the first place
robots can find it difficult to do ‘non-standard’ tasks (for example, windscreen being
fitted to a car is robots work 24/7 without the need to stop cracked)
robots can lead to higher unemployment amongst manual labour tasks.
there is a risk of deskilling when robots take over(for example, welding and paint
spraying).
factories can now be moved to anywhere in the world where operation costs are
lower (leading again to unemployment in some countries)
AI systems
Has two types:
» expert system – a computer system that mimics the decision-making ability of a
human; expert systems use AI to simulate the judgement and behaviour of a human or
organisation that has expert knowledge and experience.
» machine learning – this is the science of training computers with sample data so that
they can go on to make predictions about new unseen data, without the need to
specifically program them for the new data.
User interface
» method by which the expert system interacts with a user
» interaction can be through dialogue boxes, command prompts or other input methods.
» the questions being asked usually only have Yes/No answers and are based on the
responses to previous questions.
Inference engine
» this is the main processing element of the expert system
» the inference engine acts like a search engine examining the knowledge base for
information/data that matches the queries
» it is responsible for gathering information from the user by asking a series of questions
and applying responses where necessary; each question being asked is based on the
previous responses.
» the inference engine is the problem-solving part of the expert system that makes use
of inference rules in the rules base.
» since the knowledge base is a collection of objects and attributes, the inference
engine attempts to use information gathered from the user to find an object that
matches (making use of the rules base to find a match)
Knowledge base
» the knowledge base is a repository of facts
» it stores all the knowledge about an area of expertise obtained from a number of
expert resources.
Rules base
» the rules base is a set of inference rules
» inference rules are used by the inference engine to draw conclusions (the
methods used closely follow human reasoning)
» they follow logical thinking; usually involving a series