Pascal To Bar Pressure: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoPascalToBar.png == Summary == Converts pressure values between Pascal and Bar. == Description == The Pascal To Bar Pressure component converts an incoming analog pressure value from Pascals to Bar units. It can also operate in reverse mode, converting Bar back to Pascals. This is useful in scientific, industrial, and engineering applications where pressure is typically expressed in Bar. <b>Diagram:</b> Image:TArduinoPascalToBar.Preview.png..." |
(No difference)
|
Latest revision as of 00:42, 8 September 2025
Summary
Converts pressure values between Pascal and Bar.
Description
The Pascal To Bar Pressure component converts an incoming analog pressure value from Pascals to Bar units. It can also operate in reverse mode, converting Bar back to Pascals. This is useful in scientific, industrial, and engineering applications where pressure is typically expressed in Bar.
Diagram:
Properties
- Enabled – Enables or disables the conversion.
- Reverse (boolean) – If enabled, performs the reverse conversion (Bar → Pascal).
Pins
Input Pins
- In (analog) – Input pressure value.
Output Pins
- Out (analog) – Converted pressure value.
Categories
- File:TArduinoAnalogCategory.png Category Analog – Analog signal processing components.
- File:TArduinoConversionCategory.png Category Conversion – Unit conversion components.