Skip to main content
Open topic with navigation

Access PGNs of Database Messages

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