LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert multiple files to .txt

Solved!
Go to solution



Would you be so kind to redirect me to these resources? I didn't find them.

@GerdW  ha scritto:

The different modes of "loop tunnels" and "autoindexing arrays" are very very basic LabVIEW stuff: you really should have learned that in the last 2 months!


During these months I didn't have the time to learn a new software like LabView, for this reason I was hoping you guys could help me out.

 

I started to convert those signals using Python, they are DTLG binary files but the output that my python code gives me is incorrect...that's why I had to opt for LabView.

 

This is the code that I used:

 

data = numpy.fromfile('1_good', dtype='>d')

 

and the incorrect output is an array with the right values but mixed with the timestamps:

array([1.49772500e+021, 2.12199588e-314, 1.15710794e-305, ...,
       7.32421875e-003, 0.00000000e+000, 9.94690586e-316])

 

0 Kudos
Message 21 of 21
(175 Views)