Add a gauge that allows numeric values to be ”translated” to redstone. This gauge should allow mapping of numeric signals to redstone signal strength ( using a min max design ). For example you could map the min to 20 and max to 35 , so any input below 20 would output no redstone and any input above 35 would output a maximum 15 signal strength. Any value between the min and the max will get mapped to the 1-14 signal strengths ( For example , a input of 26 would output a redstone signal strength of 6 ).
Add a gauge that allows numeric values to be ”translated” to redstone. This gauge should allow mapping of numeric signals to redstone signal strength ( using a min max design ). For example you could map the min to 20 and max to 35 , so any input below 20 would output no redstone and any input above 35 would output a maximum 15 signal strength. Any value between the min and the max will get mapped to the 1-14 signal strengths ( For example , a input of 26 would output a redstone signal strength of 6 ).