LabVIEW

cancel
Showing results forΒ 
Search instead forΒ 
Did you mean:Β 

Labview question

Solved!
Go to solution

Develop a VI that computes the pressure as a function of temperature for an ideal gas: 𝑃 = π‘šπ‘…/𝑉 (𝑇), which is π‘šπ‘…/𝑉 = π‘π‘œπ‘›π‘ π‘‘π‘Žπ‘›π‘‘ = 10 π‘˜π‘ƒπ‘Ž/𝐾 Use a Numeric Control for temperature in kelvin (input), but use a Meter or Gauge to display the pressure in kPa (output). Numeric Control for temperature, Meter o Gauge for Pressure. How would I start this in labview? Thanks!

0 Kudos
Message 1 of 4
(2,975 Views)
Solution
Accepted by topic author lsnavy

As the problem states, start with a numeric input for the temperature and a guage indicator for the pressure.  After that, you just need to multiply the temperature by 10 to get your pressure.

 

If you are stuggling with this, I highly recommend you go through some of the tutorials

3 Hour Introduction
6 Hour Introduction
LabVEW Basics
Self Paced training for students
Self Paced training beginner to advanced, SSP Required
LabVIEW Wiki on Training
Learning NI
Getting Started with NI Products

 

Spoiler
Hey Hooovahh, those links are in a macroSmiley Wink

GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 4
(2,950 Views)

Thanks!

0 Kudos
Message 3 of 4
(2,947 Views)

@crossrulz wrote:

 

Spoiler
Hey Hooovahh, those links are in a macroSmiley Wink

I didn't forget.

 

0 Kudos
Message 4 of 4
(2,912 Views)