Difference between revisions of "Electronics Printer"
From Unofficial Stationeers Wiki
F1r3w4rr10r (talk | contribs) (Add logic properties) |
F1r3w4rr10r (talk | contribs) m (Change Logic to Data Network) |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:1--> | <!--T:1--> | ||
− | [[Category:Machines]] | + | [[Category:Machines]][[Catergory:Data Network]] |
{{Itembox | {{Itembox | ||
| image = [[File:ItemKitElectronicsPrinter.png]] | | image = [[File:ItemKitElectronicsPrinter.png]] | ||
Line 17: | Line 17: | ||
| dectool = [[Hand Drill]] | | dectool = [[Hand Drill]] | ||
}} | }} | ||
− | |||
== Description == <!--T:2--> | == Description == <!--T:2--> | ||
Line 68: | Line 67: | ||
* [[Wall Light]] | * [[Wall Light]] | ||
− | == | + | == Data Network Properties == |
− | These are all | + | These are all [[:Category:Data Network|Data Network]] properties of this device. |
− | === | + | === Data Parameters === |
These are all parameters, that can be written to with a [[Kit_(Logic_I/O)#Logic_Writer|Logic Writer]] or a [[Kit_(Logic_I/O)#Batch_Writer|Batch Writer]]. The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them. | These are all parameters, that can be written to with a [[Kit_(Logic_I/O)#Logic_Writer|Logic Writer]] or a [[Kit_(Logic_I/O)#Batch_Writer|Batch Writer]]. The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them. | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 84: | Line 83: | ||
|} | |} | ||
− | === | + | === Data 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. | 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" | {| class="wikitable" |
Revision as of 07:07, 8 April 2018
Catergory:Data Network
Properties | |
---|---|
Stacks | No |
Recipe | |
Created With | Autolathe, Fabricator |
Cost | 20g Copper, 5g Gold, 20g Iron |
Construction | |
---|---|
Placed with | {{{placed_with_item}}} |
Placed on | {{{placed_on_grid}}} |
Contents
Description
The Electronics Printer creates a majority of the electronic items, such as batteries, Cartridges for Handheld Tablets, Circuitboards for Consoles, Motherboards for Computers, I/O Kits, Solar Panels and more.
Also, this is the only machine aside from the Fabricator that can create Cable Coil (Heavy).
Recipes
- Battery Cell (Large)
- Battery Cell (Small)
- Cable Coil
- Cable Coil (Heavy)
- Cartridge (Atmos Analyzer)
- Cartridge (Medical Analyzer)
- Cartridge (Network Analyzer)
- Cartridge (Tracker)
- Cartridge (eReader)
- Circuitboard (Air Control)
- Circuitboard (Airlock Control)
- Circuitboard (Door Control)
- Circuitboard (Gas Display)
- Circuitboard (Mode Control)
- Circuitboard (Power Control)
- Circuitboard (Ship Display)
- Circuitboard (Solar Control)
- Construction Kit (Cable Fuses)
- Construction Kit (Consoles)
- Construction Kit (Sensors)
- Data Disk
- Flashing Light
- Handheld Tablet
- Kit (Battery)
- Kit (Computer)
- Kit (Fabricator)
- Kit (Logic I/O)
- Kit (Logic Memory)
- Kit (Logic Processor)
- Kit (Logic Switch)
- Kit (Solar Panel)
- Kit (Solid Generator)
- Kit (Transformer Small)
- Kit (Transformer)
- Motherboard (Logic)
- Motherboard (Manufacturing)
- Motherboard (Sorter)
- Power Controller
- Wall Light
Data Network Properties
These are all Data Network properties of this device.
Data Parameters
These are all parameters, that can be written to with a Logic Writer or a Batch Writer. The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.
Parameter Name | Data Type | Description |
---|---|---|
Open | Boolean | Opens the Electronics Printer, when set to 1. Closes it, when set to 0. |
Activate | Boolean | Activates the Electronics Printer, when set to 1. Deactivates the it, when set to 0. Note: This can cause a minor bug to occur. (See #Bugs) |
On | Boolean | Turns the Electronics Printer on, when set to 1. Turns it off, when set to 0. |
Data 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 |
---|---|---|
Power | Boolean | Returns whether the Electronics Printer is turned on and receives power. (0 for no, 1 for yes) |
Open | Boolean | Returns whether the Electronics Printer is open. (0 for no, 1 for yes) |
Error | Boolean | Returns whether the Electronics Printer is flashing an error. (0 for no, 1 for yes) |
Activate | Boolean | Returns whether the Electronics Printer is active. (0 for no, 1 for yes) |
Reagents | Integer | Returns the total amount of all contents, in the Electronics Printer, in grams. |
On | Boolean | Returns whether the Electronics Printer is on. (0 for no, 1 for yes) |
ImportQuantity | (Unknown) | (Unknown) |
ImportSlotOccupant | Boolean | Returns whether there is something in the Electronics Printer import slot. (0 for no, 1 for yes) This outputs 1 only briefly, every time something is inserted in the Electronics Printer. |
ExportQuantity | Integer | Returns how many items are in the export slot. This will usually only briefly turn 1, shortly before dropping something out of the export slot. |
ExportSlotOccupant | Boolean | Returns whether there is something in the Electronics Printer export slot. (0 for no, 1 for yes) This will usually only briefly turn 1, shortly before dropping something out of the export slot. |
RequiredPower | Integer | Returns the current amount of power, required by the Electronics Printer, in Watts. Note: This will not update when active (See #Bugs). |
Bugs
- Setting the "Activate" parameter to 1, can cause the Electronics Printer to activate, even when it is empty. Nothing is dropped from the output, once the production is finished in this case and the Electronics Printer will stop after one production run.
- The "RequiredPower" output only ever outputs 5, when the Electronics Printer is turned on, 0 otherwise. It does not take into account the raised power required when active. (Still present in version 0.1.1234.6112)