On the Subject of Not Connection Check
Is this some kind of circuit visualisation I see before me?
- This module contains 4 number pairs placed on each side of 4 LEDs and a “Check” button.
- To disarm this module, you must follow these steps:
- Hold each LED to receive a looping Morse code transmission of a single character.
- The gaps in the transmission are the same colour as the LED when not selected.
- Apply the characters’ corresponding operations to the pair of digits at either side of their LEDs.
- Press the button labelled “Check” to change the state of the module, turning the LEDs red.
- Press the LEDs in the correct order given by the last digit of the serial number and the outputs of the operations.
- Hold each LED to receive a looping Morse code transmission of a single character.
- If the LEDs are pressed in the wrong order, the module will return to its initial state.
Character | Morse Code | Operation |
---|---|---|
+ | .-.-. | The last digit of the sum. |
- | -....- | The absolute difference. |
. | .-.-.- | The additive digital root of the product. |
: | ---... | The integer part of the larger digit divided by the smaller digit. |
/ | -..-. | The remainder of the larger digit divided by the smaller digit. |
_ | ..--.- | Bitwise XOR on the last three bits. |
= | -...- | Bitwise XNOR on the last three bits. |
, | --..-- | Index into the table on the right. The first digit is the row from bottom to top. The second digit is the column from left to right. |
1 | 5 | 7 | 4 | 2 | 3 | 6 | 8 |
---|---|---|---|---|---|---|---|
2 | 6 | 3 | 8 | 4 | 7 | 1 | 5 |
4 | 7 | 5 | 1 | 6 | 8 | 2 | 3 |
6 | 8 | 2 | 3 | 1 | 5 | 4 | 7 |
3 | 1 | 8 | 6 | 7 | 4 | 5 | 2 |
7 | 2 | 4 | 5 | 8 | 6 | 3 | 1 |
8 | 3 | 6 | 2 | 5 | 1 | 7 | 4 |
5 | 4 | 1 | 7 | 3 | 2 | 8 | 6 |