01-27-2011 07:17 PM
I want to use the PXI-6230 on linux using NI-VISA for register level programming. However, the inf file given in the mhddk_visa doesn't have the PXI-6230 contain in the file. I tried using the wizard, but don't know the Model code of the hardware. Does anyone from NI have that info or supply me with an inf file that has the number inside?
Solved! Go to Solution.
01-31-2011 10:12 AM
Since you're using Linux, use the lspci -nn command to learn list the Product ID for the PXI-6230. You can restrict the output to NI PXI/PCI devices by using the option -d 1093: after the command.
Joe Friedchicken
NI Configuration Based Software Get with your fellow OS users
[ Linux ] [ macOS ]Principal Software Engineer :: Configuration Based Software
Senior Software Engineer :: Multifunction Instruments Applications Group (until May 2018)
Software Engineer :: Measurements RLP Group (until Mar 2014)
Applications Engineer :: High Speed Product Group (until Sep 2008)
01-31-2011 11:40 AM
Thank you. Now I found out a new trick in figuring out model code numbers for any device.