09-23-2019 03:38 PM
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.
09-24-2019 03:00 AM
I'd look into Network streams or TCP/IP to send the data between the applications.
/Y