LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read from Measurement file

hello together,
i´m sitting here since an unbelievable time to solve my LabView problem.
Maybe you can give me a hint?
My problem is to display a chart from a text based measurement file
with some paramenters like date/time and pH, Stirrer rpm and so on.
I think, that the time in the first column has a strange format, so that the
vi "Read from Measurement file" can not recognize it right and the trend of the multiple
lines are only verticals. i´ve tried much different choices in the
dialog box and block diagramm inputs, also in the front panal.
please be so kind and give me a jump start.

 

Download All
0 Kudos
Message 1 of 6
(2,765 Views)

Wrong forum! I asked the moderator to move it to the LabVIEW forum. Stay tuned.

0 Kudos
Message 2 of 6
(2,748 Views)

It appears to me that this is not an LVM file, just some data exported to a tab delimited format and renamed to LVM.  Use the Read from Spreadsheet File VI to read the file in as a string array and go from there.

aputman
------------------
Heads up! NI has moved LabVIEW to a mandatory SaaS subscription policy, along with a big price increase. Make your voice heard.
0 Kudos
Message 3 of 6
(2,720 Views)

Hi,

thank you for your posting. i´ll try the spreadsheet vi.

0 Kudos
Message 4 of 6
(2,642 Views)

Hi namensreich,

 

one more note: your "LVM" file is written using UNICODE encoding. This will be a bigger problem when you try to load this file in LabVIEW.

 

You need to convert it to plain ASCII to easy handling in LabVIEW! (WordPad is able to do this, see attachment.)

 

Next point: I recommend to use the point as decimal separator instead of your currently used comma…

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 6
(2,621 Views)

Try to start with a file load routine like this to load the ASCII version of your data file:

check.png

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 6 of 6
(2,614 Views)