Difference between revisions of "User:Vortex1942/Automating the TEG"
Vortex1942 (talk | contribs) |
Vortex1942 (talk | contribs) |
||
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 |
PumpsPowered down pumps do not transfer gas, Meaning they can be used as controllable Electronic Valves, CommandsThe following points demon
Pump StatusThe following is transmited whenever a pump recieves are command
Packet ExamplesPurge Hotloop:
Check All Pumps:
Set Pressure:
|
Gas Mixers |
Gas MixersDid I hear you say "Adjustable combustion chamber temperatures?"
Commands
Packet ExamplesSet Ratio to 66:33:
Set Pressure to 75kPa:
Turn off mixer:
|
MechComp Devices
Connecting the generator and pressure will require using you multitool on them and selecting "Connect Component"
The Generator |
The GeneratorEver wanted to boast about the engine output to the crew? Well now you can do it automatically! Outputs
power=3.84698e+06&powerfmt=3.847 MW RegExExample Output: |
Pressure Meter |
Pressure MeterEver wanted to boast about the engine output to the crew? Well now you can do it automatically! Outputs
RegExExample Output: Seperate pressure as whole number: |
Circulators |
CirculatorsInputsTODO!
RegExExample Output: Seperate pressure as whole number: |
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)
: