LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I write only numeric info (decimal, hexadecimal, etc) into a table, multifunction... (don't remember), etc?

Hi everyone
 
I only want write numeric data into a table, like this:
 
00000       FF  DE  05  6A
00001       DD  D2 ....
...
 
 
I know I can do this into an Array... but I want see this info in front panel like an excel file. The table control mustn't write another characters like "X, P, M, etc"... only binary data, hexadecimal...
 
How can I do this?
 
 
0 Kudos
Message 1 of 3
(2,653 Views)
Convert your strig to a U8 array using "String to byte array". Now format it using %02x.
0 Kudos
Message 2 of 3
(2,649 Views)
Many years ago, I wrote something similar. I have just stripped out some extra functionality to simplify things.
 
See if this suits your needs. Modify as needed. (LabVIEW 7.1). 🙂
0 Kudos
Message 3 of 3
(2,648 Views)