How to configure Win7 to use vintage NI gear with nimi-Python #1814
dbbotkin
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
What instruments do you have that don't work with anything newer than Windows 7?
I use a Mac myself, and have since the mid eighties. I wish the business case for NI to support its instrumentation drivers on Mac was there... but alas that's not the case and the ever-shifting driver model in OS doesn't help. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
DISCLAIMER: I don't think 'obsolete' electronic gear belongs in the dump; put it to use learning Python instrumentation.
Being a 'vintage' engineer myself, I find pleasure in refurbishing top quality NI electronics for hobby use. The challenge is in the software setup. NI has a 'Community' program for folks who are into instrumentation just for the fun of it. Amateur radio or just helping kids with mechatronics projects. I tried Windows 10 at first as that is the platform for the Community program. Great software for the latest gear; older instruments are not always supported, so I rolled back to Win7. I'm mostly MacOS these days, but NI isn't. Linux is a rabbit hole; some like that.
Here are the key points:
Now that's what I did, there are other paths I'm sure. You will need the 64bit to get 18.1 level NI software as that is the optimal for a Win7 system. Going higher means Package Manager and maybe your gear won't make the cut, just sayin'.
If you are already setup with Python, great! If you are just starting out, try Thonny as the interface as it comes with the most common Python version installed and there is no need to get into a command line terminal or figure out repositories. I downloaded the nimi-python modules with little more than a keystroke and got a PXI-4071 DMM capturing data right away. Some modules might be more difficult, nidcpower for example. NI SMU's are more complex than a PSU/DMM combo; a lot more.
Beta Was this translation helpful? Give feedback.
All reactions