06-11-2009 12:49 PM
06-11-2009 08:52 PM
You will need to provide more information:
06-12-2009 09:41 AM
Currently, I am using a laptop and a MAGMA (manufacturer) PCI expansion box. The PCI MAGMA box holds our instruments. The MAGMA box is connected to the laptop via a PCMCIA cardbus slot.
Right now, the only way to stop the card is by shutting down the LabVIEW program then hitting the 'safely remove hardware' button on the toolbar of the desktop, similiar to stopping an external hard drive.
What I would like to do is place a button in my software that says 'disconnect hardware' which will stop communication between the PCMCIA card and the box which in return will allow me to move my hardware for further tests without shutting down my program. This may also require a calling function to connecty back to the card nus and slot. Any information would be helpful.
Thanks
06-12-2009
09:53 AM
- last edited on
07-22-2025
05:01 PM
by
Content Cleaner
I'm not familiar with that device, so you would need to look into the documentation as to what's involved in "terminating the communication". As for safely removing the hardware you can do this using the Windows API. You can also try the tool posted in this KB article: Programmatically Rendering Hardware Safe to Remove.
06-12-2009 10:27 AM