02-27-2006 01:57 PM
02-28-2006 04:07 PM
02-28-2006 04:31 PM
I realize now my explanation was incomplete. The reason I am using a numerical reference to the image is because I'm passing it from one VI to another via TestStand. i.e. I snap a picture with one VI and pass the reference back to TestStand and store it in a local. I can then use other VIs to display/process/test the image by just passing the reference to them. It worked fine in development mode.
The problem occurs when I try and use the reference with a VI I have running in the background as an ActiveX server. When I try and deploy the TestStand sequence and use the runtime engine instead of the development system the reference appears to be invalid. I tried both running the server as a VI and compiling it with the same results. I've opened a support request with NI and they are looking in to it and a possible fix/work around.
If there is no workaround, I can change the structure of the Test Sequence and vias albiet with a lot of work. Would you know of any other way to make the two engines point to the same image memory location?
Thanks,
Dave
03-01-2006 11:54 AM