12-12-2005 09:28 AM
I created my application which works well on the test stand but would also like to run my application on remote computers in report mode only (no test hardware present). The test stand saves all data in a database and I would like the ability to reload data from other computers that do not have the hardware.
The problem I am having is that LabView is trying to open the dll’s for hardware that is not present on remote computers and causing an error. How can I get LabView to not open dll’s or ignore the errors?
Attached for your reference is one of the VI’s that invoke a dll.
12-12-2005 09:52 AM
12-12-2005 11:57 AM
Thank you for your response. I have a couple of follow-up questions.
Thanks for any comments,
Paul
12-12-2005 01:18 PM
You can set options in a LabVIEW project for the conditional disable structure. You could have separate projects - one for hardware and one not. The actual VI where you use it would not change.
You might want to check the dependencies for the DLLs that you call. If a DLL requires another DLL and that is missing, you'll get that error.