09-22-2016 10:55 AM
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!
Solved! Go to Solution.
09-22-2016 11:19 AM
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
09-22-2016 11:28 AM
Thanks!
09-22-2016 01:14 PM
@crossrulz wrote:
SpoilerHey Hooovahh, those links are in a macro
I didn't forget.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord