Binary To CAN bus

From Visuino
Revision as of 03:36, 14 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoBinaryToCANbus.png == Summary == Converts binary data into a CAN bus message with configurable properties. == Description == The **Binary To CAN bus** component transforms binary input into a CAN message according to the settings in the **Info** property group: - **Extract From Data** (boolean) – If **True**, the component can extract CAN message parameters directly from the binary input. - **ID** (integer) – The CAN message identifier. - **...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoBinaryToCANbus.png

Summary

Converts binary data into a CAN bus message with configurable properties.

Description

The **Binary To CAN bus** component transforms binary input into a CAN message according to the settings in the **Info** property group: - **Extract From Data** (boolean) – If **True**, the component can extract CAN message parameters directly from the binary input. - **ID** (integer) – The CAN message identifier. - **Is Extended** (boolean) – Determines whether the message uses an extended 29-bit ID. - **Is Request** (boolean) – If **True**, the message is sent as a request frame.

  • Enabled controls whether the component is active. When **False**, the input is passed through without producing a CAN message.

Diagram:

Categories

Properties

  • Enabled – When **False**, the component is disabled and no CAN message is produced.
  • Info – Configuration for CAN message properties, including **Extract From Data**, **ID**, **Is Extended**, and **Is Request**.

Pins

  • In – Binary input stream.
  • Out – Generated CAN bus message.