08-26-2009 04:50 AM
Hello
I do have a .Net dll which runs two threads in parallel. After using the dll in LabView it seems that I have only access to the thread where I do program my HW. I know this because the programming runs till the end.
Now I have the problem that the other thread - which runs the status update - is not accessible and therefore I do not have any status information!
What I need to do to have access to both threads of this .Net dll?
An example would be great therefore.
thanks in advance
08-28-2009 09:17 AM
Hi, could you post some example VIs so I can reproduce it on my PC?
Regards,
08-28-2009 09:22 AM
Provided they are both running in the same process context you should be able to put all of your dll calls inside a single Action Engine that in turn is shared between the two threads.
Just triyng to help,
Ben