Binary Multi Source

From Visuino
Revision as of 01:05, 14 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoBinaryMultiSource.png == Summary == Splits a binary input into multiple outputs based on the configured number of output pins. == Description == The **Binary Multi Source** component allows you to distribute a single binary input across multiple output pins. You can set the number of output pins via the **Output Pins** property (default: 2). Each output pin will carry a value of the binary input. <b>Diagram:</b> Image:TArduinoBinaryMultiSource....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoBinaryMultiSource.png

Summary

Splits a binary input into multiple outputs based on the configured number of output pins.

Description

The **Binary Multi Source** component allows you to distribute a single binary input across multiple output pins. You can set the number of output pins via the **Output Pins** property (default: 2). Each output pin will carry a value of the binary input.


Diagram:

Categories

Properties

  • Output Pins – Number of output pins to generate (default: 2).

Pins

  • In – Binary input stream.
  • Out – Binary outputs distributed across pins [0] to [N-1], based on the **Output Pins** property.