Difference between revisions of "User:Vortex1942/Automating the TEG"
Vortex1942 (talk | contribs) |
Vortex1942 (talk | contribs) (Reduce heading count) |
||
Line 18: | Line 18: | ||
Powered down pumps do not transfer gas, Meaning they can be used as controllable Electronic Valves, | Powered down pumps do not transfer gas, Meaning they can be used as controllable Electronic Valves, | ||
'''<big>Commands</big>''' | |||
The following points demon | The following points demon | ||
* '''WARNING''': Omitting <code>tag</code> will cause commands to be sent to '''ALL''' pumps | * '''WARNING''': Omitting <code>tag</code> will cause commands to be sent to '''ALL''' pumps | ||
Line 39: | Line 39: | ||
** <code>command</code>: <code>broadcast_status</code> | ** <code>command</code>: <code>broadcast_status</code> | ||
'''<big>Pump Status</big>''' | |||
The following is transmited whenever a pump recieves are command | The following is transmited whenever a pump recieves are command | ||
* <code>tag</code>: <code>(Pump Name)</code> | * <code>tag</code>: <code>(Pump Name)</code> | ||
Line 47: | Line 47: | ||
* <code>address_tag</code>: <code>pumpcontrol</code> | * <code>address_tag</code>: <code>pumpcontrol</code> | ||
'''<big>Packet Examples</big>''' | |||
Purge Hotloop: | Purge Hotloop: | ||
* <code>tag=Hot Loop Purge Pump;command=power_on</code> | * <code>tag=Hot Loop Purge Pump;command=power_on</code> | ||
Line 65: | Line 65: | ||
Did I hear you say "Adjustable combustion chamber temperatures?" | Did I hear you say "Adjustable combustion chamber temperatures?" | ||
* Unfortunately I have not been able to tap into status reports from mixers | * Unfortunately I have not been able to tap into status reports from mixers | ||
'''<big>Commands</big>''' | |||
* Toggle Power | * Toggle Power | ||
Line 84: | Line 85: | ||
** <code>tag</code>: <code>(Mixer Name)</code> | ** <code>tag</code>: <code>(Mixer Name)</code> | ||
'''<big>Packet Examples</big>''' | |||
Set Ratio to 66:33: | Set Ratio to 66:33: | ||
* <code>tag=engine_combust_control; command=set_ratio; parameter=66</code> | * <code>tag=engine_combust_control; command=set_ratio; parameter=66</code> | ||
Line 106: | Line 107: | ||
Ever wanted to boast about the engine output to the crew? Well now you can do it automatically! | Ever wanted to boast about the engine output to the crew? Well now you can do it automatically! | ||
'''<big>Outputs</big>''' | |||
* <code>power</code>: <code>(Unformatted power output)</code> | * <code>power</code>: <code>(Unformatted power output)</code> | ||
Line 113: | Line 114: | ||
power=3.84698e+06&powerfmt=3.847 MW | power=3.84698e+06&powerfmt=3.847 MW | ||
'''<big>RegEx patterns</big>''' | |||
Example Output: <code>power=3.84698e+06&powerfmt=3.847 MW</code> | Example Output: <code>power=3.84698e+06&powerfmt=3.847 MW</code> | ||
Seperate powerfmt: <code>(?<=&powerfmt=)[^&]+</code> = <code>3.847 MW</code> | Seperate powerfmt: <code>(?<=&powerfmt=)[^&]+</code> = <code>3.847 MW</code> | ||
Line 125: | Line 126: | ||
The main source of data for engine automation. | The main source of data for engine automation. | ||
'''<big>Outputs</big>''' | |||
* <code>pressure</code>: <code>(Pipe Pressure)</code> | * <code>pressure</code>: <code>(Pipe Pressure)</code> | ||
* <code>temperature</code>: <code>(Pipe temperature)</code> | * <code>temperature</code>: <code>(Pipe temperature)</code> | ||
'''<big>RegEx patterns</big>''' | |||
Example Output: <code>pressure=3410.27&temperature=20462.7</code> | Example Output: <code>pressure=3410.27&temperature=20462.7</code> | ||
Line 145: | Line 146: | ||
Useful for optimizing the target pressure on the blowers. | Useful for optimizing the target pressure on the blowers. | ||
'''<big>Inputs</big>''' | |||
** '''NOTE''': <code>parameter</code> has a max value of 100000kPa | ** '''NOTE''': <code>parameter</code> has a max value of 100000kPa | ||
* <code>Toggle Active</code>: <code>(Pipe Pressure)</code> | * <code>Toggle Active</code>: <code>(Pipe Pressure)</code> |
Revision as of 20:03, 13 December 2023
Controllable Devices
Tired of watching the engine constantly?, Ever want to just outsource your job to a computer? Well this is for you.
These devices are able to recieve signals from MechComp to control the engine/toxins.
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 |
PumpsPowered down pumps do not transfer gas, Meaning they can be used as controllable Electronic Valves, Commands The following points demon
Pump Status The following is transmited whenever a pump recieves are command
Packet Examples Purge Hotloop:
Check All Pumps:
Set Pressure:
|
Gas Mixers |
Gas MixersDid I hear you say "Adjustable combustion chamber temperatures?"
Commands
Packet Examples Set Ratio to 66:33:
Set Pressure to 75kPa:
Turn off mixer:
|
MechComp Devices
Connecting the generator and pressure will require using you multitool on them and selecting "Connect Component"
The Generator |
The GeneratorEver wanted to boast about the engine output to the crew? Well now you can do it automatically! Outputs
power=3.84698e+06&powerfmt=3.847 MW RegEx patterns
Example Output: |
Pressure Meter |
Pressure MeterThe main source of data for engine automation. Outputs
RegEx patterns Example Output: Seperate pressure as whole number: |
Circulators (Blowers) |
Circulators (Blowers)Useful for optimizing the target pressure on the blowers. Inputs
|
Example Contraptions
Use these examples to help get started with making your own controllers.
Hot Loop Auto-purge
Tired of your hot loop pipes rupturing and plasma flooding engineering? Well this is for you!
What it does?
- When the meter pressure is above
14500
, the Arithmetic will send a 1 to both Signal Checks, Signal Check A then sends a WiFi packet to turn on the purge pump.
Mechlab Shopping List:
- 1x RegEx Find Component.
- 1x Arithmetic Component.
- 2x Signal Check Component.
- 1x WiFi Component.
Optional:
- Letter Display (See if the pump is currently on).
- Text Display (Show off your current pipe pressure).
- Component Cabinet.
To Assemble (Or see wiring diagram below):
- Place and wrench components, Optionally: In a component cabinet.
- Interact with a multitool on a pressure meter, select "Connect Component".
- Use a pressure meter that is directly connecting to the furnaces/combustion chamber, Avoid meters on the output end of pipes.
- Interact with the RegEx Find Component, select "Check String".
- Interact with the multitool to finish pairing.
- On the RegEx Find Component set "Expression Pattern" to
([0-9]+)
. - Hold your multitool, Click and drag from the RegEx Find Component to the Arithmetic Component.
- Select "Trigger" then "Set A".
- On Signal Check A, set: "Set B" =
14500
; "Mode" =gte
.- This compares if A >= B, B is your max pressure (Change "Mode" to lte to make this setup do something when the pressure is low, Eg. Turn on an inlet pump).
- On the Arithmetic component set "Set B" to
14500
(This is your Auto-purge pressure). - On the Arithmetic component set "Mode" to
gte
(Greather than or Equal) (Additionally, this is where you could turn this into an Auto-filler if the pressure is low). - Hold your multitool, Click and drag from the Arithmetic Component to both Signal Check Components.
- On Signal Check A, set: "Send Signal" =
tag=Hot Loop Purge Pump;command=power_on
; "Trigger String" =1
; Replace Signal =On
. - On Signal Check B, set: "Send Signal" =
tag=Hot Loop Purge Pump;command=power_off
; "Trigger String" =0
; Replace Signal =On
. - Hold your multitool, Click and drag both Signal Check Components to both the WiFi Component.
- On the WiFi component, set: "Frequency" =
1255
. - Open the manual hot loop purge valve.
- If multiple purge lines, use the one before the engine inlet.
- Kick back and relax?
Wiring Diagram |
Engine Power Output Display
Automagically brag about your engine output
Mechlab Shopping List:
- 1x RegEx Find Component.
- 1x Text Display.
To Assemble (Or see wiring diagram below):
- Place and wrench components.
- Interact with a multitool on the generator, select "Connect Component".
- Interact with the RegEx Find Component, select "Check String".
- Interact with the multitool to finish pairing.
- On the RegEx Find Component set "Expression Pattern" to
(?<=&powerfmt=)[^&]+
. - Hold your multitool, Click and drag from the RegEx Find Component to the Text Display.
Contraption Ideas
- Using inlet pumps, add gas to hotloop if the pipe pressure is low.
- Add oxygen to hotloop every 10 seconds.
- Broadcast engine output to the Engineering radio, Or general radio :)
- Or Low/High Pressure alerts that are sent to radio or PDA.
- Set blowers to the ideal pressure value based on inlet/outlet pressure
Supplementary Video