Assignment 1:-: Assignments On No/Nc

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

CENTRAL TOOL ROOM & TRAINING CENTRE

BHUBANESWAR
ASSIGNMENTS ON NO/NC
Assignment 1:Develop a LAD program such that the lamp L 1 should glow when the switch S1 is made ON and the
lamp gets OFF when switch S1 is made OFF.
Assignment 2:Truth Table
S1
S2
LAMP
0
0
0
0
1
0
1
0
0
1
1
1
Assignment 3:The lamp should glow when either the switch (S1 & S2) or S3 is ON
Assignment 4:TRUTH TABLE
S1
S2
LAMP
0
0
0
0
1
1
1
0
1
1
1
1
Assignment 5:Draw the lad program for a given Logical circuit

Assignment 6:Draw the lad program for a given Logical circuit

Assignment 7:A fan is to run when all the following conditions are met:
Switch S1 is kept OFF.

Switch S2 or S3 is made ON.

Switch S4 & S5 are made ON

Switch S6 or S7 or S8 is made ON.

Assignment 8:There are three fans in a room and are controlled individually by toggle switches there is a panel board out
side the room. In the panel board there are three different color lamps RED,

INDUSTRIAL AUTOMATION DEPT.

YELLOW and GREEN.

CENTRAL TOOL ROOM & TRAINING CENTRE


BHUBANESWAR
Draw logic in LAD such that when the following condition satisfied the indicator light should glow in panel
board.

If all the three fans are running the

RED lamp glows in panel board at that time YELLOW and

GREEN should off.

If any two fans are running the YELLOW lamp glows at that time RED and

GREEN should off.


If any one fan is running the GREEN lamp glows at that time RED and YELLOW should off.

Assignment 9:9 numbers of alarm inputs are connected to a PLC. When an alarm comes to the PLC, the alarm-input
number will be displayed by 4 digital outputs (4 bit binary equivalent).
Hints:INPUT
ALARM 1
I0.0=1
ALARM 2
I0.1=2
ALARM 3
I0.2=3
ALARM 4
I0.3=4
ALARM 5
I0.4=5
ALARM 6
I0.5=6
ALARM 7
I0.6=7
ALARM 8
I0.7=8
ALARM 9
I1.0=9
OUTPUT
BIT 1
Q0.0=20
BIT 2
BIT 3
BIT 4

Q0.1=21
Q0.2=22
Q0.3=23

Example 10:
There are three fans for cooling purpose of a system and the system is powered through K1 contactor.
For proper operation of the system, any two fans, out of three, must run. Write program to start the
reserve fan automatically in case of failure of any one of the two running fans. If any two fans fail, the
incoming supply to the system (K1 contactor) must be off.
Hints:-Use one Start switch to start the fans (if Start is ON and all fans are healthy, Fan1 and Fan2
will start and Fan3 will be the reserve fan) and three fault switches for the three fans.

INDUSTRIAL AUTOMATION DEPT.

CENTRAL TOOL ROOM & TRAINING CENTRE


BHUBANESWAR

INDUSTRIAL AUTOMATION DEPT.

You might also like