
7
8
9
10
11
12
13
Basic operation 11-7
1.5
DI/DO (digital input and output) operation
■
Overview
The following example shows input/ output signal operations through the general-purpose input/
output device.
Processing flow
Wait until DI2( ) is all at "0".
Set all of DO2 ( ) to "1".
Wait 1 second.
Wait until DI2 (0) is at "1".
END
N
DI2 (1)="1"?
N
=
1
N
>
20
Set all of DO2 ( ) to “0”.
Wait 0.5 seconds
N=N+1
Set DO2 (7, 6, 1, 0) to "1".
Wait 2 seconds
Set all of DO2 ( ) to "0".
Y
Y
N
START
Wait until DI20 to DI27 become "0".
DO20 to DO27 become "1".
Wait until DI20 becomes "1".
• DO processing ends if DI2(1) is "1".
• Repeated until N=20 if DI2(1) is "0".
"1" is assigned to "N".
33C08-R7-00
SAMPLE
WAIT DI2()=0 ···················· Waits until DI20 to DI27 become "0".
DO2()=&B11111111 ················ DO20 to DO27 become "1".
DELAY 1000
WAIT DI2(0)=1 ··················· Waits until DI20 becomes "1".
N=1
*LOOP1:
IF DI2(1)=1 THEN *PROGEND ······· Jumps to *PROGEND if DI21 = 1.
IF N>20 THEN *ALLEND ············ Ended in N > 20 (jumps to *ALLEND).
DO2()=0
····················· DO20 to DO27 become "0".
DELAY 500
N=N+1
GOTO *LOOP1 ····················· Loop is repeated.
’END ROUTINE
*PROGEND: End processing.
DO2(7,6,1,0)=&B1111 ············· Sets DO27, 26, 21, 20 to "1".
DELAY 2000 ····················· Waits 2 seconds
DO2()=0
····················· Sets DO20 to "0".
*ALLEND:
HALT
Summary of Contents for SCARA YRCX Series
Page 1: ... 7 6HULHV DW 1R 1 5 5RERW RQWUROOHU 352 5 00 1 0 18 6 5 5RERWV 5 6HULHV ...
Page 2: ......
Page 20: ......
Page 26: ......
Page 27: ...Chapter 2 Constants 1 1 Outline 2 1 2 2 Numeric constants 2 1 3 3 Character constants 2 2 ...
Page 28: ......
Page 32: ......
Page 52: ......
Page 54: ......
Page 61: ...Chapter 5 Multiple Robot Control 1 1 Overview 5 1 2 2 Command list with a robot setting 5 2 ...
Page 62: ......
Page 66: ......
Page 76: ......
Page 78: ......
Page 92: ......
Page 328: ......
Page 408: ......
Page 409: ...Chapter 11 User program examples 1 1 Basic operation 11 1 2 2 Application 11 8 ...
Page 410: ......
Page 432: ......
Page 488: ......
Page 489: ...Chapter 13 Appendix 1 1 Reserved word list 13 1 2 2 Changes from conventional models 13 3 ...
Page 490: ......
Page 496: ......
Page 497: ...Index ...
Page 498: ......
Page 504: ......
Page 505: ......
Page 506: ... DW 1R 1 XWKRUL HG LVWULEXWRU 3ULQWHG LQ XURSH ...