Automated Hydroponics: Difference between revisions
From Stationeers Wiki
More actions
No edit summary |
Data Properties |
||
| Line 15: | Line 15: | ||
| item_rec1 = Kit (Automated Hydroponics) | | item_rec1 = Kit (Automated Hydroponics) | ||
}} | }} | ||
__TOC__ | |||
= Description = | |||
Automated Hydroponics is used to grow crops. | Automated Hydroponics is used to grow crops. | ||
* It has 3 control buttons | * It has 3 control buttons: | ||
** Plant (plant crop seed from Input Chute) | |||
* It | ** Clear / Harvest (delete crop / Harvest crop and place it to Output chute) | ||
** Power ON / OFF (this also often kill crop) | |||
* 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 100W 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. | ||
= Connections = | |||
{| class=wikitable | {| class=wikitable | ||
! | ! !! Usage | ||
|- | |- | ||
! Wire | ! Wire | ||
| Line 31: | Line 41: | ||
|- | |- | ||
! Pipe | ! Pipe | ||
| Liquid, <br>Atmosphere | | Liquid ([[Water]], <br>Atmosphere ([[Carbon Dioxide|CO2]]) | ||
|- | |- | ||
! 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 || | |||
|- | |||
| Setting || Integer || | |||
|- | |||
| Plant || Boolean || Starts growing the plant from the import | |||
|- | |||
| Open || Boolean || | |||
|- | |||
| 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 | |||
|- | |||
| 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 || Boolean || ?? Probably plants a plant | |||
|- | |||
| Temperature || Float || Internal atmosphere temperature | |||
|- | |||
| Setting|| Integer || ?? | |||
|- | |||
| 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 | |||
|- | |||
| Power || Boolean || Returns whether the device is turned on and receives power. (0 for no, 1 for yes). | |||
|- | |||
| Open || Boolean || ? | |||
|- | |||
| 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)#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 | |||
|- | |||
| 1 || Plant(Slot1) || The pot, where the plant grows | |||
|- | |||
| 2 || Export || Export slot | |||
|- | |||
| 3 || Import || Import slot | |||
|} | |||
{| class="wikitable" | |||
|- | |||
! Name !! Data Type !! Description | |||
|- | |||
| MaxQuantity || Integer || | |||
|- | |||
| Mature || Boolean || 1 when the plant is ready to be harvested | |||
|- | |||
| Health || Integer || The plant takes damage when it does not like it's environment | |||
|- | |||
| Growth || Integer || | |||
|- | |||
| Efficiency || Integer || | |||
|- | |||
| Damage || Integer || | |||
|- | |||
| Class || Integer || Item class ID | |||
|- | |||
| Quantity || Integer || Size of stack | |||
|- | |||
| Occupied || Boolean || Returns whether the slot occupied | |||
|- | |||
| OccupiedHash || Integer || Returns [[ItemHash]] of item in slot | |||
|} | |} | ||
Revision as of 20:00, 21 January 2019
| - | |
| Properties | |
|---|---|
| Stacks | Kit (Automated Hydroponics) x5 |
| Recipe | |
| Created With | Electronics Printer |
| Cost |
20g Copper 10g Silicon 10g Steel 10g Solder 10g Electrum |
| Operation | |
|---|---|
| Construction | |
| Placed with | Kit (Automated Hydroponics) |
| Placed on | Small Grid |
| Stage 1 | |
| Deconstruction | |
| Deconstructed with | Hand Drill |
| Item received | Kit (Automated Hydroponics) |
Description
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)
- Power ON / OFF (this also often kill crop)
- It has only one growing slot.
- Takes up a 2x2 area.
- It includes a grow light, which can grow crops without sunlight, but requires 100W of power.
- It is airtight.
- Temperature of the input atmosphere must be within the acceptable range for growing crops.
Connections
| Usage | |
|---|---|
| Wire | Power, Data |
| Pipe | Liquid (Water, Atmosphere (CO2) |
| Chutes | In, Out |
Data Network Properties
These are all Data Network properties of this device.
Data Parameters
These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10).
| 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 | |
| Setting | Integer | |
| Plant | Boolean | Starts growing the plant from the import |
| Open | Boolean | |
| On | Boolean | Turns the device on, when set >= 1. Turns it off, when set to <1. |
Data Outputs
These are all parameters, that can be read with a Logic Reader or a Slot Reader. The outputs are listed in the order a Logic Reader's "VAR" setting cycles through them.
| Output Name | Data Type | Description |
|---|---|---|
| Maximum | Integer | Default: 100 |
| 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 | Boolean | ?? Probably plants a plant |
| Temperature | Float | Internal atmosphere temperature |
| Setting | Integer | ?? |
| 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 |
| Power | Boolean | Returns whether the device is turned on and receives power. (0 for no, 1 for yes). |
| Open | Boolean | ? |
| 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 Slots Reader. The outputs are listed in the order a Slots Reader's "VAR" setting cycles through them.
| Number | Name | Description |
|---|---|---|
| 1 | Plant(Slot1) | The pot, where the plant grows |
| 2 | Export | Export slot |
| 3 | Import | Import slot |
| Name | Data Type | Description |
|---|---|---|
| MaxQuantity | Integer | |
| Mature | Boolean | 1 when the plant is ready to be harvested |
| Health | Integer | The plant takes damage when it does not like it's environment |
| Growth | Integer | |
| Efficiency | Integer | |
| Damage | Integer | |
| Class | Integer | Item class ID |
| Quantity | Integer | Size of stack |
| Occupied | Boolean | Returns whether the slot occupied |
| OccupiedHash | Integer | Returns ItemHash of item in slot |