LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Splitting string into multiple string output

Solved!
Go to solution

Hello,

 

I have this string input from serial port which looks like this:

 

Voltage20Current10Temperature32

 

They are all tab delimited. 

 

And I need them to split into three outputs (possibly converted to numerals) -->

Output1 --> 20 

Output2 --> 10 

Output3 --> 32 

 

Your help will be appreciated. Thanks.

 

 

0 Kudos
Message 1 of 6
(3,376 Views)
Solution
Accepted by topic author ManuSharma

Hi Manu,


Try the attached example.


Regards,
Nitz

(Give Kudos to good Answers, Mark it as a Solution if your problem is Solved;)) 

Message 2 of 6
(3,369 Views)

Thank You very much. I really appreciate the help.

0 Kudos
Message 3 of 6
(3,360 Views)

I know this is annoying but I have the same problem with serial reads but only with Labview 8.  Would appreciate it if you could offer me a LV8 copy of your solution?

Thanks,

 

0 Kudos
Message 4 of 6
(3,282 Views)

Hi,

 

Here it is in LV8.0

 

Warm regards,
Nitz

(Kudos are always welcome:))

0 Kudos
Message 5 of 6
(3,273 Views)

Hey meetjack,

 

Did you try checking out the code that has been already posted in this thread??

 

regards,
NitzZ

0 Kudos
Message 6 of 6
(3,103 Views)