6
2026-01-24 12:49:55 +03:00

24 lines
1019 B
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<Document>
# Пневмоклапан
Двунаправленный клапан с управлением давлением.
<Box>
<GuideEntityEmbed Entity="PressureControlledValve"/>
</Box>
Имеет 3 соединения:
- Два двунаправленных (вход/выход)
- Управляющее
Логика работы:
- [color=green]Открывается[/color] при давлении на выходе ниже контрольного на [color=orange][protodata="PressureControlledValve" comp="PressureControlledValve" member="Threshold"/] кПа[/color]
- [color=red]Закрывается[/color] при выравнивании давлений
Преимущества перед [textlink="насосами" link="Pumps"]:
- Более быстрая подача
- Пассивная работа
Применение:
- Автоматический сброс газов
- Быстрое заполнение объемов
</Document>