LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to program a conditional in LabVIEW

Solved!
Go to solution

@GokuJubilao wrote:

I have to program a power supply but and i want that, if my input is less than 0 the relay reverse the polarity of the current and if is greather than 0 turn off the relay. There is no possibility to do that? Can´t convert my array in numbers one by one?


Like this?  Or if you just want to process one of them, use Index Array.  It is just easier to process items as an array if you are dealing with more.  But all of these nodes will accepts scalers as well as arrays.


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 11 of 12
(369 Views)

@GokuJubilao wrote:

There is no possibility to do that?


LabVIEW is a full featured programming language and can do virtually everything you want, but you need to know what you want. 😉

Message 12 of 12
(356 Views)