Actions

Difference between revisions of "Hydroponics Tray"

From Unofficial Stationeers Wiki

m
(add Hydroponics device and data parameters)
Line 9: Line 9:
 
{{Structurebox
 
{{Structurebox
 
  | name            =
 
  | name            =
 +
| image            =
 +
| placed_with_item = [[Kit (Hydroponic Tray)]]
 +
| placed_on_grid  = Small Grid
 +
| decon_with_tool1 = [[Wrench]]
 +
| item_rec1        = [[Kit (Hydroponic Tray)]]
 +
}}
 +
{{Structurebox
 +
| name            = Hydroponics Device
 
  | image            =  
 
  | image            =  
 
  | placed_with_item = [[Kit (Hydroponic Tray)]]
 
  | placed_with_item = [[Kit (Hydroponic Tray)]]
Line 19: Line 27:
 
Used to grow plants, which can convert [[Carbon Dioxide]] to [[Oxygen]]
 
Used to grow plants, which can convert [[Carbon Dioxide]] to [[Oxygen]]
  
Crops need [[Water]] and sunlight to grow. If The plant is deprived of either, it will wither and die.
+
Crops need [[Water]], sunlight, darkness, and CO2 to grow. If The plant is deprived of either, it will wither and die.
 +
 
 +
The Hydroponics Trays can be placed directly next to each other to share water.  The Hydroponics Device requires water pipes connecting them and can not share water if directly adjacent.  The Hydroponics Device has a data connection that can be used to retrieve Data Parameters and Slot Parameters
 +
 
 +
 
 +
{{Data Parameters}}
 +
{| class="wikitable"
 +
|-
 +
! Parameter Name !! Data Type !! Description
 +
|-
 +
! Combustion !! !!
 +
|-
 +
! PrefabHash !! !!
 +
|-
 +
! Pressure !! !!
 +
|-
 +
! RatioCarbonDioxide !! !!
 +
|-
 +
! RatioNitrogen !! !!
 +
|-
 +
! RatioNitrousOxide !! !!
 +
|-
 +
! RatioOxygen !! !!
 +
|-
 +
! RatioPollutant !! !!
 +
|-
 +
! RatioVolatiles !! !!
 +
|-
 +
! RatioWater !! !!
 +
|-
 +
! Temperature !! !!
 +
|-
 +
! TotalMoles !! !!
 +
|}
 +
 
 +
=== Data Slots ===
 +
These are all parameters, that can be read with a [[Kit_(Logic_I/O)#Slots_Reader|Slots Reader]]. The outputs are listed in the order a Slots Reader's "VAR" setting cycles through them.
 +
{| class="wikitable"
 +
|-
 +
! Number || Name !! Description
 +
|-
 +
| 0 || Plant || Import slot.
 +
|-
 +
| 1 || Fertilizer|| Export slot.
 +
|}
 +
 
 +
 
 +
{| class="wikitable"
 +
|-
 +
! Name !! Data Type !! Description
 +
|-
 +
! Class !! !!
 +
|-
 +
! Damage !! !!
 +
|-
 +
! Efficiency !! float !! 1.0 is baseline growth speed
 +
|-
 +
! Growth !! !! 4 is mature
 +
|-
 +
! Health !! !!
 +
|-
 +
! Mature !! !! -1 means false, 1 means true
 +
|-
 +
! MaxQUantity !! !!
 +
|-
 +
! OccupantHash !! !!
 +
|-
 +
! Occupied !! !!
 +
|-
 +
! PrefabHash !! !!
 +
|-
 +
! Quantity !! !!
 +
|-
 +
! Seeding !! !! -1 means false, 1 means true
 +
|}
  
 
[[Guide_(Farming)|Guide (Farming)]] provides additional info on how to setup farming with hydroponics tray.
 
[[Guide_(Farming)|Guide (Farming)]] provides additional info on how to setup farming with hydroponics tray.

Revision as of 20:12, 16 January 2023

Hydroponics Tray
ItemHydroponicTray.png
Stacks Yes (10)
Recipe
Created With Hydraulic Pipe Bender, Fabricator
Cost 10g Iron
Construction
Placed with Kit (Hydroponic Tray)
Placed on Small Grid
Stage 1
Deconstruction
Deconstructed with Wrench
Item received Kit (Hydroponic Tray)
Hydroponics Device
Construction
Placed with Kit (Hydroponic Tray)
Placed on Small Grid
Stage 1
Deconstruction
Deconstructed with Wrench
Item received Kit (Hydroponic Tray)

Description

Used to grow plants, which can convert Carbon Dioxide to Oxygen

Crops need Water, sunlight, darkness, and CO2 to grow. If The plant is deprived of either, it will wither and die.

The Hydroponics Trays can be placed directly next to each other to share water. The Hydroponics Device requires water pipes connecting them and can not share water if directly adjacent. The Hydroponics Device has a data connection that can be used to retrieve Data Parameters and Slot Parameters


Data Parameters

These are all parameters, that can be written to with a Logic Writer, Batch Writer, or Integrated Circuit (IC10). The outputs are listed in the order a Logic Writer's "VAR" setting cycles through them.

Parameter Name Data Type Description
Combustion
PrefabHash
Pressure
RatioCarbonDioxide
RatioNitrogen
RatioNitrousOxide
RatioOxygen
RatioPollutant
RatioVolatiles
RatioWater
Temperature
TotalMoles

Data Slots

These are all parameters, that can be read with a Slots Reader. The outputs are listed in the order a Slots Reader's "VAR" setting cycles through them.

Number Name Description
0 Plant Import slot.
1 Fertilizer Export slot.


Name Data Type Description
Class
Damage
Efficiency float 1.0 is baseline growth speed
Growth 4 is mature
Health
Mature -1 means false, 1 means true
MaxQUantity
OccupantHash
Occupied
PrefabHash
Quantity
Seeding -1 means false, 1 means true

Guide (Farming) provides additional info on how to setup farming with hydroponics tray.