Redundant instruction
This is a redundant instruction. It is replaced by: FP_WORD_TO_BITCOLUMN
The function creates a bit column out of a value given at input s that is returned within an ARRAY at output d. The position of the column in the ARRAY is specified at input n. The value assigned at n can be between 0 and 15.
Input
source
specifies bit position
Output
destination area that will be rewritten with bit column
Instead of using this F instruction, we recommend using the corresponding FP7 instruction: FP_WORD_TO_BITCOLUMN
The bits of the ARRAY that are not overwritten by the input value (input s) are not effected.
if the bit position specified at input n is not between 0 and 15
if the conversion operation results in an overflow of the address area at output d.
if the bit position specified at input n is not between 0 and 15
if the conversion operation results in an overflow of the address area at output d.