This seven segment display extracts a certain digit from a number, and displays it.
Usage:
-
aquire a continuous number signal, e.g. 3626, convert it to signal V
-
connect V to the input decider combinator ( V / number -> P )
-
set the number that is the devisor of V the digit you want to display. example, you want to display "2" (tens) from the number 3626 -> set the devisor number 10 -> ( V / 10 -> P ) display "3" (thousands) from the number 3626 -> set the devisor number 1000 -> ( V / 1000 -> P )
