Redundant instruction
This is a redundant instruction. It is replaced by: FP_MOVE_BLOCK
The data block specified by the 16-bit starting area specified by s1_Start and the 16-bit ending area specified by s2_End are copied to the block starting from the 16-bit area specified by d_Start if the trigger EN is in the ON-state.
Input
starting 16-bit area, source
ending 16-bit area, source
Output
starting 16-bit area, destination
Instead of using this F instruction, we recommend using the corresponding FP7 instruction: FP_MOVE_BLOCK
The operands s1_Start and s2_End should be:
in the same operand
s1_Start £ s2_End
Whenever s1_Start, s2_End and d_Start are in the same data area:
s1_Start=d_Start: data will be recopied to the same data area.
The variables s1_Start, s2_End and d_Start have to be of the same data type.