Artigo COBENGE-2022 Revisado
Artigo COBENGE-2022 Revisado
USANDO ARDUINO
1 INTRODUÇÃO
2 O HARDWARE
Potenciômetro
Push Boton
TAG N1 N2 N3 N4 SCAN(ms)
BOT1 1 1 0 4 1000
LED1 1 1 0 1 1000
LED2 1 1 0 2 1000
LED3 1 1 0 3 1000
POTENC 1 1 0 5 500
SLIDER 1 1 0 6 100
Fonte: Dos autores
void setup() {
// Configura baud rate de 115200
modbusino_slave.setup(115200);
A Figura 12 mostra como fica a IHM simulada apenas para mostrar a semelhança
com a tela de uma IHM real visto que não seria possível mostrar numa figura só as
mudanças de estados dos objetos.
4 CONSIDERAÇÕES FINAIS
REFERÊNCIAS
EasyBuilder Pro. Disponível em
https://www.weintek.com/globalw/Download/Download.aspx. Consultado em em 13 de
Maio de 2022.
Abstract: This work presented the proposal and the development of hardware and
software for the teaching of subjects such as SCADA systems and HMI (Human Machine
Interface) that are widely used in technical schools and universities. The hardware consists
of an Arduino Uno, push button, LEDs, and potentiometer. The software corresponding to
the screens were developed using software in the demo version of Elipse SCADA for the
supervisory system and EasyBuilder Pro for the HMI, while for Arduino programming, the
free Arduino IDE and the Modbusino library were used, also free. It was possible to
develop screens that were used to visualize data in online classes during the COVID19
pandemic, as well as to enable students to develop their own hardware and supervision
screens for both SCADA and HMI systems. The results were surprising because they
made possible the practical teaching of subjects that normally can only be taught in the
laboratory, in addition to presenting a high degree of satisfaction in learning these
subjects.
Keywords: scada, hmi, modbus, Arduino Uno