LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Image transfer between LabVIEW and VBAI through network shared variables


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". 

0 Kudos
Message 1 of 3
(925 Views)

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

---------------------
Patrick Allen: FunctionalityUnlimited.ca
0 Kudos
Message 2 of 3
(899 Views)

I have seen it before, I had already applied these configurations when I created the variables.

0 Kudos
Message 3 of 3
(888 Views)