I'm trying to create a J1939 message with a PGN equal to 130. But I couldn't determine how the ID is going to look like in order to get that exact PGN.
Can you please share a suggestion?
Thanks a lot
I'm trying to create a J1939 message with a PGN equal to 130. But I couldn't determine how the ID is going to look like in order to get that exact PGN.
Can you please share a suggestion?
Thanks a lot
if 130 is in hex PGN=0x130, it means PDU Format is 1 and PDU Specific is 30, it depends on your option if your priority is 1 and Source Address is 1 your ID is 0x4013001. search j1939 frame on google for details