26 ITEMERR


If this error condition occurred, the task gets abnormally terminated.

CommandRESP2, 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.