10-17-2013 09:32 PM
@ikaloopy wrote:
suppose i get below answer when the barcode being scan.
"r% & Mb!Hd"Cf
This means you already have the binary string (not the hex formatted string as in the example posted). All you need to do is change the string indicator to hex display. No code needed.
10-17-2013 09:39 PM
sorry but i dont understand. i try to change the properties of string to hex display but it give out diff value.
10-17-2013 09:43 PM
This conversation is going in circles.
When you use the barcode scanner, what shows up in the string that comes from it? Is that string indicator in normal display or hex display mode?
Now once you have that, how do you want to convert it? What do you want things to look like on the screen in the end? And is that with the string in normal display or hex display mode?
10-17-2013 09:48 PM
sorry.im still new in labview and all this. what i need is to display in the hex format after converted by the binaryto hex.vi. which is "r% & Mb!Hd"Cf
i just dont know how to convert from this value of : 60025205000006000000000000000000 to value of 227225202026204D62214864224366.
10-17-2013 10:08 PM
sorry for be unpatient. but did u could not help me to understand this thing.
10-17-2013 10:15 PM
@ikaloopy wrote:
sorry.im still new in labview and all this. what i need is to display in the hex format after converted by the binaryto hex.vi. which is "r% & Mb!Hd"Cf
i just dont know how to convert from this value of : 60025205000006000000000000000000 to value of 227225202026204D62214864224366.
You need to be more specific what that "conversion" is supposed to do.
10-17-2013 10:22 PM
actually i dont know the form of this number of 60025205000006000000000000000000. how did RavenFans change to the hex string of 227225202026204D62214864224366. im clueless..
10-17-2013 10:29 PM
@ikaloopy wrote:
actually i dont know the form of this number of 60025205000006000000000000000000. how did RavenFans change to the hex string of 227225202026204D62214864224366. im clueless..
Ravens converted "r% & Mb!Hd"Cf" to 2272 2520 2026 204D 6221 4864 2243 66.
Where did "60025205000006000000000000000000" suddenly come from? You are not making a lot of sense....
10-17-2013 10:31 PM
ok sorry i give the different value. from this value of 60025205000006002D42012844022346
10-17-2013 10:48 PM
is it still not making sense. im confuse the binary form in math with this form as u said it is binary string already.