Redundant instruction
This is a redundant instruction. It is replaced by: FP_BITCOLUMN_TO_WORD
The function converts a bit column out of an ARRAY at input s and returns it at output d. The position at which the conversion takes place is specified at input n. The value assigned at input n should be between 0 and 15.
Input
source area where bit column will be read
specifies bit position
Output
destination area for storing converted data
Instead of using this F instruction, we recommend using the corresponding FP7 instruction: FP_BITCOLUMN_TO_WORD
if the bit position specified at input n is not between 0 and 15
if an overflow of the address area at input s occurs.
if the bit position specified at input n is not between 0 and 15
if an overflow of the address area at input s occurs.