Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Interaction Layer » Iso11783IL_SetSignal

Iso11783IL_SetSignal

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783IL_SetSignal( dbSignal signal, double value );

Description

Sets the signal to the specified physical value. The message of the signal is sent according to the configured send type.

Parameters

  • signal: signal name from database
    The signal must be assigned to the node as Tx signal.
  • value: physical value

Return Values

Example

on key 't'
{
    Iso11783IL_SetSignal( EEC1::EngSpeed, 1200.0 );
}