C221 GUI Communication
If you unable to resolve the issue, log in to http://myUR.universal-robots.com and create a new case.
C221A0 High load, messages dropped
GUI Communication is under high load causing user messages to be dropped
(A) Reduce the number of textmsg() and varmsg() being executed in one time-step (B) Insert wait() or sync() in the thread or main program
C221A1 Overload
GUI Communication is overloaded
(A) Reduce the number of textmsg() and varmsg() being executed in one time-step (B) Insert wait() or sync() in the thread or main program
C221A2 A variable is too large to be sent to polyscope.
The size of the variable is too big to be sent and cannot be shown in the variables tab or saved as an installation variable. This does not affect any other functionality.
To use the list as an installation variable or in the variable tab, make sure to limit its size by dividing it into smaller lists.