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

AIR UNIVERSITY

DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING

EXPERIMENT NO 8

Lab Title: SEQUENCER

Student Name: Izza Jamal Reg. No: 191850


LAB ASSESSMENT:

Excellent Good Average Satisfactory Unsatisfactory


Attributes
(5) (4) (3) (2) (1)
Ability to Conduct
Experiment
Ability to assimilate the
results
Effective use of lab
equipment and follows
the lab safety rules

Total Marks: Obtained Marks:

LAB REPORT ASSESSMENT:


Excellent Good Average Satisfactory Unsatisfactory
Attributes
(5) (4) (3) (2) (1)

Data presentation

Experimental results

Conclusion

Total Marks: Obtained Marks:

Date: Signature:
AIR UNIVERSITY, ISLAMABAD
DEPARTMENT OF ELECTRICAL & COMPUTER ENGINEERING
Electrical Measurements & Instruments Lab

Lab Instructor: Wasim Iqbal

SEQUENCER Lab#08

Submitted by
Izza Jamal (191850)

Fall-21

BEEP V-B
DATE:29/11/21
EXPERIMENT.NO.08
SEQUENCERS
Objective:
 To get familiar with the concept of Sequencer.
 Get to know about the implementation of Sequencer on the software.

Apparatus:
 PLC Allen Bradley.
 LogixPro software.

Introduction:
Symbol:

Programmed sequencers can perform the same specifi c on or off patterns of outputs that are
continuously repeated. Sequencer instructions simplify your ladder program by allowing you to
use a single instruction or pair of instructions to perform complex operations.

SQO (Sequencer Output):Is an output instruction that uses a fi le to control various output
devices.File:Is the starting address for the registers in the sequencer file and you must use the
indexed fi le indicator (#) for this address. The fi le contains the data that will be transferred to
the destination address when the instruction undergoes a false-to-true transition’Mask:Is the bit
pattern through which the sequencer instruction moves source data to the destination address.
Recall that in the mask bit pattern, a 1 passes values while a 0 blocks the data fl ow. You use a
mask register or fi le name when you want to change the mask pattern under program control. An
h is placed behind the parameter to indicate that the mask is a hexadecimal number or a B to
indicate binary notation. Decimal notation is entered without any indicator.Source:Is the address
of the input word or fi le from which the SQC and SQL instruction obtains data for comparison
or input to its sequencer file.Destination:Is the address of the output word or file to which the
SQO moves the data from its sequencer file.Control:The address that contains the parameters
with control information for the instruction. The control register stores the status byte of the
instruction.To program a sequencer, binary information is fi rst entered into the sequencer fi le or
register made up of a series of consecutive memory words.
DATA TABLE:

This is the data table where all the sequences are made.
Lab Tasks
Lab Task No.1:
System has a Push button LS1, when user press the LS1
• 1st time Fan goes ON
• 2nd time Bulb ON and Fan goes OFF
• 3rd time Bulb OFF
(Implement Using Sequencer)

Procedure:
 In this task the sequence as mentioned in the task is made in the binary table.
 B3:4/ is the masking row meaning how many entreis would be taken countable.
 In B3:1/ the last bit is 1 while in B3:2/ the second last bit is on,this will first turn on the
fan while second time the light will be active and te fan will turn off.
 In B3:3/ both fan and light will turn off.

Lab Task No.2:


Write a program that will turn on a flashing lights one after another for 1 sec.

Procedure:
 In this task the sequence as mentioned in the task is made in the binary table.
 B3:5/ is the masking row meaning how many entreis would be taken countable.
 In B3:1/ the last bit is 1 while in B3:2/ the second last bit is on.
 In B3:3/ both led’s will turn off.
 Basically in this task the LED’s will turn on with blinking one after another.

Lab Task No.3:


Using ladder logic: Use only one start stop station consisting of only one NC contact and one NO
contact, two motor starters and three control relays create the following cycle. (No timers or
counters)
1. When the start button is pressed motor 1 will start and run until stopped by pressing the stop
button.
2. When the start button is pressed again motor 2 will run until stopped by pressing the stop
button.
3. When the start button is pressed again motors 1 & 2 will run until stopped by pressing the stop
button. Pressing the start button again will now start the cycle over.

Procedure:
 In this task the sequence as mentioned in the task is made in the binary table.
 B3:7/ is the masking row meaning how many entreis would be taken countable.
 In this task first the LED1 will turn on then after stopping it the LED1 will turn off.
 The same process will continue with LED2.
 After this both the LED’s will turn on and stop button will turn off the LED’s.
Lab Task No.4:
Write a program for two way traffic signal as shown above;

CONCLUSIONS:
This lab was about sequencers.We give an input to the SQO and then make a sequence in the
data table in order to get output.In the table we make one row a mask which tells us how many
entries would we use in the table.Moreover,we performed some tasks to have better
understanding of the output.

You might also like