jhoskins Posted September 27, 2008 Report Posted September 27, 2008 Our application is to develop a functional test fixture for one of our production boards that is usually installed in the NI PXI-1042 chassis with the PXI-8196 embedded controller running XP pro.We are using a Chroma ATE 52906 extender card to test our UUT so we can access the board during test. The 52906 extender card allows us to turn off power to the UUT, replace the UUT, then turn power back on without rebooting the host computer (PXI-8196) which saves us considerable test time. We use the following process to change UUT's 1. Go into Device Manager, look under Other Devices and select the UUT (shows up as: PCX Custom (OEM) PCI 9656 Board), then select Action --> Uninstall. 2. Turn off the 52906 extender card and replace the UUT. 3. Turn on the 52906 extender card and wait for the UUT to boot up. 4. Go into Device Manager, select the computer icon at the top of the device tree, then select Action --> Scan for Hardware Changes. 5. The Found New Hardware Wizard will open. Follow the steps and allow the wizard to automatically search for and install the driver. 6. The UUT is ready for test. My goal is to accomplish steps 1, 4 and 5 programatically using LabVIEW. Any Ideas Thanks, Quote
jhoskins Posted September 27, 2008 Author Report Posted September 27, 2008 QUOTE (jhoskins @ Sep 26 2008, 09:29 AM) Our application is to develop a functional test fixture for one of our production boards that is usually installed in the NI PXI-1042 chassis with the PXI-8196 embedded controller running XP pro.We are using a Chroma ATE 52906 extender card to test our UUT so we can access the board during test. The 52906 extender card allows us to turn off power to the UUT, replace the UUT, then turn power back on without rebooting the host computer (PXI-8196) which saves us considerable test time.[/size] We use the following process to change UUT's 1. Go into Device Manager, look under Other Devices and select the UUT (shows up as: PCX Custom (OEM) PCI 9656 Board), then select Action --> Uninstall. 2. Turn off the 52906 extender card and replace the UUT. 3. Turn on the 52906 extender card and wait for the UUT to boot up. 4. Go into Device Manager, select the computer icon at the top of the device tree, then select Action --> Scan for Hardware Changes. 5. The Found New Hardware Wizard will open. Follow the steps and allow the wizard to automatically search for and install the driver. 6. The UUT is ready for test. My goal is to accomplish steps 1, 4 and 5 programatically using LabVIEW. Any Ideas Thanks, Just to let everyone know. We got this working by downloading a utility from http://support.microsoft.com/kb/311272. It has command line inputs so I just created a batch file to run the commands that I needed to run. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.