LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i write a datalog without seeing the dialog box

how can I write a datalog without seeing the dialog box ?
Precisely, a writing without asking any questions, so automaticly.


















t
0 Kudos
Message 1 of 4
(2,720 Views)
The dialog box appears when there is no file path defined. Make sure to wire in a file path for your datalog file when you open the file reference. You should provide some method for the user to specify the file path unless it is to be used as an internal resource in your program. Simply placing a path control on the front panel and wiring it to your File Open function should do the trick.

Daniel L. Press
PrimeTest Corp.
www.primetest.com
Message 2 of 4
(2,720 Views)
that's what i did.
I send you a picture of my diagramme and tell me want is wrong.

Thanks
0 Kudos
Message 3 of 4
(2,720 Views)
You put a File Dialog function in there. You are specifically demanding a file dialog. Just remove it and wire your path directly to the New File function.

- Dan
0 Kudos
Message 4 of 4
(2,720 Views)