Difference between revisions of "Autolathe"
From Unofficial Stationeers Wiki
(massive overhaul) |
|||
Line 7: | Line 7: | ||
| image = [[File:ItemKitAutolathe.png]] | | image = [[File:ItemKitAutolathe.png]] | ||
| createdwith = [[Autolathe]], [[Fabricator]] | | createdwith = [[Autolathe]], [[Fabricator]] | ||
− | | cost = 10g [[Copper]], 2g [[Gold]] | + | | cost = 20g [[Iron]], 10g [[Copper]], 2g [[Gold]] |
}} | }} | ||
{{Structurebox | {{Structurebox | ||
Line 42: | Line 42: | ||
|- | |- | ||
! scope="row" | '''[[Construction Kit (Walls)]]''' | ! scope="row" | '''[[Construction Kit (Walls)]]''' | ||
− | | {{Icon| | + | | {{Icon|steel ingot|1}} |
| {{Icon|walls|1}} | | {{Icon|walls|1}} | ||
|- | |- | ||
− | ! scope="row" | '''[[Floor Grating]]''' | + | ! scope="row" | '''[[Kit (Cladding))]]''' |
+ | | {{Icon|iron ingot|1}} | ||
+ | | {{Icon|cladding|1}} | ||
+ | |- | ||
+ | ! scope="row" | '''[[Floor Grating |Kit (Floor Grating)]]''' | ||
| {{Icon|iron ingot|2}} | | {{Icon|iron ingot|2}} | ||
| {{Icon|floor grating|1}} | | {{Icon|floor grating|1}} | ||
Line 66: | Line 70: | ||
|- | |- | ||
! scope="row" | '''[[Autolathe|Kit (Autolathe)]]''' | ! scope="row" | '''[[Autolathe|Kit (Autolathe)]]''' | ||
− | | {{Icon|copper ingot|10}} {{Icon|gold ingot|2}} | + | | {{Icon|iron ingot|20}} {{Icon|copper ingot|10}} {{Icon|gold ingot|2}} |
| {{Icon|autolathe|1}} | | {{Icon|autolathe|1}} | ||
|- | |- | ||
Line 74: | Line 78: | ||
|- | |- | ||
! scope="row" | '''[[Electronics Printer|Kit (Electronics Printer)]]''' | ! scope="row" | '''[[Electronics Printer|Kit (Electronics Printer)]]''' | ||
− | | {{Icon|iron ingot|20}} {{Icon|copper ingot| | + | | {{Icon|iron ingot|20}} {{Icon|copper ingot|10}} {{Icon|gold ingot|2}} |
| {{Icon|electronics printer|1}} | | {{Icon|electronics printer|1}} | ||
|- | |- | ||
Line 86: | Line 90: | ||
|- | |- | ||
! scope="row" | '''[[Iron Walls|Kit (Iron Wall)]]''' | ! scope="row" | '''[[Iron Walls|Kit (Iron Wall)]]''' | ||
− | | {{Icon|iron ingot| | + | | {{Icon|iron ingot|1}} |
| {{Icon|iron walls|1}} | | {{Icon|iron walls|1}} | ||
|- | |- | ||
Line 94: | Line 98: | ||
|- | |- | ||
! scope="row" | '''[[Sign|Kit (Sign)]]''' | ! scope="row" | '''[[Sign|Kit (Sign)]]''' | ||
− | | | + | | {{Icon|iron ingot|3}} |
| {{Icon|sign|1}} | | {{Icon|sign|1}} | ||
|- | |- | ||
! scope="row" | '''[[Stacker|Kit (Stacker)]]''' | ! scope="row" | '''[[Stacker|Kit (Stacker)]]''' | ||
− | | | + | | {{Icon|iron ingot|10}} {{Icon|copper ingot|2}} |
| {{Icon|stacker|1}} | | {{Icon|stacker|1}} | ||
|- | |- | ||
Line 108: | Line 112: | ||
| {{Icon|iron ingot|20}} {{Icon|copper ingot|10}} | | {{Icon|iron ingot|20}} {{Icon|copper ingot|10}} | ||
| {{Icon|tool manufactory|1}} | | {{Icon|tool manufactory|1}} | ||
+ | |- | ||
+ | ! scope="row" | '''[[Kit (Recycler)]]''' | ||
+ | | {{Icon|iron ingot|20}} {{Icon|copper ingot|10}} | ||
+ | | {{Icon|recycler|1}} | ||
+ | |- | ||
+ | ! scope="row" | '''[[Kit (Centrifuge)]]''' | ||
+ | | {{Icon|iron ingot|20}} {{Icon|copper ingot|5}} | ||
+ | | {{Icon|centrifuge|1}} | ||
+ | |- | ||
+ | ! scope="row" | '''[[Kit (Container Mount)]]''' | ||
+ | | {{Icon|iron ingot|10}} | ||
+ | | {{Icon|container mount|1}} | ||
+ | |- | ||
+ | ! scope="row" | '''[[Kit (Crate)]]''' | ||
+ | | {{Icon|iron ingot|10}} | ||
+ | | {{Icon|crate|1}} | ||
|- | |- | ||
! scope="row" | '''[[Steel Frames]]''' | ! scope="row" | '''[[Steel Frames]]''' | ||
− | | {{Icon|steel ingot| | + | | {{Icon|steel ingot|2}} |
| {{Icon|steel frames|1}} | | {{Icon|steel frames|1}} | ||
|- | |- | ||
! scope="row" | '''[[Steel Sheets]]''' | ! scope="row" | '''[[Steel Sheets]]''' | ||
− | | {{Icon|steel ingot| | + | | {{Icon|steel ingot|0.5}} |
| {{Icon|steel sheets|1}} | | {{Icon|steel sheets|1}} | ||
|- | |- |
Revision as of 07:57, 29 June 2018
Recipe | |
---|---|
Created With | Autolathe, Fabricator |
Cost | 20g Iron, 10g Copper, 2g Gold |
Construction | |
---|---|
Placed with | {{{placed_with_item}}} |
Placed on | {{{placed_on_grid}}} |
Contents
Description
Used to craft a variety of items. Takes ingots in the left and spits product out of the right. Power button toggles machine power state. Lever will eject materials inside if machine is powered. Arrow buttons select recipe, push the square button in between to craft.
Warning: Machine will continue to craft until button is pushed again, machine is turned off or loses power.
Recipes
Used 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 Autolathe, when set to 1. Closes the Autolathe, when set to 0. |
Activate | Boolean | Activates the Autolathe, when set to 1. Deactivates the Autolathe, when set to 0. Note: This can cause a minor bug to occur. (See Bugs) |
On | Boolean | Turns the Autolathe on, when set to 1. Turns it off, when set to 0. |
RecipeHash | Integer | Read recipehash of selected recipe Number is calculated using hash on prefabname |
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 Autolathe is turned on and receives power. (0 for no, 1 for yes) |
Open | Boolean | Returns whether the Autolathe is open. (0 for no, 1 for yes) |
Error | Boolean | Returns whether the Autolathe is flashing an error. (0 for no, 1 for yes) |
Activate | Boolean | Returns whether the Autolathe is active. (0 for no, 1 for yes) |
Reagents | Integer | Returns the total amount of all contents, in the Autolathe, in grams. |
On | Boolean | Returns whether the Autolathe is on. (0 for no, 1 for yes) |
ImportQuantity | (Unknown) | (Unknown) |
ImportSlotOccupant | Boolean | Returns whether there is something in the Autolathe import slot. (0 for no, 1 for yes) This outputs 1 only briefly, every time something is inserted in the Autolathe. |
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 Autolathe 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 Autolathe, in Watts. Note: This will not update when active (See Bugs). |
RecipeHash | Integer | Set machine to recipe Number is calculated using hash on prefabname |
Bugs
- Setting the "Activate" parameter to 1, can cause the Autolathe to activate, even when it is empty. Nothing is dropped from the output, once the production is finished in this case and the Autolathe will stop after one production run.
- The "RequiredPower" output only ever outputs 5, when the Autolathe 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)