The upper limit value of the queue was exceeded. Number of elements = aa....aa, upper limit value = bb....bb
- aa....aa: Number of elements stored in queue
bb....bb: Upper limit value for number of elements that can be stored in queue - Description:
- The data count stored in the internal queue has exceeded the upper limit value.
- System processing:
- Increases the queue size and resumes processing.