Psychology Wiki
Register
Advertisement

Assessment | Biopsychology | Comparative | Cognitive | Developmental | Language | Individual differences | Personality | Philosophy | Social |
Methods | Statistics | Clinical | Educational | Industrial | Professional items | World psychology |

Other fields of psychology: AI · Computer · Consulting · Consumer · Engineering · Environmental · Forensic · Military · Sport · Transpersonal · Index


File:Linux kernel INPUT OUPUT evdev gem USB framebuffer.svg

A human-machine interface usually involves peripheral hardware for the INPUT and for the OUTPUT. Often there is an additional component implemented in software, like e.g. a graphical user interface.

File:Linux kernel ubiquity.svg

Different peripherals require different software implementations.

Human-machine interface is the part of the machine that handles the human-machine interaction in human–machine systems, particularly in human–computer interaction. Membrane Switches, Rubber Keypads and Touchscreens are examples of that part of the Human Machine Interface which we can see and touch.


Overview

In complex systems, the human-machine interface is typically computerized. The term Human-computer interface refers to this kind of systems.

The engineering of the human-machine interfaces is by considering ergonomics (Human Factors). The corresponding disciplines are Human Factors Engineering (HFE) and Usability Engineering (UE), which is part of Systems Engineering.

Tools used for incorporating the human factors in the interface design are developed based on knowledge of computer science, such as computer graphics, operating systems, programming languages. Nowadays, we use the expression Graphical User Interface for Human-Machine Interface on computers, as nearly all of them are now using graphics.

Primary methods used in the interface design include prototyping and simulation.

Interface design

Typical human-machine interface design consists of the following stages: interaction specification, interface software specification and prototyping:

  • Common practices for interaction specification include user-centered design, persona, activity-oriented design, scenario-based design, resiliency design.
  • Common practices for interface software specification include use cases, constrain enforcement by interaction protocols (intended to avoid use errors).
  • Common practices for prototyping are based on interactive design based on libraries of interface elements (controls, decoration, etc.).
Advertisement