LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Open external file

Hi all,

 

I would like to open any file programatically from the front panel.

like to open xls file excel or wav in media player etc.

 

What are the ways in which i can do it.

 

I think sysexec vi can be used but how to do it?

 

regards

0 Kudos
Message 1 of 3
(2,842 Views)
Sorry guys i got from 1 of the example
0 Kudos
Message 2 of 3
(2,838 Views)

Hi shrekt,

 you can use activex controls from where you can directly paste windows media player or excel sheet on the front panel itself...If you want to use systemexec.vi..for windows media player..the command will be wmplayer and you need to pass the file name ..i.e wmplayer <file path>.In system exec you can use this wayExample_VI_BD.png

Similary you can open excel files also using system exec.vi.

 

 

Thanks and regard,

srikrishnaNF

Regards,
Srikrishna


Message 3 of 3
(2,830 Views)