38
2 DETAILS OF THE FB LIBRARY
2.6 M+ArrayHandling_Sort_R
List of error codes
Error code Description Action
103H A value out of the range is set in i_uDataType (data type selection).
Set a value of 0 to 4 in i_uDataType (data type selection).
Review and correct the setting and then execute the FB again.
105H A value out of the range is set in i_udSize (number of data points).
Set a value of 1 to 1000000 in i_udSize (number of data points).
Review and correct the setting and then execute the FB again.
200H Although the value set in i_uDataType (data type selection) is
Single-precision real number, the stored input array data is not a
single-precision real number. Store the data as a single-precision
real number in the file register (ZR).
Review and correct the input array data and then execute the FB
again.
205H i_bEN (execution command) has been turned off during the
processing.
Do not turn off i_bEN (execution command) until o_bOK (normal
completion) or o_bErr (error completion) turns on.
209H Some areas of input array data and output array data are
overlapped. Review the following settings so that the input array
data areas and the output array data areas are not overlapped.
• i_udInAryAddr (input array data start address)
• i_udOutAryAddr (output array data start address)
• i_udSize (number of data points)
Review and correct the setting(s) and then execute the FB again.