User:Vortex1942/Automating the TEG

From Space Station 13 Wiki
Revision as of 11:48, 13 December 2023 by Vortex1942 (talk | contribs) (→‎Pumps)
Jump to navigation Jump to search
MechanicNew64.png This page is under construction.
The following information may be incomplete.


Devices

Stuff that MechComp can interact with in engineering.

Pumps

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

Frequencies

Using a multitool on a WiFi capable device will tell you it's frequency

  • Engineering: 122.5
  • Science: 122.9

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
Transmission 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

Status Response:

  • tag=Cold Loop Gas Supply 2; device=AGP; power=on; target_output=1000; address_tag=pumpcontrol; sender=0201a522;


tag: (Pump Name)

: