MViControl Posted October 12, 2009 Report Share Posted October 12, 2009 Hi all, in what way you do the bit operation in labview? I found that there are no bit operation function in labview pannel(does not like << or >> in c). Quote Link to comment
Daklu Posted October 12, 2009 Report Share Posted October 12, 2009 Look in the Numeric -> Data Manipulation palette. There are four bit manipulation primitives there: Shift, Rotate, Rotate Right With Carry, and Rotate Left With Carry. Quote Link to comment
Ton Plomp Posted October 12, 2009 Report Share Posted October 12, 2009 Hi all, in what way you do the bit operation in labview? I found that there are no bit operation function in labview pannel(does not like << or >> in c). And the boolean operations (AND, NAND, XOR, OR, Implies, OR) can be done on integers as well. Ton Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.