CAN bus To Binary

From Visuino
Revision as of 03:38, 13 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoCANbusToBinary.png == Summary == {{:Summaries:Summary CAN bus To Binary}} Use this component to convert a CAN bus message into its component parts and route them as binary outputs. == Description == The **CAN bus To Binary** component decodes an incoming CAN bus message into individual data fields for use within Visuino. - **Enabled**: When disabled, the component bypasses decoding and allows the input CAN message to pass through unaltered. - **Inc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoCANbusToBinary.png

Summary

Summaries:Summary CAN bus To Binary

Use this component to convert a CAN bus message into its component parts and route them as binary outputs.

Description

The **CAN bus To Binary** component decodes an incoming CAN bus message into individual data fields for use within Visuino. - **Enabled**: When disabled, the component bypasses decoding and allows the input CAN message to pass through unaltered. - **Include Info**: When enabled, additional metadata—such as `ID`, `Extended`, and `Request`—are extracted and made available on separate pins.

This is especially valuable for projects that require granular access to CAN messages for logging, filtering, or downstream processing.

Diagram:

Categories

Properties

  • Enabled – Toggle the component’s decoding functionality on or off.
  • Include Info – When enabled, extracts and outputs the message’s metadata (ID, Extended, Request).

Pins

  • In – Receives the complete CAN bus message.
  • Out – Binary output data extracted from the CAN message.
  • ID – The CAN message identifier as an integer.
  • Extended – Boolean indicating whether the message uses an extended frame.
  • Request – Boolean indicating whether the message is a remote request frame.