Nixie Tubes


Adds nixie tubes, for displaying values from a connected circuit network.

13 days ago
0.13 - 1.1
54.3K

g How to make a percentage display?

4 years ago

Hi there, I'm new to Factorio logic, how would I need to wire my nixie tubes to tell me how full my oil storage tanks are? Can you walk me through the steps? Thanks!

4 years ago

tank -> arithmetic combinator that calculates "<oil> / 250" output as oil -> three digits worth of nixie tube

technically you are calculating "<oil> * 100 / 25000" where 25000 is the volume of the tank, but we can simplify that by precalculating the constant part. just in case you want to apply this to something else.

New response