LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Running 32-bit build under 64-bit LabVIEW

Hello friends.

 

I bought a camera that comes with a LabVIEW SDK and I'm preparing a fast speed capture that can only be prepared under 64-bit LabVIEw, but sadly it is programed using a DLL compiled for 32-bits. 

 

I created a 32-bit build executable and run it with "System exec.VI" in LabVIEW 64-bit with no problems but I'm trying to work using the standard input/output but I don't really understand how this works.

 

As input I need to have two booleans and two i32 numeric values and as output the same. I managed to create a "format to string" to set the path and filename plus the values as strings and it seems to work, but I don't know how to do the same for outputs so I can read values from the camera.

 

Can you help me giving me some tips?

 

Thanks in advice.

0 Kudos
Message 1 of 2
(2,131 Views)

I'd look into Network streams or TCP/IP to send the data between the applications.

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 2 of 2
(2,043 Views)