10-23-2009 03:08 AM
I have TWO programs, using vision software.
Program 1 to capture images, using an USB webcam. Program 2 to analyse them.
seperately they work correctly.
Including ending the program.
as both program clears all images when they stop executing, they cannot operate together.
I have modified both programs so they can stop the other.
effect: when program 1 starts while program 2 is running, program 2 will stop and program 1 will operaty correctly.
But: when program 2 starts while program 1 is running, program 1 will stop and CLOSE all LabVIEW actitivity.
This happens when finishing the program 1, see attachment picture 1.
The resulting error message vary the instruction number, but the memory adress is the same. see the other attachments.
10-23-2009 05:01 AM
10-23-2009 07:37 AM
Do you have a Close LV function in there?
THose error messages make me think there is a dll that is not being handled correctly.
That is all I can say with the data provided.
Ben