User:Vortex1942/Automating the TEG

From Space Station 13 Wiki
Revision as of 13:33, 13 December 2023 by Vortex1942 (talk | contribs)
Jump to navigation Jump to search
MechanicNew64.png 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

Pumps

Powered down pumps do not transfer gas, Meaning they can be used as controllable Electronic Valves,

Commands

The following points demon

  • WARNING: Omitting tag will cause commands to be sent to ALL pumps
  • Power on
    • command: power_on
    • tag: (Pump Name)
  • Power off
    • command: power_off
    • tag: (Pump Name)
  • Set target pressure
    • NOTE: parameter has a max value of 5066.25kPa
    • tag: (Pump Name)
    • command: set_target_pressure
    • parameter: (Target Pressure)
  • Broadcast status
    • command: broadcast_status

Pump Status

The following is transmited whenever a pump recieves are command

  • tag: (Pump Name)
  • device: AGP
  • power: on or off
  • target_output: (Target Pressure)
  • address_tag: pumpcontrol

Packet Examples

Purge Hotloop:

  • tag=Hot Loop Purge Pump;command=power_on

Check All Pumps:

  • command=broadcast_status

Set Pressure:

  • tag=Hot Loop Purge Pump;command=set_target_pressure;parameter=5000
Gas Mixers

Gas Mixers

Did I hear you say "Adjustable combustion chamber temperatures?"

  • Unfortunately I have not been able to tap into status reports from mixers

Commands

  • Toggle Power
    • command: toggle_pump
    • parameter: power_on or power_off
    • tag: (Mixer Name)
  • Set gas ratio
    • NOTE: parameter value is Input 1 ratio only ie. 66 = 66:33
    • command: set_ratio
    • parameter: (0-100 Number)
    • tag: (Mixer Name)
  • Set gas pressure
    • NOTE: parameter is an uncapped value
    • command: set_ratio
    • parameter: (Target Air Pressure)
    • tag: (Mixer Name)

Packet Examples

Set Ratio to 66:33:

  • tag=engine_combust_control; command=set_ratio; parameter=66

Set Pressure to 75kPa:

  • tag=engine_combust_control; command=set_pressure; parameter=75

Turn off mixer:

  • tag=engine_combust_control; command=toggle_pump; parameter=power_off

MechComp Devices

Connecting the generator and pressure will require using you multitool on them and selecting "Connect Component"

The Generator

The Generator

Ever wanted to boast about the engine output to the crew? Well now you can do it automatically!

Outputs

  • power: (Unformatted power output)
  • powerfmt: (Formatted power output, 2.21 GW)

power=3.84698e+06&powerfmt=3.847 MW

RegEx

Example Output: power=3.84698e+06&powerfmt=3.847 MW Seperate powerfmt: (?<=&powerfmt=)[^&]+ = 3.847 MW

Pressure Meter

Pressure Meter

Ever wanted to boast about the engine output to the crew? Well now you can do it automatically!

Outputs

  • pressure: (Pipe Pressure)
  • temperature: (Pipe temperature)

RegEx

Example Output: pressure=3410.27&temperature=20462.7

Seperate pressure as whole number: ([0-9]+) = 3410

Circulators

Circulators

Inputs

TODO!

  • pressure: (Pipe Pressure)
  • temperature: (Pipe temperature)

RegEx

Example Output: pressure=3410.27&temperature=20462.7

Seperate pressure as whole number: ([0-9]+) = 3410

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)

: