LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

UDP data format

Solved!
Go to solution

What do you mean by have the Current Data indicator show typical data? It's just an FYI to show what line of data labview is reading.

 

Here is the data that should be read in by labview though.

Message Edited by mattbiegner22 on 06-13-2010 06:28 PM
0 Kudos
Message 11 of 16
(1,989 Views)

I just need to see how a typical string looks like. If you want, just copy/paste a few lines from the datafile here.

 

EDIT: OK, got it. Thanks! 

Message Edited by altenbach on 06-13-2010 04:31 PM
0 Kudos
Message 12 of 16
(1,984 Views)
-117.857338,34.899256,669.580733,0,0,0
-117.857338,34.899256,669.580733,0,0,0
-117.857338,34.899256,669.580733,0,0,0
-117.857338,34.899256,669.580733,0,0,0
-117.857338,34.899256,669.580733,0,0,0
-117.857338,34.899256,669.580734,0,0,0
-117.857338,34.899256,669.580734,0,0,0
0 Kudos
Message 13 of 16
(1,980 Views)
Solution
Accepted by mattbiegner22

Here's what I would do instead (LabVIEW 8.6).

 

 

Message 14 of 16
(1,956 Views)
so is the typecast block converting it to binary data by default?
0 Kudos
Message 15 of 16
(1,934 Views)
Yes, if you don't wire the type input, you'll get a string.
0 Kudos
Message 16 of 16
(1,930 Views)