Skip to main content

Iso11783PDDGetValue

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

The function requests the value of a process variable.

Parameters

  • ecuHandle
    Handle of the ECU. The handle must previously have been created with Iso11783CreateECU.
  • signal
    Signal from the database. The attribute ddi must be defined for the signal. The signal must be defined in the same database as the node!
  • ddi
    Data Dictionary Identificator 0x000..0xFFFF
  • elementNumber
    Element number, 0x000..0xFFF

Return Values

Value of the process variable, 0 if the variable is not defined

Example