09-27-2007 01:01 PM
09-27-2007 01:16 PM
09-27-2007 02:40 PM
09-27-2007 05:20 PM
09-27-2007 05:43 PM
@AllenP wrote:
Another option, although it is also more coupled, is to use LabVIEW Queues to pass data back and forth. You could preview the element from the consumer, and when a new element was ready, pop off the old element. This will work as long as the above conditions are met (same version of RTE loaded, and always in the same process).
09-27-2007 05:49 PM
09-28-2007 03:55 PM
Michael,
My condolences, I have just went down the same exact road and ran across most of the problems discussed. What I found to work the best for me was to use the UIMessage and have it trigger an event and pass data that way. I created a message handler to handle the event and updated my user interface by functional globals or change events (you could also use quequs).
Be careful though I have seen many bugs in the communication and I have reported them all to NI and the have confirmed them as bugs and have been able to reproduce them.
I LOVE LAVA, See YA there
If you want you can E-mail me personally and I'm sure I can help you out (I'm sure you get my E-mail from LAVA).