LOGO! manual
EWA 4NEB 712 6006-02
48
1
The following appears in
the display panel
B01
Q1
1
Q1
Your program looks like this
I1
I1
B01
–
Now connect input I2 to the input of the OR block. You know how to do
this already:
1. Switch to input mode: OK
2. Select the Co list: or
3. Accept the Co list: OK
4. Select I2: or
5. Accept I2: OK
Thus, I2 is now connected to the input of the OR block:
1
The following appears in
the display panel
B01
Q1
1
Q1
Your program looks like this
I1
I1
B01
I2
I2
We do not need the last input of the OR block in this program. In a
LOGO! program, you mark an input that is not used with an ”x”, so enter
the ’x’ now (you know the principle already):
1. Switch to input mode: OK
2. Select the Co list: or
3. Accept the Co list: OK
4. Select x: or
5. Accept x: OK
Thus, all the block’s inputs are now wired. As far as LOGO! is concerned,
the program is now complete. LOGO! returns to output Q1.
Programming LOGO!