"SCADA"의 두 판 사이의 차이

오픈소스 비즈니스 컨설팅
둘러보기로 가기 검색하러 가기
잔글 (→‎MODBUS)
 
(같은 사용자의 중간 판 12개는 보이지 않습니다)
1번째 줄: 1번째 줄:
 
SCADA (Supervisory Control And Data Acquisition, 감시 제어 및 데이터 취득) : 원격감시시스템
 
SCADA (Supervisory Control And Data Acquisition, 감시 제어 및 데이터 취득) : 원격감시시스템
  
== MODBUS ==
+
== 오픈소스 SCADA ==
  
* https://github.com/riptideio/pymodbus
+
* [http://mblogic.sourceforge.net/index.html MBLogic] : Python, GPL
  
참고 문헌
+
* [http://www.oscada.org/ OpenSCADA] : C++, GPLv2
* http://overit.tistory.com/entry/ModBus-%EA%B4%80%EB%A0%A8
+
:* QT 기반 (웹 인터페이스도 지원)
* https://blog.naver.com/kim1417/221019472708
+
:* DBMS : SQLite, MySQL, PostgreSQL, FireBird 등
* https://codingcoding.tistory.com/210
+
:* Linux
 +
* [http://www.enscada.com/a7khg9/IndigoSCADA.html IndigoSCADA] : C/C++, LGPL
 +
:* Windows, QT
 +
* [http://www.openapc.com/ openAPC] : C/C++, GPL
 +
* [http://advancedhmi.com/ Advanced HMI] : Visual Studio Express, GPLv2
 +
* [http://sourceforge.net/projects/free-scada FreeSCADA] : C#, CPL
 +
 
 +
* [http://openscada.org/ openSCADA] : Java RCP, LGPL
 +
* [http://www.scadabr.com.br/ SCADABR] : Java, GPLv2, MIT
 +
* [http://mango.serotoninsoftware.com/home.jsp mango] : Java, GPLv3
  
 
== 용어 사전 ==
 
== 용어 사전 ==
24번째 줄: 33번째 줄:
  
 
== 참고 문헌 ==
 
== 참고 문헌 ==
 +
 +
*[[OCEAN]], [[oneM2M]], [[Modbus]], [[Modbus]]
  
 
* Mobius : http://developers.iotocean.org/archives/module/mobius
 
* Mobius : http://developers.iotocean.org/archives/module/mobius

2018년 9월 28일 (금) 11:14 기준 최신판

SCADA (Supervisory Control And Data Acquisition, 감시 제어 및 데이터 취득) : 원격감시시스템

오픈소스 SCADA

  • QT 기반 (웹 인터페이스도 지원)
  • DBMS : SQLite, MySQL, PostgreSQL, FireBird 등
  • Linux
  • Windows, QT

용어 사전

  • IIot (Industrial Internet of Things)
  • ICS (Industrial Control System, 산업제어 시스템)
  • SCADA (Supervisory Control And Data Acquisition, 감시 제어 및 데이터 취득) : 원격감시시스템
  • 지리적으로 떨어져 있는 여러 플랜트의 생산 공정을 중앙에서 감시 제어하는 소프트웨어로서 무인 장소의 PLC (Programmable Logic Controllers)와 센서로부터 수집된 정보를 중앙엣 처리/분석해 설비를 제어하는 시스템
  • RTU (Remote Terminal Unit, 원격 단말기) : 원격 I/O를 제어하기 위한 단말 장치
  • MODBUS Protocol (모드버스 프로토콜)
  • PLC (Programmable Logic Controller) : 시퀀스 제어 로직을 운영하기 위한 장치
  • HMI (Human Machine Interface, 인간-기계 인터페이스)
  • DCS (Distributed Control System, 분산형 공정제어 시스템)
  • DABIT Protocol : RS232/485, Ethernet 통신 지원

참고 문헌

  • SCADA 오픈소스