01-06-2025 01:50 PM
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
I am able to display received data in table format. Below is screenshot of Labview application
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.
Thank You
01-09-2025 07:59 PM
Single point mode only keeps the most recent data. Use queue mode instead. See the attachment.