User:Vortex1942/Automating the TEG: Difference between revisions
Jump to navigation
Jump to search
Vortex1942 (talk | contribs) No edit summary |
Vortex1942 (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
=== Frequencies === | === Frequencies === | ||
Most Atmos devices will use these frequencies, You're going to have to explore security to find the other frequency. | |||
* Engineering: 122.5 | * Engineering: 122.5 | ||
* Science: 122.9 | * Science: 122.9 | ||
{|class="wikitable mw-collapsible mw-collapsed plainrowheaders" style="width: 30%; | {|class="wikitable mw-collapsible mw-collapsed plainrowheaders" style="width: 30%; | ||
Line 62: | Line 61: | ||
=== Gas Mixers === | === Gas Mixers === | ||
Did I hear you say "Adjustable combustion chamber temperatures?" | Did I hear you say "Adjustable combustion chamber temperatures?" | ||
* Unfortunately I have not been able to tap into status reports from mixers | |||
==== Commands ==== | ==== Commands ==== | ||
Line 93: | Line 92: | ||
|} | |} | ||
== MechComp Devices == | |||
Connecting the generator and pressure will require using you multitool on them and selecting "Connect Component" | |||
{|class="wikitable mw-collapsible mw-collapsed plainrowheaders" style="width: 30%; | |||
|'''The Generator''' | |||
|- | |||
| | |||
=== The Generator === | |||
Ever wanted to boast about the engine output to the crew? Well now you can do it automatically! | |||
==== Outputs ==== | |||
* <code>power</code>: <code>(Unformatted power output)</code> | |||
* <code>powerfmt</code>: <code>(Formatted power output, 2.21 GW)</code> | |||
power=3.84698e+06&powerfmt=3.847 MW | |||
==== RegEx ==== | |||
Example Output: <code>power=3.84698e+06&powerfmt=3.847 MW</code> | |||
Seperate powerfmt: <code>(?<=&powerfmt=)[^&]+</code> = <code>3.847 MW</code> | |||
|} | |||
{|class="wikitable mw-collapsible mw-collapsed plainrowheaders" style="width: 30%; | |||
|'''Pressure Meter''' | |||
|- | |||
| | |||
=== Pressure Meter === | |||
Ever wanted to boast about the engine output to the crew? Well now you can do it automatically! | |||
==== Outputs ==== | |||
* <code>pressure</code>: <code>(Pipe Pressure)</code> | |||
* <code>temperature</code>: <code>(Pipe temperature)</code> | |||
==== RegEx ==== | |||
Example Output: <code>pressure=3410.27&temperature=20462.7</code> | |||
Seperate pressure as whole number: <code>([0-9]+)</code> = <code>3410</code> | |||
|} | |||
{|class="wikitable mw-collapsible mw-collapsed plainrowheaders" style="width: 30%; | |||
|'''Circulators''' | |||
|- | |||
| | |||
=== Circulators === | |||
==== Inputs ==== | |||
TODO! | |||
* <code>pressure</code>: <code>(Pipe Pressure)</code> | |||
* <code>temperature</code>: <code>(Pipe temperature)</code> | |||
==== RegEx ==== | |||
Example Output: <code>pressure=3410.27&temperature=20462.7</code> | |||
Seperate pressure as whole number: <code>([0-9]+)</code> = <code>3410</code> | |||
|} | |||
== Hot Loop Auto-purge == | |||
Tired of your hot loop pipes rupting and flooding engineering with plasma? Well this is for you! | |||
==Supplementary Video== | |||
<youtube>wEFzcmtATMM</youtube> | |||
---- | |||
<code>tag</code>: <code>(Pump Name)</code> | <code>tag</code>: <code>(Pump Name)</code> | ||
<code></code>: <code></code> | <code></code>: <code></code> |
Revision as of 13:33, 13 December 2023
This page is under construction. The following information may be incomplete. |
Wireless Devices
Frequencies
Most Atmos devices will use these frequencies, You're going to have to explore security to find the other frequency.
- Engineering: 122.5
- Science: 122.9
Pumps |
Gas Mixers |
MechComp Devices
Connecting the generator and pressure will require using you multitool on them and selecting "Connect Component"
The Generator |
Pressure Meter |
Circulators |
Hot Loop Auto-purge
Tired of your hot loop pipes rupting and flooding engineering with plasma? Well this is for you!
Supplementary Video
tag
: (Pump Name)
: