Actions

Difference between revisions of "Circuits"

From Unofficial Stationeers Wiki

m (added logic switch)
Line 2: Line 2:
 
<translate>
 
<translate>
 
<!--T:1-->
 
<!--T:1-->
 +
Circuits are a key component of the game and are necessary for most automated systems.
 +
 +
Circuits operate by sending signals along networks of [[Cables|electrical cables]]. Cables can transmit both electrical power and data at the same time. Data networks should be attached to the data port of relevant machines. The cable networks work as a bus, with all objects on a network visible to each other. Objects with two data outputs, most notable of which is the [[Power_Controller|Area Power Controller]], generally form two discrete networks.
 +
 +
Circuits act on a half-second tick, which can be important for timer circuits and advanced applications.
 +
 
See:
 
See:
 
* [[Kit (Logic Processor)]]
 
* [[Kit (Logic Processor)]]

Revision as of 03:47, 18 April 2018

Other languages:
English

Circuits are a key component of the game and are necessary for most automated systems.

Circuits operate by sending signals along networks of electrical cables. Cables can transmit both electrical power and data at the same time. Data networks should be attached to the data port of relevant machines. The cable networks work as a bus, with all objects on a network visible to each other. Objects with two data outputs, most notable of which is the Area Power Controller, generally form two discrete networks.

Circuits act on a half-second tick, which can be important for timer circuits and advanced applications.

See: