Automotive and Embedded Networks

cancel
Showing results for 
Search instead for 
Did you mean: 

Monitor outgoing trafic with NICAN

How can I monitor my outgoing traffic with NI-CAN?  I tried using the second CAN BUS port on my card but it did not work.
0 Kudos
Message 1 of 7
(7,475 Views)
Have you tried using NI-SPY?
GCentral
0 Kudos
Message 2 of 7
(7,462 Views)

Hello,

 

Here is a KnowledgeBase that seems to describe what you are trying to do. Note that with NI-CAN, you cannot run BusMonitor on a port that you are actively using in LabVIEW, but you can hook up the second port as a passive listener to monitor the bus.

 

FYI: NI-XNET 1.0, the drivers that support our new CAN and FlexRay interfaces allows you to monitor a port while you are controlling it in LabVIEW. You do need the new hardware (PCI-851x) to take advantage of the XNET features.

 

Cheers,

---

Peter Flores
Applications Engineer
0 Kudos
Message 3 of 7
(7,461 Views)
If you are still having issues, post screenshots of your error/bus monitor.
---

Peter Flores
Applications Engineer
0 Kudos
Message 4 of 7
(7,460 Views)
Thanks for your help.
0 Kudos
Message 5 of 7
(7,428 Views)

Can I monitor a CAN interface while controlling it with a C program (the C program is using the NI-Xnet library)?.    I have Ni-XNET 1.6 and a PXI-8512 CAN instrument,  I am getting this same error.   I would like to characterize the performance of our product.   I am using both ports of the card, and looping traffic around 2 ports on our product.   I am contemplating writing the code in C myself to get the frames/sec etc, but it would be nice if the Bus Monitor could go ahead and tell me this info. 

 

Thanks,

Tony

0 Kudos
Message 6 of 7
(6,591 Views)

you dont need to "waste" another CAN hardware for monitoring outgoing traffic.

 

Just set the property  Self Reception?

 

Self Reception?
this specifies whether to echo successfully transmitted CAN frames into the read queue of the CAN Network Interface and/or CAN
Objects. Each reception occurs just as if the frame were received from another CAN device. For self reception to operate properly, another CAN device must receive and acknowledge each transmit. If a transmitted frame is not successfully acknowledged, it is not echoed into the read queue.

 

this feature is available for NI-CAN as well as for NI-XNET

0 Kudos
Message 7 of 7
(6,584 Views)