If a USB I/O module was previously used and later disconnected from the server, the software will retain the configuration and the module will remain listed in the left-side navigation panel.
If you wish to permanently remove this device from appearing in the software, you will need to log in to the server’s operating system as an Administrator and perform the following steps.
Windows
- Log in to the operating system’s admin account.<br><br>
- Click Start, type services.msc, and press Enter.<br><br>
- Right-click on the ExacqVision Server service and select Stop. Keep the Services window open.<br><br>
- Browse to C:\Program Files\exacqVision\Server and rename the usbdiopi.xml file to usbdiopi.bak.<br><br>
- Back in Services, select ExacqVision Server and click Start.<br><br>
Linux
- Log in to the operating system’s admin account.<br><br>
- Open a Terminal window, by pressing CTRL+ALT+T, and type the following to stop the ExacqVision Server service:
sudo service edvrserver stop
- When prompted for the password, enter the operating system’s admin password and click Enter. You will not see the password as you type it.<br><br>
- Type the following single-line command in Terminal to rename usbdiopi.xml to usbdiopi.bak:
sudo mv /usr/local/exacq/server/usbdiopi.xml /usr/local/exacq/server/usbdiopi.bak
<br><br>
- Type the following in Terminal to start the exacqVision Server service:
sudo service edvrserver start
<br>