Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Concatenating multiple CAN messages

Hello,

 

I am using NI XNET to Tx/Rx CAN messages. LabView 2020 software to display messages.

 

I need to display a part number received. Part number '4101901-001-SW A' is split into 3 frames and sent via CAN in below format

 

The table below shows 8 byte data

MM29_1-1736192567773.png

I am able to display received data in table format. Below is screenshot of Labview application

MM29_2-1736192660916.png

 

I need to display this as 4101901-001-SW A. Can you please help me how I can do this

 

I have byte fields defined in data base. Below logic just displays last received frame. 

 

MM29_3-1736192864351.png

 

Thank You

0 Kudos
Message 1 of 2
(63 Views)

Single point mode only keeps the most recent data. Use queue mode instead. See the attachment.

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 2 of 2
(31 Views)