LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can i call application in batch mode?

inside my application, when i open .avi file, i would like to compress it in batch mode for compression i am using virtual dub.
with regards
0 Kudos
Message 1 of 4
(3,146 Views)
How are you wanting to use LabVIEW with Virtual Dub? You can programticly launch Virtual dub from LabVIEW with the system exec function.vi . You can find it on the functions >> communications palette.
0 Kudos
Message 2 of 4
(3,146 Views)
but inside my labview source code how can i interface
virtual dub with system function?

any example please?
with regards
0 Kudos
Message 3 of 4
(3,146 Views)
LabVIEW can interface with external code by calling dlls and by ActiveX calls. It can make some memory calls but this method is less than desirable in LabVIEW. I do not have vitural dub installed on this computer. Does it expose an activeX interface or a dll with a header?

You can learn more about calling dlls in the shipping docs for LabVIEW. Open LabVIEW >> help >> search the LabVIEW bookshelf >> Using External Code in LabVIEW.

The best place to learn about activeX is on the web and in the LabVIEW user manual. Goto :
http://search.ni.com/?col=alldocs&layout=TechResources&ql=a
and search for activex labview . The user manual can be found by opening LabVIEW >> help >> search the LabVIEW bookshelf >> LabVIEW User Manual.
0 Kudos
Message 4 of 4
(3,146 Views)