From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,425 Views)
Solution
Accepted by 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,418 Views)

Thank You very much. I really appreciate the help.

0 Kudos
Message 3 of 6
(3,409 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,331 Views)

Hi,

 

Here it is in LV8.0

 

Warm regards,
Nitz

(Kudos are always welcome:))

0 Kudos
Message 5 of 6
(3,322 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,152 Views)