Kurze Beschreibung
Description
Lange Beschreibung
Inputs
...
This XCommand implements an 8-fold multiplexer.
Description
Depending on a pivot input the command sets the output to the value of another input or to a constant value. E.g., if the Pivot value is 1 the command writes the ConstantValue1 (if used) to the output or Input1 otherwise.
Inputs
- Pivot (ItemID): The item that decides which Input or ConstValue should be set in the Output.
- Input1 - 8 (ItemID, optional): BeschreibungItemIDs of multiplexer inputs to be used according to the Pivotinput.
Outputs
- Output1: BeschreibungOutput (ItemID): The itemID that will hold the result.
Parameters
- Parameters ConstValue1 - 8 (Any, optional): BeschreibungConstant values to be used according to the Pivot input. If used, the respective input is not used.
Possible trigger types
- Input
- Timer and Inputany
Available since:
NETx BMS Server 2.0
...