PneumaticValve.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <Document>
  2. # Pneumatic Valve
  3. The pneumatic valve is a bidirectional valve controlled via a pressure input.
  4. <Box>
  5. <GuideEntityEmbed Entity="PressureControlledValve"/>
  6. </Box>
  7. The pneumatic valve has 3 connections: input, output, and control.
  8. The "input" side will be the input/output connection with the highest pressure, and can switch sides, making the valve bidirectional.
  9. <Box>
  10. <GuideEntityEmbed Entity="GasPipeStraight" Caption="Input/Output"/>
  11. </Box>
  12. <Box>
  13. <GuideEntityEmbed Entity="GasPipeStraight" Caption="Control" Rotation="90"/>
  14. <GuideEntityEmbed Entity="PressureControlledValve" Caption=""/>
  15. <GuideEntityEmbed Entity="FloorTileItemSteel" Caption=""/>
  16. </Box>
  17. <Box>
  18. <GuideEntityEmbed Entity="GasPipeStraight" Caption="Input/Output"/>
  19. </Box>
  20. The valve will [color=green]open[/color] when the pressure on the output side is lower than the pressure on the control side by [color=orange][protodata="PressureControlledValve" comp="PressureControlledValve" member="Threshold"/] kPa[/color].
  21. The valve will [color=red]close[/color] when the pressure of the output side reaches the pressure of the control side within [color=orange][protodata="PressureControlledValve" comp="PressureControlledValve" member="Threshold"/] kPa[/color].
  22. For example, a pneumatic valve with a control pressure of 500 kPa will open when the output pressure is 500 kPa - [color=orange][protodata="PressureControlledValve" comp="PressureControlledValve" member="Threshold"/] kPa[/color] or lower, and it will close when the output pressure is 500 kPa - [color=orange][protodata="PressureControlledValve" comp="PressureControlledValve" member="Threshold"/] kPa[/color] or higher.
  23. The valve's control pressure is determined by a pipenet connection, and as such can be adjusted on the fly by a [textlink="pump" link="Pumps"] or another source of pressure control.
  24. ## Differences to Pumps
  25. The pneumatic valve is different from a [textlink="pump" link="Pumps"] which moves gas via work.
  26. The pneumatic valve is a passive device that moves gas based on the higher pressure of the input gas, and as such it can sometimes fill volumes faster than a [textlink="pump" link="Pumps"] can.
  27. For example, a pneumatic valve with a control pressure of 500 kPa will fill a volume faster than a pressure [textlink="pump" link="Pumps"] set to 500 kPa.
  28. However, the [textlink="pump" link="Pumps"] will be able to maintain the pressure in the volume more accurately.
  29. The pneumatic valve can be used in a variety of applications, for example:
  30. - To automatically vent gasses in a burn chamber based on control input
  31. - The filling of a volume quickly, based on a customizable control pressure
  32. </Document>