04-22-2020 12:52 PM
Hi all,
I hope you're safe.
I have an old machine running on XP and I must upgrade the PC to Win 10.
This PC is connected to:
- NI SC 2043 SG card connected to analog I/O through PCI-6035
- SCB68 connector block through PCI-6601
Driver installed is NI-DAQ 6.9.3
Installer built with LabVIEW 6.0.2
My question is :
how probable is for the software to run on Windows 10? and if they are not compatible what should I do?
I didn't find any compatibility information about NI boards above nor NI-DAQ 6.9.3 with Win 10
Any advice?
Thank you in advance
04-22-2020 01:44 PM
Feels like deja-vu.
Really, you're long overdue for a complete upgrade/overhaul of *everything*. If the requirement to move from XP to Win 10 is being dictated by management, you'll need to make sure they understand that incompatibility with older equipment is one of the consequences that *also* needs to be managed. Sometimes the consequences come with non-trivial cost.
-Kevin P
04-22-2020 02:41 PM
I've done quite of few of these type upgrades with the comment from the requestor always being "how hard could it be?". Here are some of the things you need to think about:
- LabVIEW compatibility. LV 2016 is the first real version of LV that supports Win10, so you will need to upgrade your code atleast to that and fix the LV sub-VIs that get marked as obsolete (LV 7.1 was a big transition in LV, for instance). Try not to upgrade more than 3 versions at a time to save yourself some extra headaches.
- Traditional-DAQ. Your old code is probably using the old 32-bit Traditional-DAQ drivers and they will need to be upgraded to the new DAQmx drivers - DAQmx 16.0 is probably the minimum that supports Win10. Your LV code would also need to have all the Traditional-DAQ VIs manually replaced with their DAQmx equivalent.
- Hardware Compatibility and Drivers. Your PCI-6601 card is a Mature product (soon to be Obsolete), and the PCI-6035 card and SC-2043-SG card are both already Obsolete. Doubtful you'll be able to find drivers compatible for Win10 for the Obsolete cards. You'll also have to be vigilant in spec of new computer with enough PCI slots to house the old PCI cards if you were lucky enough to find drivers (most new computer only have PCIe slots or only one PCI if at all). Thus, the hardware will also need to be upgraded to something like cDAQ or cRIO.
Just some thoughts......
04-30-2020 06:32 AM
Thank you for your response. I really appreciate it