LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to turn off the dialog box in the Write to Spreedsheet File

I am saving data in a loop using "Write to Spreedsheet File". When I gave a constant path to this Vi, it was fine. However, when I gave a path defined by a global variable, it consistantly popup dialog box and asked for my choice.

 

How can I turn off that dialog box?

 

Thanks.

Smiley Happy 

0 Kudos
Message 1 of 3
(2,261 Views)

Simply ensure that the path in the global variable is valid.

 

It could be that you have a race condition and the global is read before a valid value gets written to it from elsewhere. Can you show us some code?

Message 2 of 3
(2,259 Views)
Sounds like the global is uninitialized.  Or like altenbach said, invalid.
--
Tim Elsey
Certified LabVIEW Architect
0 Kudos
Message 3 of 3
(2,237 Views)