LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Modify the VI developed to use a Case Structure instead of a Greater than function to compare the input temperature with the set point.

Hi I am new to VI and could use some urgent help.

The VI Below contains a setpoint, and a temperature. When the temperature exceeds the setpoint the LED will turn on.

I now need to do this, however instead of using the greater then comparison function I am asked to use a case structure.

I have no idea how to do this, and am having trouble connecting the LED and the case Structure

 



--- I CANT ATTACH MY VI FILE OR A PICTURE, PLEASE EMAIL ME IF NEEDED

ROBBGC@GMAIL.COM
0 Kudos
Message 1 of 4
(2,756 Views)

I hate homework assignments that tell you to do something that makes no sense at all...

Well, the case selector can accept numerics.  It will be coerced to an integer to do it.  Also your threshold will not be moveable.


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
0 Kudos
Message 2 of 4
(2,744 Views)

The threshold being my set point? And how would I then be able to wire the led to light up whenever the set point is exceeded by my numeric control(temperature)

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

The point of the exercise is to get familiar with Case ranges, i'd suppose.

Check "Entering Values for Each Case Structure Subdiagram" in the help.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 4 of 4
(2,689 Views)