Actions

Difference between revisions of "Autolathe"

From Unofficial Stationeers Wiki

(Deleted doubled information)
(migrated data to subpage)
Line 39: Line 39:
 
   
 
   
 
<div style="width:auto; overflow:auto; border-radius:10px; background-color:white;"><p style="margin:5px 0px 5px 10px;"><i>"The foundation of most [[Stationeers_(Faction)|Stationeer]] fabrication systems, the [[ExMin_(Faction)|ExMin]] autolathe is a multi-axis molecular compositional system. Its complexity demands considerable time to assemble, but it remains an indispensable creation tool. Upgrade the device using a [[Mod_Kit#Autolathe_Printer_Mod|Autolathe Printer Mod]] for additional recipes and faster processing speeds."</i><br><b>- Stationpedia</b></p></div>
 
<div style="width:auto; overflow:auto; border-radius:10px; background-color:white;"><p style="margin:5px 0px 5px 10px;"><i>"The foundation of most [[Stationeers_(Faction)|Stationeer]] fabrication systems, the [[ExMin_(Faction)|ExMin]] autolathe is a multi-axis molecular compositional system. Its complexity demands considerable time to assemble, but it remains an indispensable creation tool. Upgrade the device using a [[Mod_Kit#Autolathe_Printer_Mod|Autolathe Printer Mod]] for additional recipes and faster processing speeds."</i><br><b>- Stationpedia</b></p></div>
 
<div class="toccolours mw-collapsible mw-collapsed" style="width:auto; overflow:auto;">
 
{{Data Network Header}}
 
Expand to see the properties.
 
<div class="mw-collapsible-content">
 
 
{{Data Parameters}}
 
{| class="wikitable"
 
|-
 
! 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 '''Note''': This can cause a minor bug to occur. (See [[#Bugs|Bugs]]). '''Does not''' deactivates the Autolathe, when set to 0, you have to set On to 0 instead.
 
|-
 
| On || Boolean || Turns the Autolathe on, when set to 1. Turns it off, when set to 0.
 
|-
 
| ClearMemory || Boolean trigger || Writing on this Parameter will reset the ExportCount and ImportCount values to zero.
 
|-
 
| [[RecipeHash]] || Integer || Set machine to recipe <small>Number is calculated using hash on prefabname</small>
 
|-
 
| Lock || Boolean || Does nothing.
 
|}
 
 
{{Data Outputs}}
 
{| class="wikitable"
 
|-
 
! 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|Bugs]]).
 
|-
 
| [[RecipeHash]] || Integer || Reads recipehash of selected recipe <small>Number is calculated using hash on prefabname</small>
 
|}
 
</div>
 
</div>
 
  
 
== Versions/Tiers ==
 
== Versions/Tiers ==

Revision as of 06:54, 30 December 2023

Other languages:
English • ‎español • ‎русский
Kit (Autolathe)
ItemKitAutolathe.png
Properties
Stacks No
Recipe
Created With Autolathe
Cost 20g Iron, 2g Gold, 10g Copper
Autolathe
StructureAutolathe BuildState4.png
Operation
Power Usage 100W + Recipe Usage
Construction
Placed with Kit (Autolathe)
Placed on Small Grid
Autolathe (Tier Two)
StructureAutolathe BuildState5.png
Operation
Power Usage 100W + Recipe Usage
Construction
Placed with Kit (Autolathe)
Placed on Small Grid


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/stop crafting. Magnifying glass button below the craft button opens a search interface for easier recipe selection.

The Autolathe can be upgraded to a Tier Two version by using its respective Mod Kit and a Welder on it.

Note: The machine will continue to craft until the button is pushed again, the entire machine is turned off, or in case it loses power.

If you want to craft only a single item unattended, start the craft and press any of the arrow buttons.

"The foundation of most Stationeer fabrication systems, the ExMin autolathe is a multi-axis molecular compositional system. Its complexity demands considerable time to assemble, but it remains an indispensable creation tool. Upgrade the device using a Autolathe Printer Mod for additional recipes and faster processing speeds."
- Stationpedia

Versions/Tiers

Click here to see/hide all the tiers

Recipes

Click here to see/hide all the recipes

Data Network Properties

Click here to see/hide all the data network properties

Build States

Click here to see/hide all the build states

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)