LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write a measurement file in Real Time module

I'm trying to write a measurement file while using the host VI and I'm utilizing the express write measurement file tool.  When I run the VI no file is written. What am I doing wrong?
 
-wblachfo
0 Kudos
Message 1 of 3
(2,381 Views)
Please post your VI so others can see what you are doing and help find the problem. Smiley Wink
0 Kudos
Message 2 of 3
(2,370 Views)
wblachfo-

Posting your code (or a screenshot of it) is definately helpful, but here are a few things you might want to check:

-Make sure you are handling the errors (with a simple error handler or automatic error handling)
-Make sure you are sending non-void data into the express VI
-Doulbe check the file name field in the express VI or just use the prompt to choose the file location

We'll know more when we can see your code.

Xaq
0 Kudos
Message 3 of 3
(2,362 Views)