Pascal To Pound Per Square Inch(PSI): Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoPascalToPSI.png == Summary == Converts pressure values between Pascal and Pound per Square Inch (PSI). == Description == The Pascal To Pound Per Square Inch (PSI) component converts an incoming analog pressure value from Pascals to PSI units. It can also operate in reverse mode, converting PSI back to Pascals. This is especially useful for industrial, automotive, and pneumatic systems that measure or operate in PSI. <b>Diagram:</b> Image:TAr..." |
(No difference)
|
Latest revision as of 00:41, 8 September 2025
Summary
Converts pressure values between Pascal and Pound per Square Inch (PSI).
Description
The Pascal To Pound Per Square Inch (PSI) component converts an incoming analog pressure value from Pascals to PSI units. It can also operate in reverse mode, converting PSI back to Pascals. This is especially useful for industrial, automotive, and pneumatic systems that measure or operate in PSI.
Diagram:
Properties
- Enabled – Enables or disables the conversion.
- Reverse (boolean) – If enabled, performs the reverse conversion (PSI → 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.