06-17-2009 04:51 AM
hi
is it possible to re loop the data sent out to a data acquisition card from the system back as an input to the system through the same daq??
also can a labview file be executed from elsewhere(without openening labview). kindly respond
06-17-2009 08:57 AM
You can certainly loop back the output to the input. You just have to make the physical connections. You can't do it in software.
Not sure exactly what you mean by run from elsewhere. You can publish the VI as a remote panel and view and control the VI with a browser. You can create an exe and run it without LabVIEW. However, both options require the installation of the run time engine on the client pc.
06-17-2009 11:11 PM - edited 06-17-2009 11:15 PM
06-17-2009 11:27 PM
and what i mean by running the prog from elsewhere is that i must be able to execute the labview file from a system in which labview has not been installed.(like a java virtual machine where the system does not need java to be installed to execute java programs).
and can you please elaborate on this: You can publish the VI as a remote panel and view and control the VI with a browser.
06-17-2009 11:39 PM
06-17-2009 11:43 PM
06-18-2009 02:12 AM