History

Current version

3/8/2026, 10:06:53 PM

Imported from wiki

by tmascroft · 3/8/2026, 9:32:26 PM

Powered Chutes

## Kit (Powered Chutes)

:::infobox
| Property | Value |
|----------|-------|
| Stacks | 10 |
| Created With | [Autolathe](/wiki/autolathe), [Hydraulic Pipe Bender](/wiki/hydraulic-pipe-bender) |
| Cost | 3g [Iron](/wiki/iron), 2g [Electrum](/wiki/electrum), 2g [Constantan](/wiki/constantan) |

![Kit (Powered Chutes)](ItemKitStandardChute.png)
:::
## Chute Import/Export Bin

:::infobox
| Property | Value |
|----------|-------|
| Prefab Hash | Import: -850484480
 Export: 1957571043 |
| Prefab Name | StructureChuteBin
 StructureChuteExportBin |
| Power Usage | 5W |
| Placed With | [Kit (Powered Chutes)](/wiki/kit-powered-chutes) |
| Placed On | Small Grid |

![Chute Import/Export Bin](StructureChuteBin.png)
:::
### Deconstruction Steps

| Step | Tool | Recovered Item |
|---|---|---|
| 1 | [Hand Drill](/wiki/hand-drill) | [Kit (Powered Chutes)](/wiki/kit-powered-chutes) |

## Chute Digital Valve Left/Right

:::infobox
| Property | Value |
|----------|-------|
| Prefab Hash | Left: 648608238
 Right: -1337091041 |
| Prefab Name | StructureChuteDigital<wbr>ValveLeft
 StructureChuteDigital<wbr>ValveRight |
| Power Usage | 10W |
| Placed With | [Kit (Powered Chutes)](/wiki/kit-powered-chutes) |
| Placed On | Small Grid |

![Chute Digital Valve Left/Right](StructureChuteDigitalValve.png)
:::
### Deconstruction Steps

| Step | Tool | Recovered Item |
|---|---|---|
| 1 | [Wrench](/wiki/wrench) | [Kit (Powered Chutes)](/wiki/kit-powered-chutes) |

## Chute Digital Flip Flop

 Splitter Left/Right

:::infobox
| Property | Value |
|----------|-------|
| Prefab Hash | Left: -810874728
 Right: 163728359 |
| Prefab Name | StructureChuteDigitalFlip<wbr>FlopSplitterLeft
 StructureChuteDigitalFlip<wbr>FlopSplitterRight |
| Power Usage | 10W |
| Placed With | [Kit (Powered Chutes)](/wiki/kit-powered-chutes) |
| Placed On | Small Grid |

![Chute Digital Flip Flop
 Splitter Left/Right](StructureChuteDigitalFlipFlopSplitterLeft.png)
:::
### Deconstruction Steps

| Step | Tool | Recovered Item |
|---|---|---|
| 1 | [Wrench](/wiki/wrench) | [Kit (Powered Chutes)](/wiki/kit-powered-chutes) |


## Chute

## Description

Used to transport items. The Kit can be used to create 5 different variants, all of which require power and can connect to data ports.

- Chute Digital Valve Right: Allows a certain number of items through, then closes until reopened either manually or via data network.
- Chute Digital Valve Left: Allows a certain number of items through, then closes until reopened either manually or via data network.
- Chute Digital Flip Flop Splitter Right: Splits items between two directions. Ratio can be configured.
- Chute Digital Flip Flop Splitter Left: Splits items between two directions. Ratio can be configured.
- Chute Import Bin: Acts as a manual entry point to the Chute network. Can hold one item, and will not insert the item into the network until the lever on the side is pulled.
- Chute Export Bin: Acts as an exit point to the Chute network. Can hold one item, usually used with a [LARrE](/wiki/larre)

## Recipes

| Machine | Materials | Time | Energy |
|---|---|---|---|
| Autolathe | 3g [Iron](/wiki/iron), 2g [Electrum](/wiki/electrum), 2g [Constantan](/wiki/constantan) | 5 | 500 |
| Hydraulic Pipe Bender | 3g [Iron](/wiki/iron), 2g [Electrum](/wiki/electrum), 2g [Constantan](/wiki/constantan) | 5 | 500 |
| Recycler | 1.5g [Iron](/wiki/iron), 1g [Electrum](/wiki/electrum), 1g [Constantan](/wiki/constantan) | 5 | 1000 |


## Chute Import/Export Bin

## Data Network

| Parameter | Type | Access | Description |
|---|---|---|---|
| Power | Boolean | Read | Can be read to return if the Chute Bin is correctly powered or not, set via the power system, return 1 if powered and 0 if not |
| Open | Integer | Read/Write | 1 if device is open, otherwise 0 |
| Error | Boolean | Read | 1 if device is in error state, otherwise 0 |
| Lock | Boolean | Read/Write | Disable manual operation of the Chute Bin. |
| On | Boolean | Read/Write | The current state of the Chute Bin. |
| RequiredPower | Integer | Read | Idle operating power quantity, does not necessarily include extra demand power |
| PrefabHash | Integer | Read | The hash of the structure |
| ReferenceId | Integer | Read | Unique Reference Identifier for this object |
| NameHash | Integer | Read | Provides the hash value for the name of the object as a 32 bit integer. |

## Chute Digital Valve

## Data Network

| Parameter | Type | Access | Description |
|---|---|---|---|
| Power | Boolean | Read | Can be read to return if the Chute Digital Valve is correctly powered or not, set via the power system, return 1 if powered and 0 if not |
| Open | Integer | Read/Write | 1 if device is open, otherwise 0 |
| Lock | Boolean | Read/Write | Disable manual operation of the Digital Valve. |
| Setting | Boolean | Read/Write | The amount of items the chute will let pass before closing |
| Quantity | Boolean | Read/Write | The amount of items that have passed through since last opened |
| On | Boolean | Read/Write | The current state of the Digital Valve. |
| RequiredPower | Integer | Read | Idle operating power quantity, does not necessarily include extra demand power |
| PrefabHash | Integer | Read | The hash of the structure |
| ReferenceId | Integer | Read | Unique Reference Identifier for this object |
| NameHash | Integer | Read | Provides the hash value for the name of the object as a 32 bit integer. |

## Chute Digital Flip Flop

## Data Network

| Parameter | Type | Access | Description |
|---|---|---|---|
| Power | Boolean | Read | Can be read to return if the Chute Digital Flip Flop is correctly powered or not, set via the power system, return 1 if powered and 0 if not |
| Mode | Integer | Read/Write | Current output direction, 0 straight through, 1 left/right |
| Setting | Integer | Read/Write | the amount of items that will be passed straight through before switching Mode, 0 will never switch Mode |
| Quantity | Integer | Read/Write | The amount of items that have passed through since last opened |
| On | Boolean | Read/Write | The current state of the Digital Flip Flop. |
| RequiredPower | Integer | Read | Idle operating power quantity, does not necessarily include extra demand power |
| PrefabHash | Integer | Read | The hash of the structure |
| SettingOutput | Boolean | Read/Write | the amount of items that will be passed to the left/right before switching Mode, 0 will never switch Mode |
| ReferenceId | Integer | Read | Unique Reference Identifier for this object |
| NameHash | Integer | Read | Provides the hash value for the name of the object as a 32 bit integer. |