08-18-2016 12:16 PM
I was recently issued a new PC, and have subsequently installed LabVIEW 2014, LabWindows/CVI 2013, and TestStand 2014. My previous PC had the 2012 versions of these packages installed. One of my previous LabVIEW projects includes VIs that loaded correctly on my previous PC, but run into trouble when I try to load them now. LabVIEW complains that it is unable to find things like: "niSwitch Relay Position.ctl", "niSwitch Error Message.vi"; I've also seen complaints about vi's with names beginning with "niDCPower". I'm wondering if I'm just missing something from my LabVIEW search path. Where are these vi's and controls located?
Solved! Go to Solution.
08-18-2016 12:34 PM
Can you install this and check: http://www.ni.com/download/ni-dcpower-14.0/4821/en/
08-18-2016 12:51 PM
Those VIs are installed in instr.lib. If you install the drivers AFTER installing LabVIEW, then the VIs will be put where they belong.
08-18-2016 03:00 PM
Those are driver components from NI-Switch and NI-DCPower (as others noted).
Typically people install these from the Device Drivers DVD, you can also download them from here: http://search.ni.com/nisearch/app/main/p/bot/no/ap/tech/lang/en/pg/1/sn/ssnav:dwl/q/NI%20device%20dr...
You also can install the drivers singly (instead of having them bundled in the device drivers disk):
NI-Switch: http://search.ni.com/nisearch/app/main/p/bot/no/ap/tech/lang/en/pg/1/sn/ssnav:dwl/q/NI-Switch/
NI-DCPower: http://search.ni.com/nisearch/app/main/p/bot/no/ap/tech/lang/en/pg/1/sn/ssnav:dwl/q/NI-DCPower/
08-18-2016 07:01 PM
Many thanks for the assistance. Installation of the drivers has solved this issue.