07-06-2010 01:59 AM
Hello,
Please find the attached vi.
I want to take the data byte 0xA1 seperately, to perform some operation.
How shall i seperate this data byte from the cluster of 8 bytes?
-mfp
07-06-2010 02:04 AM
I am having only lv 8.0 here so not able to view your vi. Did you try "unbundle by name" found inside the cluster palatte?
07-06-2010 02:07 AM
Okay.
Thanks for the help.
-mfp.
07-06-2010 02:27 AM
07-06-2010 04:51 AM
Yea, Exactly.
After that, i need to combine two bytes to form a 16-bit hexadecimal data.
ex:- if byte 1 - 0x12 and byte 2 - 0x34 required output of 0x1234.
Result need to be in hex form itself (not decimal). i tried by using join numbers pallette, but result i am getting is in decimal form.
Please comment on this.
-mfp.
07-06-2010 05:44 AM
@Favas wrote:
[...] result i am getting is in decimal form.
Please comment on this.
Change the display of your indicator to hex.