Difference between revisions of "User:Vortex1942/Automating the TEG"
Jump to navigation
Jump to search
Vortex1942 (talk | contribs) (This time i'm saving my progress) |
Vortex1942 (talk | contribs) (→Pumps) |
||
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 ==== | ||
* ''' | 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
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)
- NOTE:
- Broadcast status
command
:broadcast_status
Pump Status
The following is transmited whenever a pump recieves are command
tag
:(Pump Name)
device
:AGP
power
:on
oroff
target_output
:(Target Pressure)
address_tag
:pumpcontrol
Transmission Examples. |
Purge Hotloop:
Check All Pumps:
Set Pressure:
Status Response:
|
tag
: (Pump Name)
: