Actions

Difference between revisions of "Logic Uplink"

From Unofficial Stationeers Wiki

m
 
Line 1: Line 1:
 
{{Structurebox
 
{{Structurebox
| name             = Logic Uplink
+
| name = Logic Uplink
| image           = [[File:StructureLogicRocketUplink.png]]
+
| image = [[File:StructureLogicRocketUplink.png]]
| other            =  
+
| prefab_hash = 546002924
| power_usage      = 50
+
| prefab_name = StructureLogicRocketUplink
| burst_pressure  =  
+
| power_usage = 50W
| prefab_hash      = 546002924
+
| placed_on_grid = Small Grid
| prefab_name      = StructureLogicRocketUplink
+
| decon_with_tool1 = [[Hand Drill]]
 
| placed_with_item = [[Kit (Rocket Datalink)]]
 
| placed_with_item = [[Kit (Rocket Datalink)]]
| placed_on_grid  =  
+
| item_rec1 = [[Kit (Rocket Datalink)]]
| stage_image1    =  
+
| decon_with_tool2 = [[Wire Cutters]]
 
| const_with_tool1 = [[Screwdriver]]
 
| const_with_tool1 = [[Screwdriver]]
 
| const_with_item1 = 2 x [[Cable Coil (Heavy)]]
 
| const_with_item1 = 2 x [[Cable Coil (Heavy)]]
| decon_with_tool1 =  
+
| item_rec2 = 2 x [[Cable Coil (Heavy)]]
| item_rec1        =
+
| decon_with_tool3 = [[Hand Drill]]
| stage_image2    =  
 
 
| const_with_tool2 = [[Screwdriver]]
 
| const_with_tool2 = [[Screwdriver]]
| const_with_item2 = 2x [[Electronic Parts]]
+
| const_with_item2 = 2 x [[Electronic Parts]]
| decon_with_tool2 =  
+
| item_rec3 = 2 x [[Electronic Parts]]
| item_rec2        =
+
| decon_with_tool4 = [[Angle Grinder]]
| stage_image3    =  
 
 
| const_with_tool3 = [[Welding Torch]]
 
| const_with_tool3 = [[Welding Torch]]
 
| const_with_item3 = 2 x [[Steel Sheets]]
 
| const_with_item3 = 2 x [[Steel Sheets]]
| decon_with_tool3 =
+
| item_rec4 = 2 x [[Steel Sheets]]
| item_rec3        =  
 
 
}}
 
}}
 
==Description==
 
==Description==
Line 31: Line 28:
 
Devices on the rocket can be remotely accessed through the [[Rocket Control Motherboard]]. Specifically, the motherboard traverses the data network.  
 
Devices on the rocket can be remotely accessed through the [[Rocket Control Motherboard]]. Specifically, the motherboard traverses the data network.  
 
When an uplink/[[Logic Rocket Downlink|downlink]] pair is set up, the motherboard can access devices on the rockets, and the rocket devices become available on the uplink's network.  
 
When an uplink/[[Logic Rocket Downlink|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 Header}}
 +
{{Data Parameters|
 +
{{Data Parameters/row|Power|Boolean|w=0|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|multiple=2|0|Unpowered|1|Powered}}
 +
{{Data Parameters/row|Error|Boolean|w=0|1 if device is in error state, otherwise 0|multiple=2|0|<p></p>|1|Error}}
 +
{{Data Parameters/row|On|Boolean|The current state of the Logic Uplink.|multiple=2|0|Off|1|On}}
 +
{{Data Parameters/row|RequiredPower|Integer|w=0|Idle operating power quantity, does not necessarily include extra demand power}}
 +
{{Data Parameters/row|PrefabHash|Integer|w=0|The hash of the structure}}
 +
{{Data Parameters/row|ReferenceId|Integer|w=0|Unique Reference Identifier for this object}}
 +
{{Data Parameters/row|NameHash|Integer|w=0|Provides the hash value for the name of the object as a 32 bit integer.}}
 +
}}
  
 
==See also==
 
==See also==

Latest revision as of 05:50, 22 May 2024

Logic Uplink
StructureLogicRocketUplink.png
Operation
Power Usage 50W
Prefab Hash 546002924
Prefab Name StructureLogicRocketUplink
Construction
Placed with Kit (Rocket Datalink)
Placed on Small Grid
Stage 1
Next Stage Construction
Constructed with tool Screwdriver
Constructed with item 2 x Cable Coil (Heavy)
Deconstruction
Deconstructed with Hand Drill
Item received Kit (Rocket Datalink)
Stage 2
Next Stage Construction
Constructed with tool Screwdriver
Constructed with item 2 x Electronic Parts
Deconstruction
Deconstructed with Wire Cutters
Item received 2 x Cable Coil (Heavy)
Stage 3
Next Stage Construction
Constructed with tool Welding Torch
Constructed with item 2 x Steel Sheets
Deconstruction
Deconstructed with Hand Drill
Item received 2 x Electronic Parts
Stage 4
Deconstruction
Deconstructed with Angle Grinder
Item received 2 x Steel Sheets


Description[edit]

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[edit]

Devices on the rocket can be remotely accessed through the Rocket Control Motherboard. Specifically, the motherboard traverses the data network. When an uplink/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 Properties[edit]

These are all Data Network properties of this device.

Data Parameters[edit]

These are all parameters that can be written with a Logic Writer, Batch Writer, or Integrated Circuit (IC10), and can be read with a Logic Reader, Batch Reader, or Integrated Circuit (IC10).

Parameter Name Data Type Access Value Description
Power Boolean
Read
0 Unpowered 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
1 Powered
Error Boolean
Read
0

1 if device is in error state, otherwise 0
1 Error
On Boolean
Read Write
0 Off The current state of the Logic Uplink.
1 On
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[edit]