Difference between revisions of "Timing Circuit"
From Unofficial Stationeers Wiki
m (added a link to the beacon that is referenced) |
|||
(One intermediate revision by one other user not shown) | |||
Line 5: | Line 5: | ||
= Usage: = | = Usage: = | ||
− | It could, for example, be set to cycle every 10 seconds, and another circuit could use this to turn on a beacon for 2 seconds every 10 seconds. | + | It could, for example, be set to cycle every 10 seconds, and another circuit could use this to turn on a [[Kit (Beacon)|beacon]] for 2 seconds every 10 seconds. |
= Schematic: = | = Schematic: = | ||
Line 13: | Line 13: | ||
= Limitation: = | = Limitation: = | ||
− | In this exact implementation, by using an "equal", if for "some reason" the value goes over the max value, it will never reset. | + | In this exact implementation, by using an "equal", if for "some reason" the value goes over the max value, it will never reset.<br> <!-- why not just use the "greater" setting? --> |
− | It takes 85W to run. | + | It takes 85W to run. <!-- This doesn't seem right -N --> |
Latest revision as of 22:19, 28 June 2022
Contents
Purpose:[edit]
This is the schematic/circuit to make a timer for other circuits.
Usage:[edit]
It could, for example, be set to cycle every 10 seconds, and another circuit could use this to turn on a beacon for 2 seconds every 10 seconds.
Schematic:[edit]
Limitation:[edit]
In this exact implementation, by using an "equal", if for "some reason" the value goes over the max value, it will never reset.
It takes 85W to run.