LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TCP Data stream

Solved!
Go to solution

thanks, it shows me now the first value (time). how can I get the second value (signal) out of the string?

 

0 Kudos
Message 41 of 43
(397 Views)
Solution
Accepted by topic author lepina

@lepina wrote:

thanks, it shows me now the first value (time). how can I get the second value (signal) out of the string?

 


Change the regular expression in the code I sent you earlier from "(.*)\s(.*)\s" to "([\d,]*)\s([\d,]*)\s". That will separate the values correctly.

 

You can also use the Spreadsheet String To Array that crossrulz suggested as well.



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
Message 42 of 43
(393 Views)

thanks a lot mark, now it shows me the diagrams with a time stamp on the X and the signal on the Y axis.

 

0 Kudos
Message 43 of 43
(371 Views)