On the Subject of Not Blue Arrows

I mean, you have a point.

On the module are 4 directional buttons, and a small screen in the middle.

If the buttons are not Blue, or the screen is not initially showing a 3-digit number, you’re looking at a different module.

To disarm the module, use the four buttons to manipulate the number in various ways to get the number to match the Target Number, and then tap the screen to submit. Submitting an incorrect number will generate a new Target Number.

Determining the Target Number

There are two lines on the screen – one at the top, and one at the bottom.

Use the chart below to convert them into a Hexadecimal digit.

The Target Number is equal to the value of the top line multiplied by 0x10*, plus the sum of the bottom line’s value and the product** of both lines.

* 0x10 is the Hexadecimal value 10 (16 in decimal)

**A product of two or more number is the result after they have all been multiplied together

The Buttons’ Functions
1s digit
of timer
UP
0Cut the number by half, decimal truncated
1Add 10 to the number
2Remove the rightmost digit of the number***
3Nothing
4Shift each digit up by 1, carries discarded
5Increment the number by the last digit of the Serial Number
6Subtract 100 from the number
7Set the two rightmost digits to 0
8Multiply the number by 0.85, decimal truncated
9Add 11 to the number
1s digit
of timer
DOWN
0Set the rightmost digit to 0
1Reverse the number
2Subtract 17 from the number
3Move the leftmost digit to the right***
4Double the number
5Add 27 to the number
6Nothing
7Subtract the top line’s value from the number
8Shift each digit down by 1, carries discarded
9Add 1 to the number
1s digit
of timer
LEFT
0Add 100 to the number
1Subtract 1 from the number
2Shift each digit down by 2, carries discarded
3Add the bottom line’s value to the number
4Multiply the number by 5
5Add 42 to the number
6Reverse the number
7Subtract 9 from the number
8Nothing
9Multiply the number by the last digit of the Serial Number
1s digit
of timer
RIGHT
0Decrement the number by the last digit of the Serial Number
1Nothing
2Add 6 to the number
3Double the number
4Add the top line’s value to the number
5Subtract 38 from the number
6Shift each digit up by 2, carries discarded
7Subtract the bottom line’s value from the number
8Subtract 10 from the number
9Move the rightmost digit to the left***

*** Will act as a “Nothing” command if there is currently only one digit on screen.