LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Table keep updating

Hi guys i need help on this VI.

I am going to write the data in hex form ,convert to number, and display in table form/list form.

Now my table continuing repeat the same result and i want it to show the result only when i key in the hex and press enter. but it simply dont do this.

And it keep showing the same result even i key in many data.why it behave like that ? I already put it into a while loop .

Thanks in advance.

 

 

0 Kudos
Message 1 of 4
(2,082 Views)

Attach your code!  Without seeing what you're doing, how can we help you?

0 Kudos
Message 2 of 4
(2,078 Views)

Sorry i make my question too confusing.

i want to convert my a bunch of hex data into decimal and show in a table.

But now it can only convert the first 2 digits and ignored the rest.

i tried quite a few method but none of them works.

My hex data may not be in a nice format thats why i need to extract out.

 

I appreaciate your helping.

 

Cheers.

Download All
0 Kudos
Message 3 of 4
(2,044 Views)

I'd start with something like this, then make it more complicated if you need to strip out non-hex characters first.

Hex String to Numbers.png

0 Kudos
Message 4 of 4
(2,029 Views)