History

Current version

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

Imported from wiki

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

Logic Uplink

## Logic Uplink

:::infobox
| Property | Value |
|----------|-------|
| Prefab Hash | 546002924 |
| Prefab Name | StructureLogicRocketUplink |
| Power Usage | 50W |
| Placed With | [Kit (Rocket Datalink)](/wiki/kit-rocket-datalink) |
| Placed On | Small Grid |

![Logic Uplink](StructureLogicRocketUplink.png)
:::

### Construction Steps

| Step | Tool | Item |
|---|---|---|
| 1 | [Screwdriver](/wiki/screwdriver) | 2 x [Cable Coil (Heavy)](/wiki/cable-coil-heavy) |
| 2 | [Screwdriver](/wiki/screwdriver) | 2 x [Electronic Parts](/wiki/electronic-parts) |
| 3 | [Welding Torch](/wiki/welding-torch) | 2 x [Steel Sheets](/wiki/steel-sheets) |

### Deconstruction Steps

| Step | Tool | Recovered Item |
|---|---|---|
| 1 | [Hand Drill](/wiki/hand-drill) | [Kit (Rocket Datalink)](/wiki/kit-rocket-datalink) |
| 2 | [Wire Cutters](/wiki/wire-cutters) | 2 x [Cable Coil (Heavy)](/wiki/cable-coil-heavy) |
| 3 | [Hand Drill](/wiki/hand-drill) | 2 x [Electronic Parts](/wiki/electronic-parts) |
| 4 | [Angle Grinder](/wiki/angle-grinder) | 2 x [Steel Sheets](/wiki/steel-sheets) |

## Description

This allows planetside logic devices to see rocketside devices on the data networks, so planet's logic systems can still interact with rocket devices.

## Use

Devices on the rocket can be remotely accessed through the [Rocket Control Motherboard](/wiki/rocket-control-motherboard). Specifically, the motherboard traverses the data network.
When an uplink/[downlink](/wiki/logic-rocket-downlink) pair is set up, the motherboard can access devices on the rockets, and the rocket devices become available on the uplink's network.

## Data Network

| Parameter | Type | Access | Description |
|---|---|---|---|
| Power | Boolean | Read | Can be read to return if the Logic Uplink is correctly powered or not, set via the power system, return 1 if powered and 0 if not |
| Error | Boolean | Read | 1 if device is in error state, otherwise 0 |
| On | Boolean | Read/Write | The current state of the Logic Uplink. |
| 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. |

## See also

- [Logic Rocket Downlink](/wiki/logic-rocket-downlink)