Industrial Process Control (Lab) : Comparison and Mathematical Instructions (Lab 2)
Industrial Process Control (Lab) : Comparison and Mathematical Instructions (Lab 2)
FAST Isb
Engr.jahanzaib Zafar
Compare Instructions
Compare Integer:
same way we can compare integer but:
Integer comparisons are signed.
Compare Double
Double word comparisons are signed
Math instructions:
Lab
Tasks
Task
1
Construct the following LADs using the STEP 7Micro/WIN 32. ladder are given in the Lab Manual.
Task 2:
A circuit consists of 10 LEDs. The sequence of glowing
of LED is in such a way that after every five seconds a
LED glows. As a LED glow, it turns off the LED which is
glowing already. So at any time only one LED can
glow. After completing one loop, all LEDs are switched
off automatically and repeat the previous cycle again.
Construct Ladder Logic Diagram to implement the
given circuit.
Task3:
Implementation of calculator:
Design a calculator which can add , multiply ,
subtract, divide, also have capability to have to
overflow handling capability.