01-05-2009 10:00 PM
hey all
i have a decimal array ( or atleast thats what i think it is).
the array is 1010 ( and the number of bits can change depending on the application)
that 1010 is in decimal. i want to convert that into a boolean 1010 because i have to open close few ports in that logic.
please help
thanks a lot
more kudos to give 🙂
Solved! Go to Solution.
01-05-2009 10:08 PM
Your information is a bit sparse, So I'm filling in some blanks by guessing....
1010 is not an array (and no boolean either!)
Is each digit an element of the array? What is the representation?
If each digit is a numeric element of the array, just wire a "not equal zero" to the array and you'll get a boolean array.
It might be easier if you could attach a simple VI that contains the array you have and the array you want. Thanks!
01-05-2009 10:19 PM - edited 01-05-2009 10:21 PM
01-15-2009 12:41 AM
Mr. Nikhilvastarey
Is your problem solved? Please reply back to the questions of altenbach so that we can reply you further.
Thanks
ga101
02-10-2009 05:20 AM
Yes, thank you.
My problem is solved. i already clicked on the "solution" link to confirm that.
Thank you very much
🙂