LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

remove unwanted characters from beginning of a string

I have a VI that is returning a string from a serial connection. The attaached file is what it is returning.

 

 

 

The numbers after the 224 represent the pressure. I am not sure why it  is returning an extra character each time it read in my loop but that shouldnt matter for what I need done.

The pressure is every number after the 224. I need to remove the numbers 224 and all the previous characters so that I am left with just the pressure. Any thoughts on  how to do this? Is it at all possible without a loop? In other words, I need only the last 8 characters of the string. Thanks in advance.

 

0 Kudos
Message 1 of 2
(4,453 Views)
Try this. Just a couple of Reverse String functions and a String Subset.
Message 2 of 2
(4,444 Views)