12-04-2007 07:34 PM
12-05-2007 03:51 PM
12-05-2007 04:23 PM
12-06-2007 05:18 PM
Hi MG,
Are you using the Import Shared Library Utility from Tools >> Import >> Shared Library (.dll)? This is a tool within LabVIEW that can be used to convert shared libraries to VIs.
In response to your most recent question, by controlling or adding a timeout for the COM (USB) communication you would be able to stop a portion of the process or the entire VI. This is because when the timeout value is exceeded this initiates an error which will propagate to the subsequent code and prevent any further operations from executing. In order to stop this error chain from continuing to the end of the code a General Error Handler VI can be used with the COM timeout error code wired to the 'exception code' terminal to ignore this error for future code execution.
Hopefully, this is a possible solution for your application. If you need any further clarification, please let me know.
Jason W.
12-17-2007 02:58 PM