Pascal To Torr: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoPascalToTorr.png == Summary == Converts pressure values between Pascal and Torr units. == Description == The Pascal To Torr component converts an incoming analog pressure value from Pascals to Torr. It can also work in reverse mode, converting Torr values back to Pascals. This is useful when interfacing with sensors or systems that require specific pressure units. <b>Diagram:</b> Image:TArduinoPascalToTorr.Preview.png == Properties == *''..."
 
(No difference)

Latest revision as of 00:37, 8 September 2025

File:TArduinoPascalToTorr.png

Summary

Converts pressure values between Pascal and Torr units.

Description

The Pascal To Torr component converts an incoming analog pressure value from Pascals to Torr. It can also work in reverse mode, converting Torr values back to Pascals. This is useful when interfacing with sensors or systems that require specific pressure units.

Diagram:

Properties

  • Enabled – Enables or disables the conversion.
  • Reverse (boolean) – If enabled, performs the reverse conversion (Torr → Pascal).

Pins

Input Pins

  • In (analog) – Input pressure value.

Output Pins

  • Out (analog) – Converted pressure value.

Categories