Skip to content

This is the source code repo for a personal report on the pressure process control experiment of CYCU ChemE Dept.

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
LICENSE
Notifications You must be signed in to change notification settings

phoinix-chen/PRPCE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Report of Process Control Experiment (PRPCE)

Description:

This is the source code repo for a personal report on the pressure process control experiment of CYCU ChemE Dept.

Project structure:

Usage:

controller_design and fit_model should be run on computers with Python version >= 3.12. Set up virtual environments in the directories before running, and use the following commands to load dependencies:

python -m pip install -r requirements.txt

rpi should be deployed and run on Raspberry Pi 4B with Python version >=3.11. Set up a virtual environment in the directory before running, and use the following command to load dependencies:

sudo apt install libgfortran5 libopenblas0-pthread
pip install -r requirements.txt

About

This is the source code repo for a personal report on the pressure process control experiment of CYCU ChemE Dept.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages