Iso11783IL_PDDOnPDM (Callback)
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
The callback method is called from the ISO11783 Interaction Layer if the ISO11783 Interaction Layer receives the Process Data Message parameter group (PDM pg).Parameters
- command: first nibble of the first byte of the received PDM pg; usually represents the received command
- parameter: second nibble of the first byte of the received PDM pg
- senderAddress: address of the sender of the received PDM pg
- pddStatus: current state of the Process Data Dictionary
- 0: not initialized
- 1: initialized
- 2: start up delay (6 seconds)
- 3: wait for task controller status
- 4: query information
- 5: transfer object pool
- 6: object pool activation
- 7: online
- 8: task active
Return Values
- 0: received PDM pg will be ignored by the ISO11783 Interaction Layer
- 1: received PDM pg will be processed by the ISO11783 Interaction Layer