LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Kvaser CAN txt to numeric array

Solved!
Go to solution

@electronic_lab wrote:

The problem working with strings is that is too slow. I have tried it but it may cost an hour with my string.


Then you are probably doing it wrong. Your data starts out as string and ends in a string (i.e. inside a file), going through any other intermediary representations will add processing costs.

0 Kudos
Message 11 of 12
(77 Views)
Solution
Accepted by topic author electronic_lab

I mean, I tried the block he pasted and it was really slow. With a large amount of data, the while loop took too much time to end. I finally tried to transform the txt to separated by tabs, and is pretty easy to open it in an array in Labview. I would love that Labview has a posibility to consider multiple continuos spaces as one space (just as excel does).

 

open with delimiter txt.png

0 Kudos
Message 12 of 12
(56 Views)