CAPL Functions » J1939 » Access PGNs of Database MessagesValid for: CANoe DE • CANoe4SW DEIf you need the PGN of a database message, you can get it with the PGN selector.Example
Copy
on pg *{ if (this.PGN == EEC1.PGN) { write( "Received EEC1" ); }}
• Technical References are only available in English