|
1
|
- Human-computer mis-communication
- Mode of operation is misunderstood
- Data entered or interpreted by human is appropriate for a mode different than the one the
computer is in.
|
|
2
|
- A simple example is the case of confusion over UNITS of measure.
- Here a thermometer display says “32”.
- Is this cold or hot? It depends on the units of measure.
|
|
3
|
- It is possible for the machine and the user to misunderstand each other.
- Here the operator understands the measurement to be in Fahrenheit but
the device presents the data in Celsius.
|
|
4
|
- Explicit labeling of the units can reduce the possibility of
misunderstanding.
- Here the labeling lets the user understand that the device is reporting
the temperature in a different system.
|
|
5
|
- Do we always need the units?
- Probably not. In many cases, the context shapes understanding.
- For example, a refrigerator is probably not 32 degrees C!
|
|
6
|
- The machine can misunderstand too.
- The operator enters data believing that the machine is in a particular
mode.
- If the machine is in another mode, the result is mode error.
|
|
7
|
- Mode error is very common:
- You intend to set the cooking time on a microwave oven but end up
setting the delay to start of cooking time instead.
- You intend to set your alarm clock to 6:00 AM but actually set it to
6:00 PM.
- You intend to use a brush tool in a drawing program but find yourself
using the erase tool instead.
|
|
8
|
- Yes, this is a common problem. There are many reports of mode errors
with these devices.
|
|
9
|
- Here is a portion of a case report from the FDA MAUDE database:
- ...a programming error involving the hourly rate of an I.V. Meperidine
infusion being set for 10 ml/hr instead of 10 mg/hr. The concentration
of the medication was 10 mg/ml.
- This is a MODE ERROR!
|
|
10
|
- No. Different units are a useful example but there are other types of
modes and mode errors. Computer users sometimes type an entry meant for
one program window into another window, for example.
|
|
11
|
- Infusion device manufacturers describe “modes” in their devices. Are
these the same as the modes of mode error?
- Those modes are a subset of the modes in the device.
|
|
12
|
- This is a small part of a diagram that maps the modes of a typical
infusion device. There are over 5000 distinct states and these reflect hundreds
of modes.
|
|
13
|
- Devices need to use as few modes as possible.
- Devices need to be designed to make their modes apparent to operators.
- Operators need to understand the variety of modes that are present in
devices.
- Dialogs between devices and users need to make the current mode
prominently visible.
|