LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Tracing OSA data automatically when thermocouple reading stabilized

 For the "Labview requiers user input", you can have a look at the picture trace.JPG that I sent in one of my previous messages.

 So, is there any constant VI to write data to a file. (everytime a different file)

 

Thanks

0 Kudos
Message 11 of 14
(707 Views)

Hello,

 

You are seeing the dialog appear because you have a control written to the open/create report function.  It is dialog if it is empty and therefore prompts to the user. The thing to do is to either write a constant to the function with the appropriate file location or to write something inside the control and make that information the default.

 

Regards,

Andrew Eddleman

National Instruments
RIO Embedded Hardware PSE

CompactRIO Developers Guide
0 Kudos
Message 12 of 14
(691 Views)

 I modified the code as in the attached picture. This time the code automatically generates the file name, but it does not the create the file. Could you please give an example VI that creates a file with the automatically generated file name.

 If there is not, is there any VI that writes a string to a specified file without requiring any user input. (the only thing is that it should not overwrite the data)

0 Kudos
Message 13 of 14
(683 Views)

 I think I have found a solution to my problem.

 

Thank y'all for your interest and for your help. 

0 Kudos
Message 14 of 14
(677 Views)