CAPL Script

FDXDisableFreeRunningMode

Syntax

long FDXDisableFreeRunningMode(long fdxClientHandle, word groupID);

Function

This function disables theFree Runningmode for the specified FDX client. The behavior of the function corresponds to the reception of aFreeRunningCancelcommand via theCANoeFDX protocol. You can find further information about theFree Runningmode in the manualCANoe_FDX_Protocol_EN.pdf.

Parameters

fdxClientHandle FDX Client for which theFreeRunningModeshould be activated.

groupID

Identifies the data group inside the FDX description file.

Return Values

0: Successful function call

-1: The parameterfdxClientHandleis invalid.

Coupling of two CANoe Instances using the FDX Protocol