Pascal To Pound Per Square Inch(PSI)

From Visuino
Revision as of 00:41, 8 September 2025 by Visuino (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File: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.

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