Skip to main content
Open topic with navigation CAPL Functions » LIN » output (LIN)

output (LIN)

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

Description

This function can be used for two purposes:
  • To apply frame header on the bus, i.e. to transmit the frame. In that case RTR selector must be set to 1. Note: When LIN hardware is not in Master mode calling this function will have no effect.
  • To reconfigure response data of LIN frame. In that case RTR selector must be set to 0. The LIN hardware responds to the next request of the specified frame with the newly configured data. Note: If working without a database it is necessary to configure a message in the handler on preStart. The configuration is done via the output function.

Parameters

  • Msgext: Variable of type linFrame. List of available selectors for this type of objects can be found under linFrame selectors.

Return Values

Example