I'm migrating from VBAI 3.0.1 to LabVIEW 8.5. The script will read an image file instead of grabbing from a camera. The migrated LabVIEW VI will get part of a larger LV application which will run on a WinXP OS.
The inspection in VBAI is working fine and is loading the image from the right location.
After migration to LabVIEW the image is not found. I can see that the path is correct in the "Inspect Setup-Cleanup.vi" as parameter for the "Simulate Acquisition" step. Debugging into the code I found that the file will be read by a VI named "IVB Simul IMAQ Setup (for RT).vi". This VI checks the path for location on a C: drive. In my case the image is located on the 😧 drive and the VI is changing the path to an not existing folder.
How can I tell during migration that my target is not a RT system but a Windows system?
I expected to find a VI named "IVB Simul IMAQ Setup (for Win).vi" in the VBAI\LV\subVIs folder but it seems it does not exist.
Changing the check from C: to 😧 and running the migrated inspection it works fine.
Message Edited by waldemar.hersacher on
03-05-2008 04:34 PM
Waldemar
Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions