Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Interaction Layer » Iso11783IL_TIMOnFunctionValueChanged

Iso11783IL_TIMOnFunctionValueChanged

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

void Iso11783IL_TIMOnFunctionValueChanged(dword functionID, dword newRawValue)

Description

This callback function is called if the value of a function has been changed due to a function request message. It is not called when a function request command failed (e.g. because function is not assigned or value is out of range).

Parameters

  • functionID: Function ID of the TIM function.
    • Function ID: 1-32 (1h-20h)
      • Description: Auxiliary Value 1 – 32
      • Supported Since TIM Version: 1
    • Function ID: 64 (40h)
      • Description: Front PTO
      • Supported Since TIM Version: 1
    • Function ID: 65 (41h)
      • Description: Rear PTO
      • Supported Since TIM Version: 1
    • Function ID: 66 (42h)
      • Description: Front hitch
      • Supported Since TIM Version: 1
    • Function ID: 67 (43h)
      • Description: Rear hitch
      • Supported Since TIM Version: 1
    • Function ID: 68 (44h)
      • Description: Vehicle speed
      • Supported Since TIM Version: 1
    • Function ID: 70 (46h)
      • Description: External guidance
      • Supported Since TIM Version: 1
    • Function ID: 71 (47h)
      • Description: Front top linkage
      • Supported Since TIM Version: 2
    • Function ID: 72 (48h)
      • Description: Rear top linkage
      • Supported Since TIM Version: 2
  • newRawValue: New raw value of the function.

Return Values

Example