Skip to content

Commit 3f30615

Browse files
committed
Merge remote-tracking branch 'wiki/master' into docs
2 parents b00f7b4 + 8f1570e commit 3f30615

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

doc/specific_iocs/dae/DAE-Trouble-Shooting.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,3 +477,28 @@ Check to see if you have any errors similar to the following:
477477
If so, you haven't registered your `isisicp.exe` program with the registry. Follow the steps to [Configure DAE for simulation mode on developer's computer](#first_time_install_configure_dae)
478478

479479
If you have done this it may be that the isisicp.exe program is too old. Older versions do not contain a function which is needed by IBEX. Check the file `svn_revision.txt` in `c:\labview modules\dae` - it needs to be 1633 or higher. If it needs updating, ask a SECI specialist to update the program.
480+
481+
## Multiple VXI devices
482+
483+
If you have multiple DAE2 VME crates then you will legitimately have multiple VXI devices in NI MAX. However there are cases when you can get two devices showing in MAX but have only one device in reality. This is usually because of either:
484+
- The DAE USB cable has been moved into a different USB port on the PC
485+
- the DAE NI USB card has been changed
486+
487+
in these cases when the "scan for new hardware" happens on the PC, it thinks it has found a new device. Usually you will have a disconnected VXI0 and a new VXI1 device. To remedy the situation
488+
- stop visa server in NI max
489+
- delete VXI0
490+
- rename VXI1 to VXI0 (change the system identifier number in the menu for the device from 1 to 0)
491+
- start visa server
492+
493+
### full rebuild
494+
if above doesn't work
495+
- stop visa server in NI max
496+
- delete all VXI* device
497+
- view refresh
498+
- as admin run compmgmt.msc
499+
- computer management -> device manager -> right click scan for hardware changes on NDH computer name and possibly usb subtree too
500+
- close and reopen NIMAX
501+
- if VXI0 now appears, jump to "add vme device" step below
502+
- if it is still not showing reboot NDH computer, after reboot visa server may be running again so stop it
503+
- right click on Frame0 of VXI0 and "add vme device" then choose DAE2 from VME profile
504+
- start visa server

0 commit comments

Comments
 (0)