From OpenSCADAWiki
< Documents
Revision as of 08:07, 12 September 2021 by FuzzyBot (Talk | contribs) (Updating to match new version of source page)

Jump to: navigation, search
Other languages:
English • ‎mRussian • ‎Українська

1 Terms and definitions

  • Blocking — a conditional border of the technological parameter value at which overcome there performs a preset algorithm for the emergency prevent. In some modes of TP (starting) according to the regulations you can be needed for the blockings disable — deblocking.
  • Deblocking — the process of the blockings disabling on time of TP working in modes for which the operation reserved into the regulations. The technological parameters deblocking is strictly accountable operation and it must be performed by the operative personal in an appropriate order!
  • Complex parameter-tag or object-tag of the signal — detailed signal of the data source as a complex parameter-tag, which for analog one usually contains:
    • signal value in the engineering-real measurement unit;
    • name of the measurement unit;
    • scale-range of the signal value physical changing - minimum and maximum borders;
    • signaling scale borders — usually the upper and lower boundaries for warning and alarms;
    • filter parameters;
    • parameters of the scale specifics, determining the authenticity, format of presentation and more.
  • Data model — organization and structuring of the technological process (TP) data or other automation object in the layer of SCADA data source, protocol or PLC. By default, this means OpenSCADA data source layer with the structure "Controller object" -> "Parameter, Level 1" -> ... "Parameter, Level N" -> "Attribute of value - signal".
  • Generic Storage — the primary storage of OpenSCADA pointed as "*.*" and designed for combination the Configuration File and the work Data Base in single storage of the generic OpenSCADA data. Where the Configuration File is primary for the data already existing there, ie their changes, but everything new is created in the Data Base.
  • Project — this term has many meanings and, depending on the context, may be implied:
    • OpenSCADA project (program) — free software, the documentation of which you are reading now.
    • Specified set-folder of the configuration and data that are created by the user of OpenSCADA, where the configuration is stored in the configuration file (required) and one or more DB files (optionally and maybe online). For example — a demonstration project, simulator of the TP "AGLKS". That is, the author of the project is the user of the program — the engineer-developer or programmer of the SCADA system.
    • VCA project — a component of the visualization control area (VCA) created in the module UI.VCAEngine through UI.Vision and contains a set of VCA frames.
  • Qt — software development tool, with which, in particular, the QTStarter (starter of OpenSCADA modules on the library Qt), QTCfg (GUI configurator of OpenSCADA) and Vision (editor and executant of the working user interfaces of VCA) modules are created. It may be encountered in the form of QT, which is an early entry used by OpenSCADA developers for the Qt library.
  • Quietance — approving process is a fact of the operative personal take its attention to the violation into the TP work. The process mostly means of take actions for the violation eliminating and pressing to the button of the alarm quieting.
  • Setting of the alarm — a conditional border of the technological parameter value at which overcome means as an abnormal situation. Typically there set next borders:
    • Upper and bottom alarm borders — borders of alarm values of the technological parameter.
    • Upper and bottom warning borders — borders of warning, the regulations borders, about the parameter value exit beyond the work range.
    • Failure — points to the parameter value out of hardware borders of the technological equipment. That is mostly features to the sensor failure, break of the channel link with the sensor or the PLC.
  • Signal (in relation to the data source) — element of the data source in the form of measured, or calculated, value of the technological parameter or sensor. Represents a scalar of a discrete, integer or real type, which is often encoded, by scaling the parameter scale to the integer dimension. The signal, for identification, is often simply indexed or encoded at the address of its value on the map of the exchanging protocol, and the meaningful name appears in the SCADA data model.
  • Signaling — the process of notification of the operative personal about a violation of the technological process or the automation equipment work. The notification methods can be at different types of influence to the human senses for take it attention. There often provides next types of signaling:
    • Light signaling — that is typically performed by changing color of the graphical object (blink) for the emerging events and by setting the static alarm colors (red and yellow) for events have quietance-confirmation.
    • Sound — that is performed by sound signal out in moment of the event emerge. The sound signal type can be both as monotonic and the speech synth message with an information about the violation.
  • VCA frame — derived visualization element, consisting of the basic elements and able to serve functions of the project page of VCA.
  • VCA widget — visualization element of the VCA.

2 Употребляемые сокращения

  • API (англ. Application Programming Interface) — интерфейс программирования приложений (модулей OpenSCADA) или расширений на внутреннем языке OpenSCADA — API пользователя.
  • AWP (англ. Automated Work Place) — см. АРМ.
  • MOD (англ. Matching to Object Device) — см. УСО.
  • DAQ (англ. Data Acquisition) — сбор данных.
  • DB (англ. Data Base) — см. БД.
  • DCON — наименование одного из коммуникационных протоколов, используемых в промышленности.
  • GPL (англ. General Public License) — открытое лицензионное соглашение (лицензия), по условиям которого распространяется и может использоваться OpenSCADA.
  • GUI (англ. Graphical User Interface) — графический интерфейс пользователя.
  • HMI (англ. Human-machine Interface) — человеко-машинный интерфейс.
  • HTTP (англ. HyperText Transfer Protocol — "протокол передачи гипертекста") — протокол прикладного уровня передачи данных, чаще всего в виде гипертекстовых документов.
  • ModBus — Modicon BUS это последовательный коммуникационный протокол, в вариантах RTU и ASCII, исходно опубликованный Modicon в 1979 для использования со своими ПЛК. Позже расширен для работы поверх TCP-IP и этот вариант получил название ModBus/TCP.
  • PLC (англ. Programmable Logic Controller) — см. ПЛК.
  • QT — см. QT в списке терминов, не является сокращением.
  • SCADA (англ. Supervisory Control And Data Acquisition) — диспетчерский контроль и сбор данных.
  • TP (англ. Technological Process) — см. ТП.
  • TUI (англ. Terminal(Text) User Interface) — терминальный (текстовый) интерфейс пользователя.
  • UI (англ. User Interface) — интерфейс пользователя.
  • VCA (англ. Visual Control Area) — см. СВУ.


  • АРМ — Автоматизированное Рабочее Место. Обычно представляет из себя системный блок вычислительной системы, дисплей, манипулятор "мышь" иногда с клавиатурой, и другое периферийное оборудование, которое служит для визуального представления данных технологического процесса, а также выдачи управляющих воздействий на ТП.
  • БД — База Данных.
  • ОС — Операционная Система.
  • ПЛК — Программируемый Логический Контроллер.
  • ПО — Программное Обеспечение.
  • СО — Объект Сигнализации (литеры в аббревиатуре переставлены чтобы не путать с сокращением ОС (см. выше)).
  • СВУ — Среда Визуализации и Управления.
  • ТП — Технологический Процесс. Весь комплекс технологического оборудования производственного процесса.
  • УСО — Устройство Сопряжения с Объектом. Ряд устройств или модулей ПЛК, к которым непосредственно подключаются сигналы с датчиков ТП для последующего преобразования из аналогового в цифровой вид и обратно. Преобразование осуществляется с целю последующей обработки значений технологических параметров в ПЛК.
  • ФС — файловая система.