For example, I want to enter the binary value 1010000 into a field in LabView, and I want LabView to convert it to the number 80. For example, 101 would be the number 9.
And I also want my application to convert all numbers read from our device and display them in their binary form. So it would receive the number 80, and display it as 1010000.
Using normal procedures I send 1010000 to our device and it records it as 80, so somewhere along the line LabView does this.
However, if I want to enter a 16-bit number, a number with 16 ones or zeroes, then LabView limits the data range to the maximum 16-bit value, 65,535.
Thanks for the help.
-Kazem