Difference between revisions of "User:Vortex1942/Automating the TEG"

From Space Station 13 Wiki
Jump to navigation Jump to search
(This time i'm saving my progress)
Line 8: Line 8:


=== Pumps ===
=== Pumps ===
sss
==== Frequencies ====
Using a multitool on a WiFi capable device will tell you it's frequency
* Engineering: 122.5
* Science: 122.9
==== Commands ====
* '''NOTE''': Omitting <code>tag</code> will cause commands to be sent to '''ALL''' pumps
* Power on
** <code>command</code>: <code>power_on</code>
** <code>tag</code>: <code>(Pump Name)</code>
* Power off
** <code>command</code>: <code>power_off</code>
** <code>tag</code>: <code>(Pump Name)</code>
* Set target pressure
** '''NOTE''': <code>parameter</code> has a max value of 5066.25kPa
** <code>tag</code>: <code>(Pump Name)</code>
** <code>command</code>: <code>set_target_pressure</code>
** <code>parameter</code>: <code>(Target Pressure)</code>
 
* Broadcast status
** <code>command</code>: <code>broadcast_status</code>
 
==== Pump Status ====
The following is transmited whenever a pump recieves are command
* <code>tag</code>: <code>(Pump Name)</code>
* <code>device</code>: <code>AGP</code>
* <code>power</code>: <code>on</code> or <code>off</code>
* <code>target_output</code>: <code>(Target Pressure)</code>
* <code>address_tag</code>: <code>pumpcontrol</code>
 
 
 
<code>tag</code>: <code>(Pump Name)</code>
 
<code></code>: <code></code>

Revision as of 11:10, 13 December 2023

MechanicNew64.png This page is under construction.
The following information may be incomplete.


Devices

Stuff that MechComp can interact with in engineering.

Pumps

Frequencies

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

  • Engineering: 122.5
  • Science: 122.9

Commands

  • NOTE: 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


tag: (Pump Name)

: