05-15-2017 08:00 AM
Can I monitor the bus when using the NI USB 8476s? I can't find the "Bus Monitor" option in the Measurement & Automation Explorer...
05-15-2017 08:21 AM
Do you have NI-CAN installed? Does the device get recognized in MAX?
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
05-15-2017 09:19 AM - edited 05-15-2017 09:45 AM
Yes, I have the NI-CAN version 15.0, and the USB-8476s is listed in the Measurement & Automation Explirer in: Devices and Interfaces>NI-CAN Devices. But when I right-click on the device no options appear.
05-15-2017 09:52 AM
You need to click on the individual port in the tree:
05-15-2017 09:56 AM
Thank you very much for your answer Jeff. I could start the bus monitor but it raised the following errors when I run an application that uses these LIN ports
05-16-2017 08:39 AM
Those errors are expected when the LIN port is already in use by your application.
If you need bus monitor functionality in parallel to your application, you can integrate it into your application. Take a look at the LIN Bus Monitor.vi shipping example to see how you might read everything on the bus while your application is running.
07-19-2017 09:32 AM
Thank you Jeff for your reply and sorry for the delayed answer. I need to monitor the bus activity to debug my aplication (made with visual studio), so, integrate it in my application is not an option. I would like to know if it is possible to monitor the bus using another NI USB-8476s connected in parallel.
07-19-2017 01:46 PM
Two USB-8476 devices plugged into a computer will be completely independent of each other. One can run your application and the other can act as a bus monitor or slave.
07-20-2017 06:21 AM
I tried to monitor the bus with another LIN USB8476s and no activity was registered with the Bus Monitor. The Baud Rate is the same for all devices (19200) and the connections are as shown in the attached image...
07-21-2017 02:32 PM
You should be able to monitor the bus with the 2nd bus monitor in parallel. Do we know there was activity on the bus, i.e. an application was running and data was being transferred with the DUT?
Have you tried to run the shipping example titled LIN Bus Monitor.vi on the second USB-8476 instead of the bus monitor integrated in MAX? It could provide you with additional error information to help figure out why you don't see any activity.