Difference between revisions of "Timing Circuit"
From Unofficial Stationeers Wiki
(Creating page) |
|||
Line 1: | Line 1: | ||
− | Purpose: | + | = Purpose: = |
+ | |||
This is the schematic/circuit to make a timer for other circuits. | This is the schematic/circuit to make a timer for other circuits. | ||
− | 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 beacon for 2 seconds every 10 seconds. | ||
− | Schematic: | + | = Schematic: = |
+ | |||
[[File:Circuit timer.png|frameless|Circuit timer]] | [[File:Circuit timer.png|frameless|Circuit timer]] | ||
− | 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. |
Revision as of 21:42, 3 February 2018
Contents
Purpose:
This is the schematic/circuit to make a timer for other circuits.
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.
Schematic:
Limitation:
In this exact implementation, by using an "equal", if for "some reason" the value goes over the max value, it will never reset.