linRunSchedTableNtimes
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
Description
Switches from the current schedule table to another one, runs the table n times and returns to the initial table or to a different table. Note: This function only works with LIN core network interfaces.Parameters
-
tableIndex: Index of the schedule table to be changed to.
Value range: 0..n-1, where n is a total number of defined schedule tables. - numberOfRepetitons: Number of repetitions of the schedule table.
-
onSlotIndex: Index of last slot in the current schedule table to be sent before changing to the new schedule table.
Default value: -1, make change on reaching the end of current schedule table.
Value range: -1..x-1, where x is a total number of slots in the current schedule table. -
returnToTableIndex: Default value: -1, return to previous table.
Value range: 0..n-1, where n is a total number of defined schedule tables.