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

Iso11783IL_SetSignalRaw

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783IL_SetSignalRaw( dbSignal signal, long value );

Description

Sets the signal to the specified raw 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: raw value

Return Values

Example

on key 't'
{
    Iso11783IL_SetSignalRaw( EEC1::EngSpeed, 12000 );
}