12-22-2020 08:47 AM - edited 12-22-2020 08:51 AM
@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.
12-22-2020 12:29 PM
@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. 😉