Actions

Difference between revisions of "Fabricator"

From Unofficial Stationeers Wiki

(Add to Data Network category)
(9 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
<translate>
 
<translate>
 
<!--T:1-->
 
<!--T:1-->
[[Category:Machines]]
+
[[Category:Machines]][[Category:Data Network]]
 
{{Itembox
 
{{Itembox
 
  | name        = Kit (Fabricator)
 
  | name        = Kit (Fabricator)
  | image      = [[File:Fabricator_kit.jpg]]
+
  | image      = [[File:ItemKitFabricator.png]]
 
  | createdwith = [[Electronics Printer]], [[Fabricator]]
 
  | createdwith = [[Electronics Printer]], [[Fabricator]]
  | cost        = 20g [[Copper]], 5g [[Gold]]
+
  | cost        = 50g [[Iron]], 5g [[Gold]], 20g [[Copper]]
 
}}
 
}}
  
Line 56: Line 56:
 
* '''And many more!'''
 
* '''And many more!'''
 
</div>
 
</div>
 +
 +
'''UNABLE to create:'''
 +
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
 +
* [[Spray Paint | Any paints]] (use [[Tool Manufactory|Kit (Tool Manufactory)]])
 +
* [[Portable Tank]] (use [[Hydraulic Pipe Bender|Kit (Hydraulic Pipe Bender)]])
 +
* [[Portable Light]]
 +
* [[Portable Air Scrubber]] (use [[Hydraulic Pipe Bender|Kit (Hydraulic Pipe Bender)]])
 +
* [[Portable Air Conditioner]] (use [[Hydraulic Pipe Bender|Kit (Hydraulic Pipe Bender)]])
 +
* '''And some more!'''
 +
</div>
 +
 +
== Data Network Properties ==
 +
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.
 +
{| class="wikitable"
 +
|-
 +
! Parameter Name !! Data Type !! Description
 +
|-
 +
| Open || Boolean || Opens the Fabricator, when set to 1. Closes it, when set to 0.
 +
|-
 +
| Activate || Boolean || Activates the Fabricator, when set to 1. Deactivates it, when set to 0.
 +
|-
 +
| Lock || Boolean || Locks the Fabricator, when set to 1. Unlocks it, when set to 0.
 +
|-
 +
| On || Boolean || Turns the Fabricator on, when set to 1. Turns it off, when set to 0.
 +
|}
 +
 +
=== 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.
 +
{| class="wikitable"
 +
|-
 +
! Output Name !! Data Type !! Description
 +
|-
 +
| Power || Boolean || Returns whether the Fabricator is turned on and receives power. (0 for no, 1 for yes)
 +
|-
 +
| Open || Boolean || Returns whether the Fabricator is open. (0 for no, 1 for yes)
 +
|-
 +
| Error || Boolean || Returns whether the Fabricator is flashing an error. (0 for no, 1 for yes)
 +
|-
 +
| Activate || Boolean || Returns whether the Fabricator is active. (0 for no, 1 for yes)
 +
|-
 +
| Lock || Boolean || Returns whether the Fabricator is locked. (0 for no, 1 for yes)
 +
|-
 +
| Reagents || Float || The amount of reagent contents in the Fabricator in grams.
 +
|-
 +
| On || Boolean || Returns whether the Fabricator is turned on. (0 for no, 1 for yes)
 +
|-
 +
| ImportQuantity || (Unknown) || (Unknown)
 +
|-
 +
| ImportSlotOccupant || Boolean || Returns whether there is something in the import slot of the Fabricator. (0 for no, 1 for yes) (Only turns 1 briefly, when something is inserted in the Fabricator)
 +
|-
 +
| ExportQuantity || Integer || Returns the amount of items in the export slot of the Fabricator. The export slot also encompasses whatever is currently being fabricated in the Fabricator.
 +
|-
 +
| ExportSlotOccupant || Boolean || Returns whether the export slot of the Fabricator holds an item. The export slot also encompasses whatever is currently being fabricated in the Fabricator.
 +
|-
 +
| RequiredPower || Integer || The amount of power, currently needed by the Fabricator, in watts.
 +
|}
 +
 +
== Bugs ==
 +
* If the Fabricator is deconstructed while fabricating an item, the complete item will be left behind along with any other reagents in the Fabricator.
 +
* If the Fabricator is opened while fabricating an item (paused and unpaused), it will not drop any reagents it holds.
 
</translate>
 
</translate>

Revision as of 07:47, 21 April 2018

Other languages:
English • ‎русский
Kit (Fabricator)
ItemKitFabricator.png
Recipe
Created With Electronics Printer, Fabricator
Cost 50g Iron, 5g Gold, 20g Copper


Fabricator
Fabricator.jpg
Construction
Placed with {{{placed_with_item}}}
Placed on {{{placed_on_grid}}}

Description

The Fabricator is an advanced machine used to manufacture most of the craftable items in the game. It largely fills the role of the Autolathe, Electronics Printer, Hydraulic Pipe Bender and Tool Manufactory.

Usage

In order to use the fabricator, you will need to set up a Computer with a Motherboard (Manufacturing) and connect it to the fabricator's data port. You can then use the manufacturing interface in order to request manufacturing jobs from the fabricator. You can choose the quantity of each item you want to build and set up a queue of items to be manufactured. If the fabricator is unable to finish an item, it will idle until it is able to continue (materials are added or power is resumed).

Fabricator with computer hooked up
Fabricator with computer hooked up


Recipes

Used to create:

UNABLE to create:

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 Fabricator, when set to 1. Closes it, when set to 0.
Activate Boolean Activates the Fabricator, when set to 1. Deactivates it, when set to 0.
Lock Boolean Locks the Fabricator, when set to 1. Unlocks it, when set to 0.
On Boolean Turns the Fabricator 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 Fabricator is turned on and receives power. (0 for no, 1 for yes)
Open Boolean Returns whether the Fabricator is open. (0 for no, 1 for yes)
Error Boolean Returns whether the Fabricator is flashing an error. (0 for no, 1 for yes)
Activate Boolean Returns whether the Fabricator is active. (0 for no, 1 for yes)
Lock Boolean Returns whether the Fabricator is locked. (0 for no, 1 for yes)
Reagents Float The amount of reagent contents in the Fabricator in grams.
On Boolean Returns whether the Fabricator is turned on. (0 for no, 1 for yes)
ImportQuantity (Unknown) (Unknown)
ImportSlotOccupant Boolean Returns whether there is something in the import slot of the Fabricator. (0 for no, 1 for yes) (Only turns 1 briefly, when something is inserted in the Fabricator)
ExportQuantity Integer Returns the amount of items in the export slot of the Fabricator. The export slot also encompasses whatever is currently being fabricated in the Fabricator.
ExportSlotOccupant Boolean Returns whether the export slot of the Fabricator holds an item. The export slot also encompasses whatever is currently being fabricated in the Fabricator.
RequiredPower Integer The amount of power, currently needed by the Fabricator, in watts.

Bugs

  • If the Fabricator is deconstructed while fabricating an item, the complete item will be left behind along with any other reagents in the Fabricator.
  • If the Fabricator is opened while fabricating an item (paused and unpaused), it will not drop any reagents it holds.