LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reverse step to "Boolean To (0,1)" function

I want to do something like the reverse step of the "Boolean To (0,1)" function. That is, I want to convert numerical 0's or 1's to their equivalent boolean. Is there an easy way to do this?

Thanks for responses.
0 Kudos
Message 1 of 6
(4,437 Views)
Attached is a vi that you can use. I'm not sure if there is a LabVIEW built-in function to perform this task.
0 Kudos
Message 2 of 6
(4,437 Views)
Thanks, it's pretty useful.
0 Kudos
Message 3 of 6
(4,437 Views)
Minor enhancement.
0 Kudos
Message 4 of 6
(4,437 Views)
use the comparator function different of 0


"AndresMenacho" a écrit dans le message de news:
506500000008000000D0620000-1031838699000@exchange.ni.com...
> I want to do something like the reverse step of the "Boolean To (0,1)"
> function. That is, I want to convert numerical 0's or 1's to their
> equivalent boolean. Is there an easy way to do this?
>
> Thanks for responses.
0 Kudos
Message 5 of 6
(4,437 Views)
I use the ">0" vi in those cases.
0 Kudos
Message 6 of 6
(4,437 Views)