Space Exploration CME combinator

by Wiwiweb

A combinator that can let you react to upcoming CMEs with circuitry. Outputs the time and power of the next CME on a surface.

Tweaks
2 years ago
1.1
12.7K
Circuit network

g blueprint

2 years ago

can you add blueprint with Nixie Tubes, pls?

2 years ago

Use the pic with the nixie tubes in it as a reference to where the wires go and the math operations to use. Then follow this to figure out the numbers you need. For example the hours combinator would be " S / 3600 "

The modulo operation is the % symbol.

"In order to convert the Elapsed Time we have to use the modulo operation. To get the Hours we have to divide the number of seconds by 3600 (because there are 3600 seconds in an hour) To get the Minutes we have to divide the Elapsed Time by 60 first and then use the modulo operation with 60 as the divisor. Lastly, to get the seconds we only have to use the modulo operation with 60 as the divisor."

2 years ago

I'll try, but still don't understand combinators.

1 year, 6 months ago

Here's the blueprint. It requires the Nixie tubes mod for the display units. Everything else should already be configured.

0eNrdmt1u2jAYhm8lsrQz6LCdX07bSVOl7mSTejAhZMAtnvIn2+mGUC5gd7GT3diuZDbpSNbGEKeFMSRUkeDvdfJ8b2x/btZgFhc05yyVYLwGCyrmnOWSZSkYg09LJhz1Ic62kSOXRDpimX0V6it1OE0IS1l670iWUOcu485lxrOUxM4NEcJ594XOtdqF84HShXA+sG+MOrKYUeEk2WIToHUWTOQxWTlFyqS4AAPA5lkqwPjzGgh2r+T01clVTtVlPTAuC3VmAFKS6BNVi+ElKFVcuqDfwBiWA4vIm0Yksop814jEVpFXjUi3nAwATSWTjFY3vTlYTdMimVGubqeOLmZCkk2CBiDPBKtytQZKZhgifwBWYBygqNQX80QFbVVSnYahTkObCh5deJUOhm06uKMOiho6A6AyKnkWT2d0SR5YxnW7OePzgsmp+m2xDb5jXMhpZ5IjUIkrLtrFQwTdwA2x74b6dJITTqTuDfz6/hOUVdu0sqXQ8lD/ueeUpk30bKGwK+5/rlAfo3JStgFxW4AMSZwvSSuW8ChYSLqSS/Vk/k1n9IzJD92gEFR1FmdcEZG8oFaUTFi8rj4JdvvN76rj/+9+c7v5LbDzm3dmfvMMWMKuPnF3+y3qqoP/d7/53fwGR3aGQ2dmuMDEpZ6XCWdymVDJ5kPV/Yylm+53T4rYAKfWqvmIHoA+6hsXVGtMa0DYHylGWU45eVznvVWRWSHzws6UdlbDf1sNNnBujsMnJ5BaFKkOkFERm5JSL3P+3PS+lNQTsnqiDUm5Y7Gk3HJJ+r7yZqG5w56L0+rm23TQhlDnFLgmYLiHi/1/7GL/FTz8SPZFS8JnPvaf/r7bxU+nfGhKktsjSd7RkrQ16d5EvfkHgw3akwTfBN2zHkrcQw0lN6c0lBgnRL+HS/GJDSVvTmA6VAX8bstGpgwE1pZFh7Lsx1OyLByZiNVlg6DDeUL38MJwy8s9HC8/gmHUk9ltQwehwO+5t3XdxB4iiL3GVtfkZZOmIRVR340U/xzqDGQqbJFl/RWcGRfT/Ixg37r0LLhg05CGkB0XeGZcTOMLatu5HoqExPGefXBV7rQKulaCjdrfN04dr4H69mhb4kbU3guq8OCMl87QtHJDvjWx4FDEbk+JGDIOc4Hd0+ftfZxDO0F3r2BkJ4iPND5cH21L2TQ+4NEL6pRzHh+QkRi0JgYPRez6pIhV/7aYqHhJE9VB/UrDAMRkRtXVgNa3Epyr6rUD1e5BMdiwQ6F6FiJVNUVoFGJUlr8B+NM99A==

1 year, 6 months ago

Hi, THX for blueprint a00blerd.

New response