Automotive and Embedded Networks

cancel
Showing results for 
Search instead for 
Did you mean: 

Filter NI Embedded CAN

is it possible read with sbRio embedded CAN(CANRead.vi) on the same port by two differente loops?
For each loop i would set a different ID filter.

 

Thanks

Manuel

0 Kudos
Message 1 of 2
(5,470 Views)
No. When you perform a read the read will retirn all messages in the hardware buffer since the last read. Imstead set up a producer consumer loop where one loop reads and based on the ID sends the message to another loop.
0 Kudos
Message 2 of 2
(5,464 Views)