Skip to main content
Open topic with navigation CAPL Functions » J1587 » on J1587Param

on J1587Param

Valid for: CANoe DE • CANoe4SW DE

Description

Defines the event handler for a valid J1587 parameter, the this pointer is of type J1587Param.

Parameters

dbMsg | PID | *

Example

on J1587Param TextMessageAcknowledged
{
  if (this.MID == gECU_MID)
  {
    if (this.MessageDisplayed == 1)
    {
      gDisplayState = kDisplayed;
    }
    else
    {
      gDisplayState = kTimeout;
    }
  }
}
• Technical References are only available in English