03-28-2012 02:17 PM
Hi there, I have a problem with my PCI 6221 card. I have a computer with win 7 installed in it. Due to some labview compatibility issues I had to install XP virtual machine mode. My LV application is working but I have a problem with PCI 6221 card. Windows 7 can see the PCI 6221 card (using Automation & Measurement tool), but window CP mode doesn't see it. I installed the DAQmx 9.3 and 9.4 with no success to fix it.
03-28-2012 06:45 PM
This doesn't surprise me at all.
Your virtual machine software would somehow have to forward/share the PCI port with your virtual machine. I've never seen this capability before. Many VM applications will forward/share USB devices and optical drives, but that's all I've seen.
I guess I'm not certain, but pretty sure you're out of luck.
What were the compatibility issues you were dealing with?
03-29-2012 09:06 AM
Thanks Kudos for your reply. Will I have few complex LV applications that were developed using LV 8.5 for windows XP 32 bit. We had to upgrade to more powerful computer with Win 7 and additional RAM (you know that XP doesn't give you more than ~ 3 GB). I installed the run time engines needed and NIDAQ but I was never able to get it work properly. Final error I'm seeing is " Labview can't find Process myfile.exe". Basically it can't find itself when I try to open that application itself. If you hit OK it will open the program but I it doesn't work and thru a punch of VIs that can't load..You get the idea...?
03-29-2012 09:24 AM
Gotcha. Yeah, I don't imagine 8.5 would work very well on a Windows 7 computer.
03-30-2012 11:48 AM
Wagdy,
If I am understanding the events presented so far correctly, you have developed your code using XP and have moved it over to Windows 7, but since you have been getting errors when you run your executable in Windows 7, you have been trying to get it to work on a VM on Windows 7 reverting back to Windows XP. Do you mind posting a screenshot of the error code you are getting? I would also verify that you are building your application correctly.
Jason L.