80C39 and MCS48 based Process Controller
The Early Microcontroller : 80C39 is a CMOS Version of 8048 the one that preceded 8031-8051. MCS48 is the set for that, MCS51 is the current set.
Digital to Analog Converter with uC Watchdog is the front end and an externalย hardware watchdog of an early kind. These are simple but robust circuits and worked well in noisy environments.
Here is an example project for 80C39-8748-8749 microcontroller. This code was written by me, and it works. But the documentation is not complete or may have errors.
Process Controllerย code hereย 80C39 Code for MCS48
The circuit for these are on this page along with other circuits. This may be difficult to put together now. But
the code and hardware is near compatible to 8051 uC. Now there are may types of ADC and uC.
Voltage to Frequency Converter AD Interface is the analog front end of this instrument. Uses a LM331 VCO. The Signal conditioning too is integrated in this circuit.
This was supposed to have Analog in and Analog out. Some parts of the circuit may be in the 80C51 page. This has ramp-up and ramp-down settings for the Increment and Decrement buttons. This helps setting setpoint quickly. There is also debouncing for the pushbutton.
A Low cost A/D with a Potential of 5KV Isolation from Computing elements by use of Normal/Special Opto-Couplers. This can give better resolution and accuracy than a 8 bit A/D. may be close to 10 bit A/D. Added advantage is that you can optically isolate the inputs.
Suppose your temperature sensor touches a heating element OR your speed sensor is subjected to a shock from a defective motor with earth line broken. Such situations happen in the field, even at home or lab. Sometimes it is carelessness, other times it is wear-tear. Many times it is breakdowns, accidents etc. So do not let the High voltage to get at your Microcontroller Board.