Iso11783IL_PDDSetLogTrigger
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
A measurement command can be executed with this function. It can be used in the callback function Iso11783IL_PDDOnDefaultLogRequest to activate the default logging.Parameters
-
command: measurement command:
- 4: Time Interval
- 5: Distance Interval
- 6: Minimum within Threshold
- 7: Maximum within Threshold
- 8: Change Threshold
- ddi: Data Dictionary Identifier, 0x0000..0xFFFF
- elNum: element number, 0x000..0xFFF
-
value: depends on command
- Time Interval: time in ms
- Distance Interval: distance in mm
- Minimum within Threshold, Maximum within Threshold, Change Threshold: value of the process variable
- use value 0 to disable a trigger
- implement: Simulation node to apply the function.
Return Values
- 0: function has been executed successfully
- < 0: an error has occurred