LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to force the File Path Control Browser button to the RT Target instead of the host machine?

I am building an application on a RT PXI system, and for one of the functions I would like the user to be able to use the browser button of the File Path Control to choose a directory on the PXI. However the browser button seems to only want open a file on the host PC, even though the application is fully deployed on the target. Note that I am controlling the PXI from a host PC. If anyone has any suggestions that would be great. Thanks.
0 Kudos
Message 1 of 3
(3,415 Views)
Hi,

Unfortunately, there is not a VI to do this. Are you browsing to these files from your host VI? In order to access the files on your PXI RT target, you'll need to FTP in and browse to them that way. You could programmatically do this, but there is not a simple VI to do so.
Amanda Howard
Americas Services and Support Recruiting Manager
National Instruments
0 Kudos
Message 2 of 3
(3,384 Views)
It might be easier to simply set up ring control with a specific set of destination folders you know exist on the PXI target in advance. Then your users can simply select from one of those destinations. On the bright side, sometimes restricting your user's options makes their experience easier as well.
Jarrod S.
National Instruments
0 Kudos
Message 3 of 3
(3,368 Views)