Why is my Vector CAN device not detected in Vehicle Network Toolbox for Windows 10 and 11?

49 views (last 30 days)
I am trying to use the Vector CAN VN1630A device with the Vehicle Network Toolbox, but neither the "canChannelList" command nor the CAN Explorer App is able to detect my device.
How can I resolve this issue?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 5 Jan 2026 at 0:00
Edited: MathWorks Support Team on 5 Jan 2026 at 20:22
To use your Vector CAN or CAN FD device with Vehicle Network Toolbox you need to install the "Vector Driver Setup" provided by the hardware vendor.
If you are using R2023b Update 10 or later, R2024a Update 7 or later, R2024b or later releases, follow these steps:
  1. Download and install the latest version Vector Driver Setup for Windows 10 and 11 using the following link:https://cdn.vector.com/drivers/Vector_Driver_Setup.zip
  2. Restart your computer.
  3. Connect your Vector CAN device to the computer.
  4. Start MATLAB and execute the "canChannelList" command in the command window.
If you are using a MATLAB release older than the ones mentioned above:
Vector CAN/CAN FD devices would not be detected in MATLAB if you are using the default installation of "Vector driver setup for Windows 10 and 11" (versions 23.20, 24.10, or later versions).
 
To resolve this issue, you can follow the below steps:
  1. Download and install the "XL Driver Library Setup" using the following link:https://www.vector.com/int/en/download/xl-driver-library-203014/
  2. Download and install Vector driver setup for Windows 10 and 11 using the following link:https://cdn.vector.com/drivers/Vector_Driver_Setup.zip
  3. Using File Explorer, locate the "vxlapi.dll" and "vxlapi64.dll" files in the XL Driver Library installation folder (for example "C:\Users\Public\Documents\Vector\XL Driver Library 20.30.14\bin")
  4. Copy the "vxlapi64.dll" file to the "C:\Windows\System32" folder.
  5. Copy the "vxlapi.dll" file to the "C:\Windows\SysWOW64" folder.
  6. Restart your computer.
  7. Connect your Vector CAN device to the computer.
  8. Start MATLAB and execute the "canChannelList" command in the command window.

More Answers (0)

Products


Release

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!