Actions

Editing Automated Hydroponics

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
{{deprecated|0.2.2620.12570}}
 
 
[[Category:Atmospherics]]
 
[[Category:Atmospherics]]
 
{{Itembox
 
{{Itembox
| name        = Kit (Automated Hydroponics)
 
 
  | image      = -
 
  | image      = -
  | stacks      = 5
+
| name        = Automated Hydroponics
 +
| createdwith = [[Electronics Printer]]
 +
| cost        = 20g [[Copper]]<br>10g [[Silicon]]<br>10g [[Steel]]<br>10g [[Solder]]<br>10g [[Electrum]]
 +
  | stacks      = Kit (Automated Hydroponics) x5
 
  }}
 
  }}
 
{{Structurebox
 
{{Structurebox
  | name            = Automated Hydroponics
+
  | name            =
  | image            = -
+
  | image            =
  | placed_with_item = [[Kit (Automated Hydroponics)]]
+
  | placed_with_item = Kit (Automated Hydroponics)
 
  | placed_on_grid  = Small Grid
 
  | placed_on_grid  = Small Grid
 
  | decon_with_tool1 = [[Hand Drill]]
 
  | decon_with_tool1 = [[Hand Drill]]
  | item_rec1        = [[Kit (Automated Hydroponics)]]
+
  | item_rec1        = Kit (Automated Hydroponics)
 
}}
 
}}
  
Note: The Automated Hydroponics was removed from the survival mode in patch 0.2.2620.12570. Available in [[Creative Mode]] only via the spawn menu ('/' key by default).
+
Automated Hydroponics is used to grow crops.
 +
* It has 3 control buttons. Plant (plant crop seed from Input Chute) , Clear / Harvest (delete crop / Harvest crop and place it to Output chute) , ON / OFF (this also often kill crop)
  
Automated Hydroponics is used to grow crops.
+
* It have only one growing slot.
* It has 3 control buttons:
 
** Plant (plant crop seed from Input Chute)
 
** Clear / Harvest (delete crop / Harvest crop and place it to Output chute)
 
** Power ON / OFF (this also often kill crop because of lack of growlight)
 
* It has only one growing slot.
 
 
* Takes up a 2x2 area.
 
* Takes up a 2x2 area.
* It includes a grow light, which can grow crops without sunlight, but requires 100 W of power.
+
* It includes a grow light which can grow crops without sunlight, but requires 100W of power.
 
* It is airtight.
 
* It is airtight.
* Temperature of the input atmosphere must be within the acceptable range for growing crops.
+
* Need to control temperature of atmosphere provided via pipe to grow crops.
 
 
== Connections ==
 
 
{| class=wikitable
 
{| class=wikitable
! !! Usage
+
! Connections
 
|-
 
|-
 
! Wire
 
! Wire
Line 36: Line 31:
 
|-
 
|-
 
! Pipe
 
! Pipe
| Liquid ([[Water]], <br>Atmosphere ([[Carbon Dioxide|CO2]])
+
| Liquid, <br>Atmosphere
 
|-
 
|-
 
! Chutes
 
! Chutes
 
| In, <br>Out
 
| In, <br>Out
 
|}
 
|}
 
{{Data Network Header}}
 
 
{{Data Parameters}}
 
{| class="wikitable"
 
|-
 
! Parameter Name !! Data Type !! Description
 
|-
 
| Lock || Boolean || Locks the device for player interaction when set to 1. Unlocks it, when set to 0.
 
|-
 
| Harvest || Boolean || Harvests the plant, clearing it's content. If a mature plant is inside, sends it to the export
 
|-
 
| ClearMemory || Boolean || reset ''ImportCount'' & ''ExportCount''
 
|-
 
| Setting || Integer || <!-- inherited from pipelogic probably flowrate -->
 
|-
 
| Plant || Boolean || Starts growing the plant from the import
 
|-
 
| Open || Boolean || non-functional inherited variable
 
|-
 
| On || Boolean || Turns the device on, when set >= 1. Turns it off, when set to <1.
 
|}
 
 
{{Data Outputs}}
 
{| class="wikitable"
 
|-
 
! Output Name !! Data Type !! Description
 
|-
 
| Maximum || Integer || Default: 100 <!-- inherited from pipelogic probably maximum internal pressure -->
 
|-
 
| Lock || Boolean || Reads if the device is locked.
 
|-
 
| ImportCount || Integer || Amount of items in the inlet chute
 
|-
 
| ExportCount || Integer || Amount of items in the outlet chute
 
|-
 
| Error || Boolean || Returns whether the device is flashing an error. (0 for no, 1 for yes).
 
|-
 
| Activate || Integer || 0 Is idle (Growth). 1 Planting a seed. 2 Harvesting the plant.
 
|-
 
| Temperature || Float || Internal atmosphere temperature
 
|-
 
| Setting || Integer || ?? <!-- inherited from pipelogic probably flowrate -->
 
|-
 
| RequiredPower || Integer || Returns the current amount of power, required by the device, in watts.
 
|-
 
| RatioWater || Float || Internal atmosphere while growing plants
 
|-
 
| RatioVolatiles || Float || Internal atmosphere while growing plants
 
|-
 
| RatioPollutant || Float || Internal atmosphere while growing plants
 
|-
 
| RatioOxygen || Float || Internal atmosphere while growing plants
 
|-
 
| RatioNitrousOxide || Float || Internal atmosphere while growing plants
 
|-
 
| RatioNitrogen || Float || Internal atmosphere while growing plants
 
|-
 
| RatioCarbonDioxide || Float || Internal atmosphere while growing plants
 
|-
 
| Ratio || Float || ?
 
|-
 
| Pressure || Float || Internal atmosphere pressure, as provided by the atmosphere pipe
 
|-
 
| PrefabHash || Integer || Return device [[ItemHash]] of itself
 
|-
 
| Power || Boolean || Returns whether the device is turned on and receives power. (0 for no, 1 for yes).
 
|-
 
| Open || Boolean || non-functional inherited variable
 
|-
 
| On || Boolean || Returns whether the device is turned on. (0 for no, 1 for yes)
 
|}
 
 
=== Data Slots ===
 
These are all parameters, that can be read with a [[Kit_(Logic_I/O)#Slot_Reader|Slot Reader]]. The outputs are listed in the order a Slots Reader's "VAR" setting cycles through them.
 
{| class="wikitable"
 
|-
 
! Number || Name !! Description
 
|-
 
| 0 || Plant(Slot1) || The pot, where the plant grows
 
|-
 
| 1 || Export || Export slot
 
|-
 
| 2 || Import || Import slot
 
|}
 
 
{| class="wikitable"
 
|-
 
! Name !! Data Type !! Description
 
|-
 
| MaxQuantity || Integer ||
 
|-
 
| Mature || Integer || 1 when the plant is ready to be harvested, 0 when Is growing, -1 when empty
 
|-
 
| Health || Integer || The plant takes damage when it does not like it's environment
 
|-
 
| Growth || Integer || Growthstage of plant ''max growthstage can differ per plant''
 
|-
 
| Efficiency || Integer || How good you are meeting the plants demands in percentages
 
|-
 
| Damage || Integer || Health status in percentages
 
|-
 
| Class || Integer || Item class ID
 
|-
 
| Quantity || Integer || Size of stack
 
|-
 
| PrefabHash || Integer || Returns [[ItemHash]] of item in slot
 
|-
 
| Occupied || Boolean || Returns whether the slot occupied
 
|-
 
| OccupantHash || Integer || Returns [[ItemHash]] of item in slot
 
|}
 
 
== See also ==
 
* [[Special:MyLanguage/Guide (Farming)|Guide (Farming)]]
 
* [[Special:MyLanguage/Harvie|Harvie]]
 

Please note that all contributions to Unofficial Stationeers Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Unofficial Stationeers Wiki:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)

This page is a member of 1 hidden category: