Automotive and Embedded Networks

cancel
Showing results for 
Search instead for 
Did you mean: 

CAN channel

Hello
In my program i will add the channels to be monitored,
i want to display data received from the individual channel as in the VI,
i refered channel monitor.vi in that only recent data is displayed .
 
give me an idea how to display individual channel data in individual seperate array or in the list box
 
i attached my VI
 
thanks
sk
 

I am using LabVIEW 7.1/h/w PCMCIA CAN card 
0 Kudos
Message 1 of 2
(3,737 Views)
Hi sk,

It looks like you're almost there.  You will need to store all data you read from your CAN interface.  I would recommend using a shift register as illustrated in the attached example code.

Hope this helps.


Robert Mortensen
Software Engineer
National Instruments
0 Kudos
Message 2 of 2
(3,726 Views)