Ask a question from expert

Ask now

Microprocessor and PLC Assignment

32 Pages4154 Words206 Views
   

Added on  2020-04-21

Microprocessor and PLC Assignment

   Added on 2020-04-21

BookmarkShareRelated Documents
1
Microprocessor and PLC Assignment_1
Table of Contents1.Source code procedure.........................................................................................................................12.Source file create in NAME and ID.....................................................................................................23.Output..................................................................................................................................................4A.Process or Operation of the Programmable Logic Controller..............................................................71.Architecture of the Programmable Logic Controller........................................................................72.Digital to Analog Converter.............................................................................................................83.Ladder Logic Programming..............................................................................................................9B. Process/operation of Programmable Logic Controllers.........................................................................101)Sensor and Transducer..................................................................................................................102)Amplification and Signal Conditioning...........................................................................................123)Programmable Logic Circuit Hardware Integration........................................................................13C. Basics of PLC Programming.................................................................................................................151.Program Organization....................................................................................................................152.Scan Cycles....................................................................................................................................163.Languages using PLC......................................................................................................................174.Logic Elements...............................................................................................................................18Design of PLC based security system.....................................................................................................19Title: PLC Program to Implement an Automatic Car-Wash Process..................................................19References.................................................................................................................................................22
Microprocessor and PLC Assignment_2
Assignment-11.Source code procedureUsing software EASY68kASMStep -1 the using software go to file and open the new file. the file name is save in xxx.ASM Step -2 type the program and go to project and select the assemble source and Click the execute button. Step-3 now the command window is open and click the run option and select the run. Step-4 the output will displaySource codeTitle :Calculation with Student ID* Written by :Henry Wilfred Mascarenhas* Date :15/11/20171
Microprocessor and PLC Assignment_3
* Description:Design using the low level programming of microprocessing 68k based system*----------------------------------------------------------- START: ORG $1000 *--------code for output------- LEA Henry Wilfred Mascarenhas,A1 Loads Henry into address register A1 MOVE.B #14,D0 Moves the number 14 into data register D0 TRAP #15 Display Message MOVE.B #4,D0 TRAP #15 Halt simulatorCR EQU $0D ASCII code for Carriage ReturnLF EQU $0A ASCII code Line FeedHENRY DC.B CR,LF DC.B 'Name: Henry Wilfred Mascarenhas,CR,LF2
Microprocessor and PLC Assignment_4
DC.B 'Student ID: ********5',CR,LF,CR,LF DC.B 'Your Last 4 digit of your Student ID:5678',CR,LF,CR,LF END START 2.Source file create in NAME and ID3
Microprocessor and PLC Assignment_5
4
Microprocessor and PLC Assignment_6
5
Microprocessor and PLC Assignment_7
3.OutputOutput display in NAME and ID6
Microprocessor and PLC Assignment_8

End of preview

Want to access all the pages? Upload your documents or become a member.