LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

1d array to multicolumn listbox

Solved!
Go to solution

 

 

HEllo everyone,

 

 I am doing some work on array and Multicolumn Listbox, I want the hex array input should be displayed in a Multicolumn Listbox, and the total element in an array is 256, I  want the 0-15 data  from  element of an array will be displayed in first row of  Multicolumn Listbox , and on the second row 16-31 in second row of  Multicolumn Listbox and so on, how to do that?

 

 

 

Image93 Dec. 13 14.45.jpg

 

 

 



Thank you & Best regards
syrpimp

=======================================================
“You must continue to gain expertise, but avoid thinking like an expert." -Denis Waitley
0 Kudos
Message 1 of 8
(4,914 Views)
Solution
Accepted by topic author syrpimp

Here's a way to do that.

Regards,

Marco

 

 

test.png

Message 2 of 8
(4,895 Views)

exactly MarcoMauri thanks you very much... very helful and it fits my satisfaction



Thank you & Best regards
syrpimp

=======================================================
“You must continue to gain expertise, but avoid thinking like an expert." -Denis Waitley
0 Kudos
Message 3 of 8
(4,883 Views)

my problem now is how to convert them in ascii , can you help me on it, thanks



Thank you & Best regards
syrpimp

=======================================================
“You must continue to gain expertise, but avoid thinking like an expert." -Denis Waitley
0 Kudos
Message 4 of 8
(4,870 Views)

If you need to convert your U8 array to an ASCII string you can use "Byte Array To String"  vi.

 

Regards,

Marco

Message 5 of 8
(4,864 Views)

thanks.. how about convert to ascii each value in every element of an array and display it  to multiculomn listbox, so every cell in mlticulomn listbox has its corresponding ascii code with respect to the hex listbox ?

 

 

Image95 Dec. 13 18.23.jpg

 

 



Thank you & Best regards
syrpimp

=======================================================
“You must continue to gain expertise, but avoid thinking like an expert." -Denis Waitley
0 Kudos
Message 6 of 8
(4,856 Views)
Solution
Accepted by topic author syrpimp

Give this a try.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 7 of 8
(4,836 Views)

that was great 



Thank you & Best regards
syrpimp

=======================================================
“You must continue to gain expertise, but avoid thinking like an expert." -Denis Waitley
0 Kudos
Message 8 of 8
(4,824 Views)