16 variables of the data type BOOL into WORD
This function converts 16 values of the data type BOOL bit-wise into a value of the data type WORD.
Input
16 input variables of the data type BOOL
Output
Conversion result
If the required data type is supported, we recommend using the overloaded instructionTO_WORD
The inputs Bool0 to Bool15 need not be allocated in LD or FBD, or used explicitly in the ST editor's formal list of parameters. Such unused inputs are assumed to be FALSE. No program code is generated for these inputs (or for any input allocated with the constants TRUE or FALSE). Program code is only generated for inputs to which a variable is allocated.