Difference between revisions of "Cable Analyser"
From Unofficial Stationeers Wiki
m (Viperel moved page Cable Analyzer to Cable Analyser: misspell) |
F1r3w4rr10r (talk | contribs) (Add logic properties) |
||
Line 1: | Line 1: | ||
{{Itembox | {{Itembox | ||
− | | name = Cable | + | | name = Kit (Cable Analyzer) |
| image = [[File:ItemCableAnalyser.png]] | | image = [[File:ItemCableAnalyser.png]] | ||
| stacks = 5 | | stacks = 5 | ||
Line 6: | Line 6: | ||
| cost = 1g [[Iron]], 2g [[Copper]], 2g [[Silicon]] | | cost = 1g [[Iron]], 2g [[Copper]], 2g [[Silicon]] | ||
}} | }} | ||
− | + | {{structurebox | |
+ | | name = Cable Analyzer | ||
+ | | dectool = [[Drill]] | ||
+ | | placement = Small Grid | ||
+ | }} | ||
==Description== | ==Description== | ||
Mountable on a straight piece of power [[Cables]]. It displays power usage information and also has a data port. | Mountable on a straight piece of power [[Cables]]. It displays power usage information and also has a data port. | ||
+ | |||
+ | == Logic Properties == | ||
+ | These are all logic properties of this device. | ||
+ | |||
+ | === Logic Outputs === | ||
+ | These are all parameters, that can be read with a [[Kit_(Logic_I/O)#Logic_Reader|Logic Reader]]. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them. | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Output Name !! Data Type !! Description | ||
+ | |- | ||
+ | | PowerPotential || Integer || Returns the available amount of power in the network, in Watts. | ||
+ | |- | ||
+ | | PowerActual || Integer || Returns the currently drawn amount of power in the network, in Watts. | ||
+ | |- | ||
+ | | PowerRequired || Integer || Returns the the currently required amount of power in the network, in Watts. | ||
+ | |} |
Revision as of 08:02, 7 April 2018
Properties | |
---|---|
Stacks | Yes (5) |
Recipe | |
Created With | Electronics Printer |
Cost | 1g Iron, 2g Copper, 2g Silicon |
Construction | |
---|---|
Placed with | {{{placed_with_item}}} |
Placed on | {{{placed_on_grid}}} |
Description
Mountable on a straight piece of power Cables. It displays power usage information and also has a data port.
Logic Properties
These are all logic properties of this device.
Logic Outputs
These are all parameters, that can be read with a Logic Reader. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.
Output Name | Data Type | Description |
---|---|---|
PowerPotential | Integer | Returns the available amount of power in the network, in Watts. |
PowerActual | Integer | Returns the currently drawn amount of power in the network, in Watts. |
PowerRequired | Integer | Returns the the currently required amount of power in the network, in Watts. |