Skip to content

Latest commit

 

History

History

ControlSystems_OnOff

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

ON/OFF Control Systems

It's a ON/OFF Temperature Controller.
The outputs of this system are a heater and a cooler.
It's an example for practice. So, We use constant value for the setpoint and hysteresis variables.
The value of these variables are:

sp=250;
hystersis=10;

Outputs Description:

MCU: ATmega32
Display: 16x2 Character LCD

Note: ControlSystem_OnOff.h is a header file for ON/OFF control system functions. It usable for other uses.

Folder and Files Description

It has included:

  • Code_CodeVisionAVR (Code with C Language)
  • Simulate (Simulator File)

Simulate: v2.0

My GitHub Account: github.com/AliRezaJoodi
Note: You can go here to download a single folder or file from github.com