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 ===
Powered down pumps do not transfer gas, Meaning they can be used as controllable Electronic Valves,
==== Frequencies ====
==== Frequencies ====
Using a multitool on a WiFi capable device will tell you it's frequency
Using a multitool on a WiFi capable device will tell you it's frequency
Line 13: Line 15:
* Science: 122.9
* Science: 122.9
==== Commands ====
==== Commands ====
* '''NOTE''': Omitting <code>tag</code> will cause commands to be sent to '''ALL''' pumps
The following points demon
* '''WARNING''': Omitting <code>tag</code> will cause commands to be sent to '''ALL''' pumps
 
* Power on
* Power on
** <code>command</code>: <code>power_on</code>
** <code>command</code>: <code>power_on</code>
** <code>tag</code>: <code>(Pump Name)</code>
** <code>tag</code>: <code>(Pump Name)</code>
* Power off
* Power off
** <code>command</code>: <code>power_off</code>
** <code>command</code>: <code>power_off</code>
** <code>tag</code>: <code>(Pump Name)</code>
** <code>tag</code>: <code>(Pump Name)</code>
* Set target pressure
* Set target pressure
** '''NOTE''': <code>parameter</code> has a max value of 5066.25kPa
** '''NOTE''': <code>parameter</code> has a max value of 5066.25kPa
Line 36: Line 42:
* <code>target_output</code>: <code>(Target Pressure)</code>
* <code>target_output</code>: <code>(Target Pressure)</code>
* <code>address_tag</code>: <code>pumpcontrol</code>
* <code>address_tag</code>: <code>pumpcontrol</code>
{|class="wikitable mw-collapsible mw-collapsed plainrowheaders" style="width: 30%;
|Transmission Examples.
|-
|
Purge Hotloop:
* <code>tag=Hot Loop Purge Pump;command=power_on</code>
Check All Pumps:
* <code>command=broadcast_status</code>
Set Pressure:
* <code>tag=Hot Loop Purge Pump;command=set_target_pressure;parameter=5000</code>
Status Response:
* <code>tag=Cold Loop Gas Supply 2; device=AGP; power=on; target_output=1000; address_tag=pumpcontrol; sender=0201a522; </code>
|}





Revision as of 11:48, 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

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)

: