Difference between revisions of "Kit (Harvie)"
From Unofficial Stationeers Wiki
(Created Harvie Page) |
(Added Logic) |
||
Line 17: | Line 17: | ||
==Description== | ==Description== | ||
[[Harvie]] is designed to assist in automating your farm. Place above a [[Hydroponic Tray]] to automate the planting and harvesting of that tray. Power connects at the top of the unit and there is an import and export slot on either end of the top of the unit to allow [[chutes]] to transport the products. Setting a logistical network with [[circuits]] will be required to function properly. | [[Harvie]] is designed to assist in automating your farm. Place above a [[Hydroponic Tray]] to automate the planting and harvesting of that tray. Power connects at the top of the unit and there is an import and export slot on either end of the top of the unit to allow [[chutes]] to transport the products. Setting a logistical network with [[circuits]] will be required to function properly. | ||
+ | |||
+ | <!--T:15--> | ||
+ | {{Data Network Header}} | ||
+ | |||
+ | <!--T:16--> | ||
+ | {{Data Parameters}} | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Parameter Name !! Data Type !! Description | ||
+ | |- | ||
+ | | Activate || Boolean || | ||
+ | |- | ||
+ | | ClearMemory || Boolean || | ||
+ | |- | ||
+ | | Harvest || Boolean || | ||
+ | |- | ||
+ | | Lock || Boolean || Locks the device when set to 1. Unlocks it when set to 0. | ||
+ | |- | ||
+ | | Mode || Integer || Idle = 0, Happy = 1, Unhappy = 2, Dead = 3 | ||
+ | |- | ||
+ | | On || Boolean || | ||
+ | |- | ||
+ | | Plant || Boolean || | ||
+ | |} | ||
+ | |||
+ | <!--T:17--> | ||
+ | {{Data Outputs}} | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Output Name !! Data Type !! Description | ||
+ | |- | ||
+ | | Activate || Boolean || | ||
+ | |- | ||
+ | | Error || Boolean || | ||
+ | |- | ||
+ | | ExportCount || Integer || | ||
+ | |- | ||
+ | | ImportCount || Integer || | ||
+ | |- | ||
+ | | Lock || Boolean || Returns whether the device is locked. | ||
+ | |- | ||
+ | | Mode || Integer || Idle = 0, Happy = 1, Unhappy = 2, Dead = 3 | ||
+ | |- | ||
+ | | On || Boolean || | ||
+ | |- | ||
+ | | Power || Boolean || | ||
+ | |- | ||
+ | | PrefabHash || Integer || | ||
+ | |- | ||
+ | | RequiredPower || Integer || | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | ==== 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 || Import || Seeds to be planted | ||
+ | |- | ||
+ | | 1 || Export || Where harvested plants are ejected | ||
+ | |- | ||
+ | | 0 || Hand || The hand of the Harvie | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Name !! Data Type !! Description | ||
+ | |- | ||
+ | | Occupied || Boolean || Returns whether the slot occupied. (0 for no, 1 for yes). | ||
+ | |- | ||
+ | | OccupantHash || Integer || Returns [[ItemHash]] of item in slot. | ||
+ | |- | ||
+ | | MaxQuantity || Integer || Max Size of stack. | ||
+ | |- | ||
+ | | Damage || Integer || Item durability in percent. | ||
+ | |- | ||
+ | | Class || Integer || Item class ID. | ||
+ | |- | ||
+ | | Quantity || Integer || Size of stack. | ||
+ | |- | ||
+ | | PrefabHash || Integer || Returns [[ItemHash]] of canister in slot. | ||
+ | |} |
Revision as of 10:58, 26 March 2021
![]() | |
Recipe | |
---|---|
Created With | Electronics Printer |
Cost | 15g Copper, 10g Steel, 10g Electrum, 5g Solder, 5g Silicon |
![]() | |
Construction | |
---|---|
Placed with | Kit (Harvie) |
Placed on | Small Grid |
Stage 1 | |
Deconstruction | |
Deconstructed with | Hand Drill |
Item received | Kit (Harvie) |
Contents
[hide]Description
Harvie is designed to assist in automating your farm. Place above a Hydroponic Tray to automate the planting and harvesting of that tray. Power connects at the top of the unit and there is an import and export slot on either end of the top of the unit to allow chutes to transport the products. Setting a logistical network with circuits will be required to function properly.
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 |
---|---|---|
Activate | Boolean | |
ClearMemory | Boolean | |
Harvest | Boolean | |
Lock | Boolean | Locks the device when set to 1. Unlocks it when set to 0. |
Mode | Integer | Idle = 0, Happy = 1, Unhappy = 2, Dead = 3 |
On | Boolean | |
Plant | Boolean |
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 |
---|---|---|
Activate | Boolean | |
Error | Boolean | |
ExportCount | Integer | |
ImportCount | Integer | |
Lock | Boolean | Returns whether the device is locked. |
Mode | Integer | Idle = 0, Happy = 1, Unhappy = 2, Dead = 3 |
On | Boolean | |
Power | Boolean | |
PrefabHash | Integer | |
RequiredPower | Integer |
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 | Import | Seeds to be planted |
1 | Export | Where harvested plants are ejected |
0 | Hand | The hand of the Harvie |
Name | Data Type | Description |
---|---|---|
Occupied | Boolean | Returns whether the slot occupied. (0 for no, 1 for yes). |
OccupantHash | Integer | Returns ItemHash of item in slot. |
MaxQuantity | Integer | Max Size of stack. |
Damage | Integer | Item durability in percent. |
Class | Integer | Item class ID. |
Quantity | Integer | Size of stack. |
PrefabHash | Integer | Returns ItemHash of canister in slot. |