Process Control in Wet Tannery: The Block Diagram of The Process Can Be Interpreted As
Process Control in Wet Tannery: The Block Diagram of The Process Can Be Interpreted As
TANNERY
Get Input
Signal from
Sensor
Signal
Conditionin
g
Load
Converting
the signal
to digital
form
Interfacing
Circuit.
Interfacing
the signal
with 8085
microproces
or
Programming
the
Microprocesso
r
Where,
E = reduction potential(voltage generated)
R = Universal gas constant( R=8.314 J/K-mol)
T = absolute temperature(T = 298K)
F = Faraday constant(F = 96485.33C/mol)
z = number of ions involved in the reaction.
4
SIGNAL CONDITIONING
10
11
INTERFACING WITH
MICROPROCESSOR
13
14
A1
A0
Selected port
Port - A
Port B
Port C
Control Register
15
17
Control Word:
19
MICROPROCESSOR 8085
It is an 8 bit processor.
20
PIN LAYOUT.
21
INTERNAL ARCHITECTURE:
22
2.
3.
4.
5.
23
. PROGRAMMING LOGIC:
.
24
FLOW CHART
START
.
Initialize 8255
CALL CONVERSION
Is
Temp
>
SETP
PT
25
26
PROGRAM:
MVI A, 91H
OUT CR
27
CONVERSION SUBROUTINE:
CONVERSION:
MVI A,00H
OUT PB ; Send address to select IN0
MVI A,08H ;Latch address by giving ALE High
OUT PB
LOOP: IN PC
ANI 01H
JZ LOOP ; Wait for EOC
IN PA
RET ; Return value and store Accumulator
28
INTERFACING CIRCUIT
29