Hello everyone,
On my target device is a CAN interface which sends out different values (String messages, Status signals, Reference voltage) in the telegrams. Since now I decoded the frame manually from the bitstream of the XNET session. This leads to timing and synchronization inconsistencies. Therefore I wanted to use the database functionality of the XNET plugin.
I created a database in the XNET database editor, then a cluster which contains the frame. Under this frame are the signals. If I understand correctly these signals can be programmed to represent the payload in the telegram.
How can I read out these signals in Labview. The read functions returns the whole signal. This is basically the whole telegram already formatted into ID, CRC and the payload. I created a 'Frame In single-point' session and selected my database from the dropdown menu. It seems that it does not matter what DB I use because the read function acts as generic listener.
Is there a separate function where I can select the different Signals?