06-02-2022 05:32 AM
Hi. The project I am working on involves LabVIEW 2020 and VBAI 2020. I am acquiring images from a line scan camera in Labview VI. The images are then transferred to Vision Builder through shared network variables. When I run the VI, there is no problem - transferring image is also working.
I have to build the executable application( build Specifications -> New -> Application (.exe) . I was able to build the VI and the library without errors and it is working in the background without unexpected problem. When I run the exe file, I am getting the error which has been attached. The exe file is working but images are not transferring. Other type of variables are transferred but I have problem with image type variables.Do you have any idea how to solve this problem?
In vision builder part I am reading images by using both "Set Variable" and "Select Image" steps. Set variable step says "Missing Measurement", Select image throws error "IMAQ Copy".
06-02-2022 07:15 AM
If you have not already seen this, there is a procedure to deploy shared variables in an executable.
Deploying Network Shared Variables from a Compiled Executable
06-02-2022 07:29 AM
I have seen it before, I had already applied these configurations when I created the variables.