Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Interaction Layer » Iso11783IL_TIMOnFunctionValueRequestedDocumentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Iso11783IL_TIMOnFunctionValueRequested
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
This callback function is called if a function request message is received for an assigned function. The Interaction Layer checks the requested value and calls this callback with the value and the exit reason code the IL would use. You can change the value and the exit reason code in the callback.Parameters
-
functionID: Function ID of the TIM function.
- 1-32 (1h-20h): Auxiliary Value 1 – 32 (Supported Since TIM Version: 1)
- 64 (40h): Front PTO (Supported Since TIM Version: 1)
- 65 (41h): Rear PTO (Supported Since TIM Version: 1)
- 66 (42h): Front hitch (Supported Since TIM Version: 1)
- 67 (43h): Rear hitch (Supported Since TIM Version: 1)
- 68 (44h): Vehicle speed (Supported Since TIM Version: 1)
- 70 (46h): External guidance (Supported Since TIM Version: 1)
- 71 (47h): Front top linkage (Supported Since TIM Version: 2)
- 72 (48h): Rear top linkage (Supported Since TIM Version: 2)
- requestedRawValue: Value which is requested by the TIM Client.
- calculatedRawValue: The interaction layer suggests using this function value. If you modify this value in the callback, the modified value is the new function value.
- calculcatedExitReasonCode: The interaction layer suggests using this exit reason code value in the responding function status message. If you modify this value in the callback, the modified exit reason code is used in the function status message.
- calculatedAutomationStatus: The interaction layer suggests using this automation status value in the responding function status message. If you modify this value in the callback, the modified automation status is used in the function status message.