Hi Again All,
I'm facing a new issue and I wonder if anyone has a solution.
I have a U32 signal that contains 3 pieces of information. The first is a number that uses 19bits of the U32, the second uses 5 bits and the last uses the remaining 8.
Is there a method I can use to extract the information in to it's 3 separate values? I've tried using Bit-Shift etc, but nothing seems to give me what I am looking for. The fact that the first value given uses 19bits isn't helping!
Just for reference, the data I am trying to get is from the J1939 DM1_RX function from Danfoss' website, the values reside in the "SPN_FMI_ADD_BUF" signal.
Any help would be appreciated!