CAN bus Value

From Visuino
Revision as of 06:48, 15 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoCANbusValue.png == Summary == CAN bus value component for transmitting and receiving specific data values over CAN bus with configurable message parameters. == Description == The CAN bus Value component enables transmission and reception of specific data values over a Controller Area Network (CAN) bus. It supports configurable message IDs, extended frame formats, and remote transmission requests. The component allows precise control over CAN message c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoCANbusValue.png

Summary

CAN bus value component for transmitting and receiving specific data values over CAN bus with configurable message parameters.

Description

The CAN bus Value component enables transmission and reception of specific data values over a Controller Area Network (CAN) bus. It supports configurable message IDs, extended frame formats, and remote transmission requests. The component allows precise control over CAN message content and can be used for both sending and receiving data values in automotive, industrial, and embedded systems applications.

Diagram:

Properties

  • Elements – Configurable CAN message elements:
    • Set Value State – Value state configuration element
    • Set Value – Value transmission configuration element
  • Name – Component identifier (Default: CanBusValue1).
  • Message Configuration – CAN message settings.
    • ID – CAN message identifier (Default: 0).
    • Is Extended – Extended frame format (Default: False).
    • Is Request – Remote transmission request (Default: False).
    • Message – Message data content (Default: 0.0).

Pins

Input Pins

  • Clock (clock) – Clock signal for synchronization and triggering.

Output Pins

  • Out (can) – CAN bus data output.

Categories

  • File:CAN.png – Controller Area Network components.
  • File:Communication.png – Communication protocol components.
  • – Automotive communication components.
  • – Data processing and value handling components.