LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make Bitwise operation in Labview ?

Hello.. everyone,

I need to make the bitwise operation (or) in Labview, but I can't find it somewhere!!!

Anybody has the experiece about it, pls help me !!

Thanks a lot
0 Kudos
Message 1 of 3
(7,462 Views)
Hi Nok,

The standard OR function in the boolean sub palette of the functions palette performs a bitwise operation on it's input data. This is a polymorphic function so you can input scalar booleans, arrays of booleans or numerics.

Hope this helps,

Nick
Message 2 of 3
(7,462 Views)
Thanks...a lot, Nick Storton,

That is right.
0 Kudos
Message 3 of 3
(7,462 Views)