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
(3,210 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
(3,185 Views)

Thanks!

0 Kudos
Message 3 of 4
(3,182 Views)

@crossrulz wrote:

 

Spoiler
Hey Hooovahh, those links are in a macroSmiley Wink

I didn't forget.

 

0 Kudos
Message 4 of 4
(3,147 Views)