Skip to main content
Open topic with navigation CAPL Functions » J1939 » GB/T 27930 IL » GBT27930IL_ControlStart

GBT27930IL_ControlStart

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

  • long GBT27930IL_ControlStart(); // form 1
  • long GBT27930IL_ControlStart(dbNode node); // form 2
  • long GBT27930IL_ControlStart(byte address); // form 3
  • long GBT27930IL_ControlStart(dbNode node, byte address); // form 4

Description

The node starts the cyclic transmission of the configured messages. The source address can be specified optionally. If it is not specified the node attribute NmStationAddress must be defined.

Parameters

  • address: source address of the node (optional)
  • node: Simulation node to apply the function

Return Values

0 on success or IL Error Code

Example

on start
{
    GBT27930IL_ControlStart();
}