The LabControle is a simulation software for linear control systems. It is designed to be used as an auxiliary tool for teaching classical control system theory.
LabControle as its own website in Brazilian Portuguese that can be acessed in http://sites.google.com/site/controlelab/
You can find more information in english using the LabControle Wiki.
Some Screenshots are available https://sites.google.com/site/controlelab/screenshots.
LabControle 2 runs on Windows 7, Windows 8 (32 or 64bits, both from sorce or binaries) and on Linux (from the source code only).
O LabControle é um simulador de sistemas de controle lineares para ser utilizado como apoio em disciplinas teóricas e práticas de sistemas de controle.
Para maiores informações sobre o projeto, acesse o site do LabControle: http://sites.google.com/site/controlelab/
O LabControle roda em Windows 7, Windows 8 (32 ou 64bits, tando do código fonte como de binários) além de rodar em Linux (pelo código fonte apenas).
Siga os passos abaixo:
- Baixe o código fonte usando git. Execute a seguinte linha de comando:
git clone https://github.com/miguelmoreto/labcontrole.git
- Entre na pasta criada:
cd labcontrole
- Execute o script:
./run.sh
Se Releases section: https://github.com/miguelmoreto/labcontrole/releases
Labcontrole is written originaly in Python 2.7 language. Now it is ported to python 3.
It depends on the folowing python packges:
- Matplotlib
- Scipy
- Numpy
- Pyqt5
Labcontrole was created and is maintained by professor Miguel Moreto from Federal University of Santa Catarina, Florianópolis, SC, Brazil.
Contributors:
- Anderson Livramento, Florianópolis, SC, Brazil.