Summary -
In this topic, we described about the 26 ITEMERR with detailed example.
If this error condition occurred, the task gets abnormally terminated.
Command | RESP2, Description & Solution |
---|---|
READQ TS | The ITEM number provided is out of range or attempt made to read beyond the end of queue using NEXT. Solution: - TSQ supports only 32767 items can written to the queue. Modify the program to check the item number value before the reading queue with NEXT. |
WRITEQ TS | The ITEM number provided is out of range or exceeds 32767. Solution: - TSQ supports only 32767 items can written to the queue. If the item number exceeded, create another queue and write it. |