-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Configuring Multi-Channel Aurora NDI Tools #1159
Comments
You shouldn't specify RomFile for wired tools. Does removing RomFile for the Distal and Proximal tools fix the issue? |
This is a custom tool assembly wherein NDI's sensors are soldered by us to their tool cable assembly. I believe it will necessary to define the ROM somewhere. Removing it causes a different error: "Unable to initialize Tool-in-Port. errnum: 19| in E:\D\PSNP64b\PlusLib\src\PlusDataCollection\NDICAPITracking\vtkPlusNDITracker.cxx(684)" Only changes to the config are the removal of the the RomFile parameter from the "Distal" and "Proximal" DataSources. |
For the sake of anyone with the same issue in future: I was unable to configure this as described in the docs. The only thing that worked was wiring up two fully separate ports, ie one port for each sensor. Multi-channeled user-wired tools, such as NDI's smallest magnetic sensor, (0.3mm x 25mm 5DOF) do not seem to be supported. |
If you can record the COM port trace from NDI Track and send us the log, we can look at it to see what commands it sends and then compare that to what PLUS sends. |
We've been using the NDI Aurora with Plus successfully for 6DOF (single channel) tools. I have been following the documentation here in an attempt to wire up multi-channel tools. Specifically, I have been specifying two DataSources, one with PortName=0 and one with PortName=100.
I have a two channel 5DOF sensor plugged into port 0, and a 6DOF single channel tool plugged into ports 1 and 2.
The PortName=100 seems to consistently throw the error "Active NDI tool not found in port 100. Make sure the tool is plugged in.| in :\D\PSNP64b\PlusLib\src\PlusDataCollection\NDICAPITracking\vtkPlusNDITracker.cxx(953)"
I have tried this with both possible ROM files for these sensors, the 2x5DOF and 1x5DOF for each. It doesn't make a difference to the port error.
I am able to track these sensors in NDI's provided software.
Please let me know if there is a known fix for this error or if I have missed something.
Log file
Config file:
The text was updated successfully, but these errors were encountered: