Date/Time Multi Source: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoDateTimeMultiSource.png == Summary == Splits a Date/Time input into multiple outputs based on the configured number of output pins. == Description == The **Date/Time Multi Source** component allows you to distribute a single Date/Time 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 the same Date/Time value from the input, enabling parallel processing..." |
(No difference)
|
Latest revision as of 08:54, 15 August 2025
Summary
Splits a Date/Time input into multiple outputs based on the configured number of output pins.
Description
The **Date/Time Multi Source** component allows you to distribute a single Date/Time 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 the same Date/Time value from the input, enabling parallel processing or multiple downstream connections.
Diagram:
Categories
- File:TArduinoDateTimeCategory.png Category Date/Time – Components related to Date/Time data processing.
Properties
- Output Pins – Number of output pins to generate (default: 2).
Pins
- In – Date/Time input signal.
- Out – Date/Time outputs distributed across pins [0] to [N-1], based on the **Output Pins** property.