Pascal To Water Level Pressure: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoPascalToWaterLevel.png == Summary == Converts pressure values between Pascal and water level height. == Description == The Pascal To Water Level Pressure component converts an incoming analog pressure value from Pascals into the equivalent water column height. It can also operate in reverse mode, converting water level back to Pascals. Optionally, the conversion output can be expressed in inches instead of centimeters. <b>Diagram:</b> Image:..."
 
(No difference)

Latest revision as of 00:45, 8 September 2025

File:TArduinoPascalToWaterLevel.png

Summary

Converts pressure values between Pascal and water level height.

Description

The Pascal To Water Level Pressure component converts an incoming analog pressure value from Pascals into the equivalent water column height. It can also operate in reverse mode, converting water level back to Pascals. Optionally, the conversion output can be expressed in inches instead of centimeters.

Diagram:

Properties

  • Enabled – Enables or disables the conversion.
  • Reverse (boolean) – If enabled, performs the reverse conversion (Water Level → Pascal).
  • In Inches (boolean) – If enabled, expresses the water level in inches instead of centimeters.

Pins

Input Pins

  • In (analog) – Input pressure value.

Output Pins

  • Out (analog) – Converted water level pressure.

Categories