As a part of a test application I want to have an indicator that shows abolutely all traffic on the CAN network...receive and transmit...I can use the Read Multiple Interface Object VI on a separate port to do this, however I want to only use one port....the problem then however is to also register the outgoing traffic....and to fetch incoming traffic that is also read for other purposes other places in the code using Read Object...
Unless there is a way to make Read Multiple or some other of the NICAN VIs to do this, I can solve the problem by making an additional VI that I feed everything I send out...and the objects I also read other places in the code...and merge that data with the data from the Read Multiple Interface Object VI.
..but is there not a more elegant way to do this?