LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

get all array elelments every 16 and put in single elemets and convert to ASCII

 

Hello everyone,

 

Please help me. i'm having hard time to do the attached image below can someone please see my code and , give me some advice.. I want to convert every 0-16 in ascii 17-32 etc and put ascii value right side of every 16 counts..thanks all.

 

 

 Image_88 Mar. 26 14.08.jpg



Thank you & Best regards
syrpimp

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

Have a look at the Byte Array To String function. You can split up the byte array into 16 byte chunks, then call Byte Array To String on each chunk, then append that to each line of the table. 




Certified LabVIEW Architect
Unless otherwise stated, all code snippets and examples provided
by me are "as is", and are free to use and modify without attribution.
0 Kudos
Message 2 of 4
(2,494 Views)

 

 

 



Thank you & Best regards
syrpimp

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

thanks Sir, I Just did..

but instead of using multicolumn listbox i used table..

 

Image_90 Mar. 26 19.05.jpg



Thank you & Best regards
syrpimp

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