Need CAPL script to get the value of particular byte of a first CAN message which is being sent periodically over CAN bus
I tried to set the local flag to some other value and added if condition to store the very first byte to the same local flag
This is not working as expected, the byte of first message is not being stored in the local variable, random value from subsequent message is getting stored.
Need solution here
1