32 variables of the data type BOOL into DWORD
This function converts 32 values of the data type BOOL bit-wise into a value of the data type DWORD.
Input
32 input variables of the data type BOOL
Output
Conversion result
If the required data type is supported, we recommend using the overloaded instruction TO_DWORD
The inputs Bool0 to Bool31 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.
etc. to Bool31