Difference between revisions of "Rocket Manufactory/Data Network"
From Unofficial Stationeers Wiki
m |
(Splitted the data parameters in input and output for better usability) |
||
Line 2: | Line 2: | ||
These are all of the [[Rocket Manufactory]] parameter in the game. The parameters have been scraped from the [[Stationpedia]]. | These are all of the [[Rocket Manufactory]] parameter in the game. The parameters have been scraped from the [[Stationpedia]]. | ||
</noinclude> | </noinclude> | ||
+ | === Input Data (Write) === | ||
+ | These are all parameters, that can be written to with different means of using logic. | ||
+ | |||
{| class="wikitable sortable" style="width:100%;" | {| class="wikitable sortable" style="width:100%;" | ||
! '''Parameter Name''' | ! '''Parameter Name''' | ||
− | ! '''Data | + | ! class="unsortable" |'''Data Type''' |
− | ! ''' | + | ! class="unsortable" |'''Value''' |
! class="unsortable" |'''Description''' | ! class="unsortable" |'''Description''' | ||
|- | |- | ||
− | ! | + | ! rowspan="2" | On |
− | | | + | | rowspan="2" | Boolean |
− | | | + | | style="text-align:center;" | 0 |
− | | | + | | The current state of the device, 0 for off, 1 for on |
+ | |- | ||
+ | | style="text-align:center;" | 1 | ||
+ | | The current state of the device, 0 for off, 1 for on | ||
|- | |- | ||
− | ! Open | + | ! rowspan="2" | Open |
− | | | + | | rowspan="2" | Boolean |
− | | | + | | style="text-align:center;" | 0 |
+ | | 1 if device is open, otherwise 0. | ||
+ | |- | ||
+ | | style="text-align:center;" | 1 | ||
| 1 if device is open, otherwise 0. | | 1 if device is open, otherwise 0. | ||
|- | |- | ||
− | ! | + | ! rowspan="2" | Activate |
− | | | + | | rowspan="2" | Boolean |
− | | | + | | style="text-align:center;" | 0 |
− | | 1 if device is | + | | 1 if device is activated (usually means running), otherwise 0. |
|- | |- | ||
− | + | | style="text-align:center;" | 1 | |
− | |||
− | | | ||
− | | | ||
| 1 if device is activated (usually means running), otherwise 0. | | 1 if device is activated (usually means running), otherwise 0. | ||
|- | |- | ||
− | ! Lock | + | ! rowspan="2" | Lock |
− | | | + | | rowspan="2" | Boolean |
− | | | + | | style="text-align:center;" | 0 |
+ | | 1 if device is locked, otherwise 0, can be set in most devices and prevents the user from access the values. | ||
+ | |- | ||
+ | | style="text-align:center;" | 1 | ||
| 1 if device is locked, otherwise 0, can be set in most devices and prevents the user from access the values. | | 1 if device is locked, otherwise 0, can be set in most devices and prevents the user from access the values. | ||
|- | |- | ||
− | ! | + | ! rowspan="2" | ClearMemory |
− | | | + | | rowspan="2" | Boolean |
+ | | style="text-align:center;" | 0 | ||
+ | | When set to 1, clears the counter memory (e.g. ExportCount). Will set itself back to O when actioned | ||
+ | |- | ||
+ | | style="text-align:center;" | 1 | ||
+ | | When set to 1, clears the counter memory (e.g. ExportCount). Will set itself back to O when actioned | ||
+ | |- | ||
+ | |||
+ | ! RecipeHash | ||
| Integer | | Integer | ||
− | | | + | | |
+ | | Current hash of the recipe the device is set to produce | ||
+ | |- | ||
+ | |||
+ | ! colspan="8" | Update 0.2.4677.21598 - Fri 29/12/2023 <span class="right">[[Rocket_Manufactory/Data Network|/Data Network]]</span> | ||
+ | |} | ||
+ | |||
+ | === Output Data (Read) === | ||
+ | These are all parameters, that can be read by using different means of logic. | ||
+ | {| class="wikitable sortable" style="width:100%;" | ||
+ | ! '''Parameter Name''' | ||
+ | ! class="unsortable" |'''Data Type''' | ||
+ | ! class="unsortable" |'''Value''' | ||
+ | ! class="unsortable" |'''Description''' | ||
|- | |- | ||
− | ! On | + | ! rowspan="2" | On |
− | | | + | | rowspan="2" | Boolean |
− | | | + | | style="text-align:center;" | 0 |
+ | | The current state of the device, 0 for off, 1 for on | ||
+ | |- | ||
+ | | style="text-align:center;" | 1 | ||
| The current state of the device, 0 for off, 1 for on | | The current state of the device, 0 for off, 1 for on | ||
|- | |- | ||
− | ! | + | !rowspan="2"| Open |
− | | | + | |rowspan="2"| Boolean |
− | | | + | | style="text-align:center;" | 0 |
− | | | + | | 1 if device is open, otherwise 0. |
+ | |- | ||
+ | | style="text-align:center;" | 1 | ||
+ | | 1 if device is open, otherwise 0. | ||
+ | |- | ||
+ | |||
+ | !rowspan="2"| Activate | ||
+ | |rowspan="2"| Boolean | ||
+ | | style="text-align:center;" | 0 | ||
+ | | 1 if device is activated (usually means running), otherwise 0. | ||
+ | |- | ||
+ | | style="text-align:center;" | 1 | ||
+ | | 1 if device is activated (usually means running), otherwise 0. | ||
+ | |- | ||
+ | |||
+ | !rowspan="2"| Lock | ||
+ | |rowspan="2"| Boolean | ||
+ | | style="text-align:center;" | 0 | ||
+ | | 1 if device is locked, otherwise 0, can be set in most devices and prevents the user from access the values. | ||
+ | |- | ||
+ | | style="text-align:center;" | 1 | ||
+ | | 1 if device is locked, otherwise 0, can be set in most devices and prevents the user from access the values. | ||
+ | |- | ||
+ | |||
+ | !rowspan="2"| Power | ||
+ | |rowspan="2"| Boolean | ||
+ | | style="text-align:center;" | 0 | ||
+ | | Can be read to return if the device is correctly powered or not, set via the power system, return 1 if powered and O if not. | ||
+ | |- | ||
+ | | style="text-align:center;" | 1 | ||
+ | | Can be read to return if the device is correctly powered or not, set via the power system, return 1 if powered and O if not. | ||
+ | |- | ||
+ | |||
+ | !rowspan="2"| Error | ||
+ | |rowspan="2"| Boolean | ||
+ | | style="text-align:center;" | 0 | ||
+ | | 1 if device is in error state, otherwise 0. | ||
+ | |- | ||
+ | | style="text-align:center;" | 1 | ||
+ | | 1 if device is in error state, otherwise 0. | ||
|- | |- | ||
! RecipeHash | ! RecipeHash | ||
− | |||
| Integer | | Integer | ||
+ | | | ||
| Current hash of the recipe the device is set to produce | | Current hash of the recipe the device is set to produce | ||
+ | |- | ||
+ | |||
+ | ! Reagents | ||
+ | | Integer | ||
+ | | | ||
+ | | Total number of reagents recorded by the device | ||
+ | |- | ||
+ | |||
+ | ! RequiredPower | ||
+ | | Integer | ||
+ | | | ||
+ | | Idle operating power quantity, does not necessarily include extra demand power | ||
|- | |- | ||
! CompletionRatio | ! CompletionRatio | ||
− | |||
| Integer | | Integer | ||
+ | | | ||
| How complete the current production is for this device, bewteen 0 and 1 | | How complete the current production is for this device, bewteen 0 and 1 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
! ExportCount | ! ExportCount | ||
− | |||
| Integer | | Integer | ||
+ | | | ||
| How many items exported since last ClearMemory | | How many items exported since last ClearMemory | ||
|- | |- | ||
! ImportCount | ! ImportCount | ||
− | |||
| Integer | | Integer | ||
+ | | | ||
| How many items imported since last ClearMemory | | How many items imported since last ClearMemory | ||
|- | |- | ||
! PrefabHash | ! PrefabHash | ||
− | |||
| Integer | | Integer | ||
+ | | | ||
| The hash of the structure | | The hash of the structure | ||
|- | |- | ||
! Referenceld | ! Referenceld | ||
− | |||
| Integer | | Integer | ||
+ | | | ||
| Unique Reference Identifier for this object | | Unique Reference Identifier for this object | ||
|- | |- | ||
− | ! colspan="8" | Update 0.2.4677.21598 - | + | ! colspan="8" | Update 0.2.4677.21598 - Fri 29/12/2023 <span class="right">[[Rocket_Manufactory/Data Network|/Data Network]]</span> |
|} | |} |
Revision as of 05:06, 29 December 2023
These are all of the Rocket Manufactory parameter in the game. The parameters have been scraped from the Stationpedia.
Input Data (Write)
These are all parameters, that can be written to with different means of using logic.
Parameter Name | Data Type | Value | Description | ||||
---|---|---|---|---|---|---|---|
On | Boolean | 0 | The current state of the device, 0 for off, 1 for on | ||||
1 | The current state of the device, 0 for off, 1 for on | ||||||
Open | Boolean | 0 | 1 if device is open, otherwise 0. | ||||
1 | 1 if device is open, otherwise 0. | ||||||
Activate | Boolean | 0 | 1 if device is activated (usually means running), otherwise 0. | ||||
1 | 1 if device is activated (usually means running), otherwise 0. | ||||||
Lock | Boolean | 0 | 1 if device is locked, otherwise 0, can be set in most devices and prevents the user from access the values. | ||||
1 | 1 if device is locked, otherwise 0, can be set in most devices and prevents the user from access the values. | ||||||
ClearMemory | Boolean | 0 | When set to 1, clears the counter memory (e.g. ExportCount). Will set itself back to O when actioned | ||||
1 | When set to 1, clears the counter memory (e.g. ExportCount). Will set itself back to O when actioned | ||||||
RecipeHash | Integer | Current hash of the recipe the device is set to produce | |||||
Update 0.2.4677.21598 - Fri 29/12/2023 /Data Network |
Output Data (Read)
These are all parameters, that can be read by using different means of logic.
Parameter Name | Data Type | Value | Description | ||||
---|---|---|---|---|---|---|---|
On | Boolean | 0 | The current state of the device, 0 for off, 1 for on | ||||
1 | The current state of the device, 0 for off, 1 for on | ||||||
Open | Boolean | 0 | 1 if device is open, otherwise 0. | ||||
1 | 1 if device is open, otherwise 0. | ||||||
Activate | Boolean | 0 | 1 if device is activated (usually means running), otherwise 0. | ||||
1 | 1 if device is activated (usually means running), otherwise 0. | ||||||
Lock | Boolean | 0 | 1 if device is locked, otherwise 0, can be set in most devices and prevents the user from access the values. | ||||
1 | 1 if device is locked, otherwise 0, can be set in most devices and prevents the user from access the values. | ||||||
Power | Boolean | 0 | Can be read to return if the device is correctly powered or not, set via the power system, return 1 if powered and O if not. | ||||
1 | Can be read to return if the device is correctly powered or not, set via the power system, return 1 if powered and O if not. | ||||||
Error | Boolean | 0 | 1 if device is in error state, otherwise 0. | ||||
1 | 1 if device is in error state, otherwise 0. | ||||||
RecipeHash | Integer | Current hash of the recipe the device is set to produce | |||||
Reagents | Integer | Total number of reagents recorded by the device | |||||
RequiredPower | Integer | Idle operating power quantity, does not necessarily include extra demand power | |||||
CompletionRatio | Integer | How complete the current production is for this device, bewteen 0 and 1 | |||||
ExportCount | Integer | How many items exported since last ClearMemory | |||||
ImportCount | Integer | How many items imported since last ClearMemory | |||||
PrefabHash | Integer | The hash of the structure | |||||
Referenceld | Integer | Unique Reference Identifier for this object | |||||
Update 0.2.4677.21598 - Fri 29/12/2023 /Data Network |