Hello,
 
I have an old PXI-5122 that I am trying to get working again. After checking compatibility, I decided to install LabView 2018 on a computer running Windows 10. I then installed NIScope 18.0 and DAQmx 18.0. The code that I am trying to use was written in LabView 2013. 
 
Most of the niScope VIs that I needed were successfully located by LabView after I installed NIScope 18.0. However, I am getting an error message WITHIN these VIs: "Call Library Function Node <insert library name here>: Library not found or failed to load" (I added <insert library name here>)
 
In short, I seem to be able to open VIs but not libraries.
 
A list of the niScope VIs and associated missing libraries is given below:
 
niScope Initialize.vi
     niScope_32.*:niScope_LVInit
niScope Configure Chan Characteristics.vi
     niScope_*.*:niScope_ConfigureChanCharacteristics
niScope Initiate Acquisition.vi
     niScope_*.*:niScope_InitiateAcquisition
niScope Configure Vertical.vi
     niScope_*.*:niScope_ConfigureVertical
niScope Configure Acquisition.vi
     niScope_32*.*niScope_ConfigureAcquisition
niScope Close.vi
     niScope_32*.*:niScope_LVClose
niScope Multi Fetch.vi
     niScope_*.*niScope_LVGenericMultiFetchSelfAlloc
niScopeLabVIEWError.vi
     GetErrorMessage
     GetError
niScope Configure Acquisition.vi
     niScope_*.*:niScope_ConfigureAcquisition
 
I would appreciate any help!