20. Restrictions
VT Rev.1
251
20.4 Restrictions of Functions
Some of the following functions are not available.
20.4.1 TP3
You cannot use build of the program. An error occurs to finish the program if executing
it. Other functions are available.
20.4.2 Loop Processing
If the created robot control program is consisted of the multi-tasking and also there are
some task with infinite loop, the system may become unstable and the connection with
EPSON RC+ is disconnected.
The controller detects infinite loop tasks. If the possibilities to affect the system are
detected, the following error occurs and stops the program.
If the error occurs, modify the program and make sure not to set infinite loop.
Error code
: 2556
Error message
: An excessive loop was detected.
Please reduce the number of looped tasks or set Wait
Do not perform any processing such as infinite loop or any other similar processing as
much as possible.
Execute wait command or similar command in the loop processing and avoid occupying
the CPU if performing calculation which required loop or waiting for I/O signals.
There is no problem if executing commands with Wait in the loop such as Wait command,
robot operating command, Print command, and NetWait command.
NOTE: About infinite loop
Infinite loop is when commands are created only with command without Wait in
the loop such as operation instruction, assignment command, and I/O check
command.
Example 1: Turns ON output port “2” when Input port “0” turned ON
Example of program that may cause errors
Do
If Sw(0) = On Then
On(2)
Exit Do
EndIf
Loop
Correction example
Wait Sw(0) = On
On(2)
Summary of Contents for VT Series
Page 1: ...6 Axis Robots VT series MANIPULATOR MANUAL Rev 1 EM18YR3817F ...
Page 2: ...MANIPULATOR MANUAL VT series Rev 1 ...
Page 8: ...vi VT Rev 1 ...
Page 16: ...TABLE OF CONTENTS xiv VT Rev 1 ...
Page 18: ......
Page 31: ...Setup Operation 2 Specifications VT Rev 1 15 2 4 Outer Dimensions ...
Page 32: ...Setup Operation 2 Specifications 16 VT Rev 1 Unit mm ...
Page 33: ...Setup Operation 2 Specifications VT Rev 1 17 2 5 Standard Motion Range Unit mm ...
Page 130: ......
Page 138: ...Maintenance 3 Manipulator Structure 122 VT Rev 1 3 Manipulator Structure ...