LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

File Path

I am trying to make "Please choose location to save file". I have copied and pasted it from somewhere. However how do I make it myself. I tried using the CONTROLS panel without any success. Anyone can help. The VI is attached.
0 Kudos
Message 1 of 4
(2,872 Views)
Hi
 
Could you give some more information?
 
If you just want a dialog to browse for a file-destination, there is already a vi in the file palette (File I/O >> Advanced File Functions) called File Dialog.
 
Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
Message 2 of 4
(2,868 Views)
I want to know how to recreate the green symbol with the heading "Please Choose Location To Save File". How is that symbol recreated in the BLOCK diagram and it's corresponding image in the front panel.
0 Kudos
Message 3 of 4
(2,866 Views)

Ah - now I see.

That's a path reference. You can create on various ways:

1a. Place a "control refnum" from the refnum palette on the front panel

1b. Right-click it and select Select VI Server Class >> Generic >> GObject >> Control >> Path (btw using this way you can create almost every kind of control reference)

2a. Place a path control on the front panel

2b. Right-click it and select Create >> reference

2c. Right-click the reference on the block diagram and select Create >> control

 

Hope this helps.

 

Thomas

Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 4 of 4
(2,861 Views)