"SCADA"의 두 판 사이의 차이

오픈소스 비즈니스 컨설팅
둘러보기로 가기 검색하러 가기
 
(같은 사용자의 중간 판 5개는 보이지 않습니다)
3번째 줄: 3번째 줄:
 
== 오픈소스 SCADA ==
 
== 오픈소스 SCADA ==
  
* [http://www.likindoy.org/,%20http://www.centrologic.com/en/what-we-have-done/likindoy LiKindoy] : Python, R, GPLv3
+
* [http://mblogic.sourceforge.net/index.html MBLogic] : Python, GPL
* MySQL
 
:* Linux
 
  
 
* [http://www.oscada.org/ OpenSCADA] : C++, GPLv2
 
* [http://www.oscada.org/ OpenSCADA] : C++, GPLv2
11번째 줄: 9번째 줄:
 
:* DBMS : SQLite, MySQL, PostgreSQL, FireBird 등
 
:* DBMS : SQLite, MySQL, PostgreSQL, FireBird 등
 
:* Linux
 
:* 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://openscada.org/ openSCADA] : Java RCP, LGPL
 
+
* [http://www.scadabr.com.br/ SCADABR] : Java, GPLv2, MIT
== MODBUS ==
+
* [http://mango.serotoninsoftware.com/home.jsp mango] : Java, GPLv3
 
 
* 홈페이지 : http://www.modbus.org/
 
* Library
 
:* Python : https://github.com/riptideio/pymodbus
 
:* C# : https://github.com/NModbus4/NModbus4
 
:* http://ucancode.net/opensourcescada/www.protocessor.com/tech_support/Free_Modbus_RTU_Source_Code.html
 
 
 
Modbus 프로토콜은 마스터 - 슬레이브 형식으로 필드 장비에서 데이터를 검색하도록 설계된 메시징 구조입니다. 이 산업 표준 프로토콜은 센서 및 계기와 같은 장치 간에 중요한 데이터를 통신하는 것은 물론 PC와 HMI를 사용해 필드 장비를 모니터링하도록 설계되었습니다. 광범위한 가스, 오일 및 변전소 응용 분야에 사용되는 Modbus는 무선 통신이 일반적인 RTU 어플리케이션에 적합합니다.
 
 
 
참고 문헌
 
* http://overit.tistory.com/entry/ModBus-%EA%B4%80%EB%A0%A8
 
* https://blog.naver.com/kim1417/221019472708
 
* https://codingcoding.tistory.com/210
 
  
 
== 용어 사전 ==
 
== 용어 사전 ==
43번째 줄: 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 오픈소스