Download & Install

You can verify your installation by running ICU with the following command:

python3 -m icu

This will run the system with the default configuration.


Options

To see all available command line options: python3 -m icu -help


Specifying a Configuration file

ICU uses a configuration file to allow users to modified many aspects of the system. The configuration file can be specified with the -c option.

python -m icu -c config.json

For details on configuring ICU see Configuration below.


Tasks

There are three main tasks for participants in the ICU system designed to test participants attention and task mangagment skills. The tasks are based on a subset of the original MATBII tasks with some slight variations. Each task is described in detail below.


Task: System Monitoring

Monitoring Warning Lights

Participants are tasked with keeping warning light (1) in the on state (green) by clicking when it turns off (grey). At the same time, the second warning light (2) should be kept off (grey) by clicking when it turns on (red). The warning lights will turn to their undesirable state according to a pre-specified schedule. If the user doesn’t click on the light, it will remain in this state. After the user clicks the light, it wont return to the undesirable state for a pre-specified length of time. Warning Lights are configurable.

Monitoring Scales

Participants are tasked with keeping the slider in the middle of the 4 sliders each scale (3). The slider will move up or down according to a pre-specified schedule. Clicking on the slider will reset it to the middle position as can be seen in the right most scale. Scales are configurable.


Task: Fuel Monitoring

Fuel Tanks

Participants are tasked with keeping the fuel level of the two main tanks (1) within a given range by interacting with the necessary pumps. The fuel in the main, and auxillary tanks (2) will deplete over time. Two of the tanks (3) contain unlimited fuel and can always be used to refill the others. The acceptable fuel range is indicated by the light blue box at each main tank. The main fuel tank values will turn red when the fuel level is out of the acceptable range. Fuel tanks are configurable.

Pumps

The eight pumps (4) are used to move fuel between their associated tanks. With the aim of keeping the main tank fuel levels within the acceptable range, participants should attempt to transfer fuel from the infinite tanks to the main tanks. Clicking on a pump will toggle on/off (green/grey). Pumps periodically fail (red), become unusable and stop pumping fuel, after a set period they will be repaired and become useable again starting in the off state. Pumps are configurable.


Task: Tracking

Participants are tasked with keeping the target (1) in the central box (2) using the keyboard or joy stick. The target will slowly drift away from the central box over time.

The target is configurable.