LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Design 3 value with 1 indicator

Solved!
Go to solution

Hello All,

I have a problem with ic gates program, how these combine it with the value knob on labview program

This program have a 3 value but with 1 indicator,

 

 

I want to build,

Knob 1. When the knob value is greater or equal 0>= lamp on, when value greater or equal >=5 lamp off, and when value greater or equal  >= 9 lamp on again,

Knob 2. When the knob value is greater or equal 0>= lamp off, when value greater or equal >=5 lamp on, and when value greater or equal  >= 9 lamp off again,

 

I waiting your help guys,

 

im use 2013 labview version

 

Thank,

Stewkidz

0 Kudos
Message 1 of 6
(3,598 Views)
Solution
Accepted by StewKidz

Use In Range and Coerce Function or boolean functions

Message 2 of 6
(3,591 Views)
Solution
Accepted by StewKidz

As was said, the In Range And Coerce with another comparison and an OR will get you there.


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 3 of 6
(3,579 Views)

@StewKidz wrote:

Hello All,

I have a problem with ic gates program, how these combine it with the value knob on labview program

This program have a 3 value but with 1 indicator,

 

 

I want to build,

Knob 1. When the knob value is greater or equal 0>= lamp on, when value greater or equal >=5 lamp off, and when value greater or equal  >= 9 lamp on again,

Knob 2. When the knob value is greater or equal 0>= lamp off, when value greater or equal >=5 lamp on, and when value greater or equal  >= 9 lamp off again,

 

I waiting your help guys,

 

im use 2013 labview version

 

Thank,

Stewkidz


First set the priority and Use  between three Points

 Use Select switch and Feed Boolean Inputs to decide ON or OFF

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
Message 4 of 6
(3,578 Views)

Mr Artem.SPb and Mr Crossrulz

Thanks you very much for your help,

Before i build it with"formula node"

Before.jpg

Now the program is so simply with "In Range and Coerce FunctionSmiley LOL

 

 

Thank,

Stew kidz

0 Kudos
Message 5 of 6
(3,567 Views)

Go through the attached sloution. it may helps you.....

NI CLDlabview-programming-fundamentalslabview-environment
0 Kudos
Message 6 of 6
(3,550 Views)