Appendices
A-46
NJ-series Instructions Reference Manual (W502)
Name Socket Communications Resource Overflow Error code 16#2008
Meaning The maximum resources that you can use for socket service instructions at the same time was exceeded.
Effects User program Continues. Operation The relevant instruction will end according to specifica-
tions.
System-defined
variables
Variable Data type Name
None --- ---
Cause and
correction
Assumed cause Correction Prevention
More than 17 socket service commu-
nications instructions were executed
at the same time.
Correct the user program so that no
more than 17 socket service instruc-
tions are executed at the same time.
Write the user program so that no
more than 17 socket service instruc-
tions are executed at the same time.
An attempt was made to use more
than 16 socket handles at the same
time.
Correct the user program so that no
more than 16 socket handles are
used at the same time.
Write the user program so that no
more than 16 socket handles are
used at the same time.
Precautions/
Remarks
None