Basic Pipe Multi-Switch [RvTools]:
The Basic Pipe Multi-Switch [RvTools] is a versatile node designed to streamline the process of selecting and routing data through multiple input channels in a pipeline. Its primary function is to evaluate up to five optional input channels and pass through the first non-null input it encounters. This node is particularly beneficial in scenarios where multiple data streams are available, and you need to dynamically select one based on availability. By automating the selection process, it reduces the need for manual intervention and ensures that the pipeline continues to function smoothly even when some inputs are unavailable. This capability makes it an essential tool for AI artists who work with complex data flows, allowing them to focus on creative tasks rather than technical configurations.
Basic Pipe Multi-Switch [RvTools] Input Parameters:
input1
This parameter represents the first optional input channel of type BASIC_PIPE. It is the primary input that the node will attempt to pass through if it is not null. The presence of a valid input here will result in this channel being selected over others.
input2
This parameter is the second optional input channel of type BASIC_PIPE. If input1 is null, the node will check this channel next. It serves as a backup to ensure data flow continuity.
input3
This parameter is the third optional input channel of type BASIC_PIPE. It is evaluated if both input1 and input2 are null, providing an additional layer of redundancy.
input4
This parameter is the fourth optional input channel of type BASIC_PIPE. It is considered if the previous three inputs are null, further enhancing the node's ability to handle multiple data sources.
input5
This parameter is the fifth optional input channel of type BASIC_PIPE. It acts as the final fallback option, ensuring that the node can still function even if the first four inputs are unavailable.
Basic Pipe Multi-Switch [RvTools] Output Parameters:
BASIC_PIPE
The output parameter is of type BASIC_PIPE and represents the selected input channel that is passed through the node. This output is crucial as it determines the data stream that will continue through the pipeline, ensuring that the most relevant and available data is utilized.
Basic Pipe Multi-Switch [RvTools] Usage Tips:
- Ensure that at least one input channel is active to avoid errors. This node is designed to pass through the first non-null input, so having multiple active inputs can provide redundancy and flexibility.
- Use this node in complex pipelines where multiple data sources are available, and you need to dynamically select the most appropriate one based on availability.
Basic Pipe Multi-Switch [RvTools] Common Errors and Solutions:
Missing Input: Multi Pipe Switch has no active Input
- Explanation: This error occurs when all input channels are null, and the node cannot find any data to pass through.
- Solution: Ensure that at least one of the input channels (input1, input2, input3, input4, or input5) is connected to a valid data source. Double-check your pipeline configuration to confirm that data is being fed into the node.
