CAPL Script

FDXTriggerDataGroup

Syntax

long FDXTriggerDataGroup (WORD goupID)

Function

This function triggers the transmission of a data group via CANoeFDX protocol.

Parameters

groupID ID of the FDX data group that should be transmitted.

Return Values

0: Success

-1: The given data group is not configured.

-2: No client is registered to receive this data group.

// CANoe FDX data exchange synchronously to FlexRay cycle// Whenever slot 5 of the FlexRay cycle will be reached, the FDX data group 10 is transmitted one timeon frSlot 5{FDXTriggerDataGroup(10);}