advanced-python-homework-2023/scada_system/controls/__init__.py

9 lines
365 B
Python
Raw Normal View History

2023-09-25 22:39:20 +03:00
'''
Supervisory control and data acquisition (SCADA)
It is a control system architecture comprising computers,
networked data communications and graphical user interfaces for
high-level supervision of machines and processes. It also covers
sensors and other devices, such as programmable logic controllers,
which interface with process plant or machinery.
'''