T3-B T6-B Manipulator 17. Restrictions
140
T-B series Rev.1
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)
Example 2: When performing the large amount of calculation with a loop structure.
Example of program that may cause errors
For i = 0 To 10000
For j = 0 To 10000
a = a + 1
Next
Next
Correction example
For i = 0 To 10000
For j = 0 To 10000
a = a + 1
Next
Wait 0.01
' Execute Wait to avoid occupying the CPU
Next
17.4.3 Camera Searching by CV1/CV2
You may not be able to use Camera searching by T-B series Manipulator if CV1/CV2 is
used and the following two conditions are fulfilled.
-
When connecting PC and T-B series Manipulator by USB connection
-
When the configuration of default gateway of T-B series Manipulator is
None, or “0.0.0.0”.
Type IP address for CV1/ CV2 manually when you cannot use Camera researching.
For more details of Camera researching, refer to the following.
Vision Guide 7.0 Hardware & Setup
Setup: 2.3.2 CV1/CV2 Camera Configuration
17.4.4 Restore the Data of Backup Controller Function
Backup controller function that acquired by virtual controller cannot be restored to T-B
series Manipulator.
NOTE : Backup controller function that acquired by actual equipment can be restored to
T-B series Manipulator.
Содержание T-B Series
Страница 1: ...SCARA ROBOT T B series MANUAL Rev 1 EM217R4788F ...
Страница 2: ...SCARA Robots T B series Manual Rev 1 ...
Страница 15: ...TABLE OF CONTENTS T B series Rev 1 xiii T6 B602S J3 165 Appendix D Open Source Software License 167 ...
Страница 16: ...TABLE OF CONTENTS xiv T B series Rev 1 ...
Страница 17: ...Installation This volume describes the flow from unpacking to operation and designing the robot system ...
Страница 18: ......
Страница 40: ...Installation 5 Second Step 24 T B series Rev 1 ...
Страница 42: ......
Страница 58: ...T3 B T6 B Manipulator 2 Specifications 42 T B series Rev 1 2 3 Outer Dimensions 2 3 1 T3 B ...
Страница 59: ...T3 B T6 B Manipulator 2 Specifications T B series Rev 1 43 2 3 2 T6 B ...
Страница 77: ...T3 B T6 B Manipulator 3 Environments and Installation T B series Rev 1 61 T6 B A B ...
Страница 158: ...T3 B T6 B Manipulator 18 Error Code List 142 T B series Rev 1 ...
Страница 160: ......
Страница 168: ......
Страница 178: ...Appendix B Time and Distance of Free Running in Emergency 162 T B series Rev 1 ...
Страница 182: ...Appendix C Time and Distance of Free Running When Safeguard Is Opened 166 T B series Rev 1 ...