ANSWER:
The PLC ladder logic diagram as stated above is shown below.

| Input/output/timer | TYPE | |
| I:1/0 | NORMALLY CLOASE CONTACT | NORMALLY OPEN SWITCH S1 |
| T4:0 | ON DELAY TIMER | 10 sec delay timer TD1 |
| T4:0/DN | normally open contact | Done bit of timer T4:0 |
| O:2/0 | Output Coil | light L1 |
The program works as stated in question.
Rung 000: S1 is pressed i.e., I:1/0 becomes Normally closed and energises the timer T4:0.
Timer's Time delay = Preset value * timer base = 100* 0.1 = 10 seconds
Rung 001: After 10 sec, the accumulated value of timer becomes equal to its preset value. Then the done bit of timer, T4:0/DN becomes active and its NO contact becomes Normally closed which energises the ouptut L1.
when the switch S1 is opened, I:1/0 becomes NO again, timer de-energises and its Done bit becomes Low. Thus output L1 turns off.
7-1 Write a documented program that will simulate the on-delay relay timer schematic shown. Use the...
5-13 Write a documented program that will implement the ladder logic shown. Use the I/O Simulator screen and the following addresses to simulate the program: A _ I:1/0 B _ I:1/1 V _ O:2/0 W _ O:2/1 X _ O:2/2 Y _ O:2/3 Z _ O:2/4 List what outputs will be energized for each of the following input conditions: I. Rung 1 has logic continuity but Rung 2 does not. II. Rung 2 has logic continuity but Rung 1 does...