Plug and Play Issues with UG
Moderator: Moderators
Well, the new driver/ nx plugin didn't work. I can't find any electronically controlled switches as you described. Is there any command in your program that would force the driver to research for devices? or any sort of restart command? I'm just looking for something to point me in the right direction.
Thanks for all of your continual help.
Thanks for all of your continual help.
???
Do you need 3DxNX (our plugin for UG)?
It is really only useful for SpacePilots (it adds commands on the LCD).
Try uninstalling it (custom installation on 3DxSoftware) and see if UG works after you bounce the driver. I can't think of any reason why it wouldn't accept data from a refreshed driver. I don't think it keeps track.
Let me know.
Jim
Do you need 3DxNX (our plugin for UG)?
It is really only useful for SpacePilots (it adds commands on the LCD).
Try uninstalling it (custom installation on 3DxSoftware) and see if UG works after you bounce the driver. I can't think of any reason why it wouldn't accept data from a refreshed driver. I don't think it keeps track.
Let me know.
Jim
Hi Dave,
the following works here:
Download Microsoft devcon. Extract it somewhere to your path.
Then create 2 batch files:
left.bat
right.bat
You have to replace the IDs "HID\VID_046D&PID_C626\6&304CAC1&0&0000" and "HID\VID_046D&PID_C626\6&3A81885B&0&0000" with the Device Instance ID shown in device-manager - but I think you already did that
It seems to work well here with UGS NX 5.0.0.25
the following works here:
Download Microsoft devcon. Extract it somewhere to your path.
Then create 2 batch files:
left.bat
Code: Select all
ECHO off
"C:\Program Files\3Dconnexion\3Dconnexion 3DxSoftware\3DxWare\3dxsrv.exe" -shutdown -quiet
devcon.exe disable "@HID\VID_046D&PID_C626\6&3A81885B&0&0000"
devcon.exe enable "@HID\VID_046D&PID_C626\6&304CAC1&0&0000"
"C:\Program Files\3Dconnexion\3Dconnexion 3DxSoftware\3DxWare\3dxsrv.exe"
Code: Select all
ECHO off
"C:\Program Files\3Dconnexion\3Dconnexion 3DxSoftware\3DxWare\3dxsrv.exe" -shutdown -quiet
devcon.exe disable "@HID\VID_046D&PID_C626\6&304CAC1&0&0000"
devcon.exe enable "@HID\VID_046D&PID_C626\6&3A81885B&0&0000"
"C:\Program Files\3Dconnexion\3Dconnexion 3DxSoftware\3DxWare\3dxsrv.exe"
It seems to work well here with UGS NX 5.0.0.25
Robert Stadie
back again!
Hi Everybody,
I'm back again with the same issue. We just got NX6 at work and it once again doesn't allow you to bounce the driver while NX6 is running. Maybe you guys already plan to include this in the next update. Anyways let me know if its a different problem. Thanks guys.
I'm back again with the same issue. We just got NX6 at work and it once again doesn't allow you to bounce the driver while NX6 is running. Maybe you guys already plan to include this in the next update. Anyways let me know if its a different problem. Thanks guys.