{"title":"ОСОБЛИВОСТІ НАЛАШТУВАННЯ CFD-ПРОГРАМ ДЛЯ ПІДВИЩЕННЯ ЕФЕКТИВНОСТІ МОДЕЛЮВАННЯ ВИТРАТОМІРІВ","authors":"Ф. Д. Матіко, В.І. Роман, О. Я. Масняк","doi":"10.15673/ATBP.V10I4.827","DOIUrl":"https://doi.org/10.15673/ATBP.V10I4.827","url":null,"abstract":"","PeriodicalId":408761,"journal":{"name":"Automation Technological and Business-Processes","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-02-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126892980","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
{"title":"РАЗРАБОТКА СОВРЕМЕННОГО ЧЕЛОВЕКОМАШИННОГО ИНТЕРФЕЙСА В АСУТП НА ОСНОВЕ МЕЖДУНАРОДНЫХ СТАНДАРТОВ","authors":"А. Ф. Арабаджи, А. А. Стопакевич","doi":"10.15673/ATBP.V10I4.819","DOIUrl":"https://doi.org/10.15673/ATBP.V10I4.819","url":null,"abstract":"","PeriodicalId":408761,"journal":{"name":"Automation Technological and Business-Processes","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-02-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123599868","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
{"title":"РАЗРАБОТКА АЛГОРИТМА УПРАВЛЕНИЯ СИСТЕМОЙ ОТОПЛЕНИЯ И ГОРЯЧЕГО ВОДОСНАБЖЕНИЯ С ИСПОЛЬЗОВАНИЕМ ВОЗОБНОВЛЯЕМЫХ ИСТОЧНИКОВ ЭНЕРГИИ","authors":"А. А. Процишен, Елена Олеговна Улицкая","doi":"10.15673/atbp.v10i4.818","DOIUrl":"https://doi.org/10.15673/atbp.v10i4.818","url":null,"abstract":"","PeriodicalId":408761,"journal":{"name":"Automation Technological and Business-Processes","volume":"40 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-02-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123882684","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
{"title":"СПЕКТРАЛЬНЫЕ ПЛОТНОСТИ РЕГУЛИРУЕМЫХ ПЕРЕМЕННЫХ ТИПОВЫХ САР И ИХ АППРОКСИМАЦИЯ МАЛОПАРАМЕТРОВЫМИ МОДЕЛЯМИ","authors":"В. А. Хобин, С. И. Лагерная","doi":"10.15673/atbp.v10i4.820","DOIUrl":"https://doi.org/10.15673/atbp.v10i4.820","url":null,"abstract":"","PeriodicalId":408761,"journal":{"name":"Automation Technological and Business-Processes","volume":"36 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-02-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127723216","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
D. Salskyi, A. Kozhukhar, O. Olshevska, N. Povarova
Most of the currently developed systems are based on the client-server architecture. This architecture is used everywhere, from mobile-native development to Web applications. However implementing an application based on this architectural solution requires quite a lot of effort from the software developer, and therefore, in order to simplify and speed up the development, certain standard solutions and approaches appeared. This article will discuss the most popular technologies used in the development of Web applications in the context of enterprise development. Also in this article will be mentioned the project, built on the architecture of "client-server" ScienceToMetrics. The main theme of this project is the study of science-metric indicators for the structural divisions of the faculty of the Odessa National Academy of Food Technologies. In fact, it is a portal for viewing and editing information on employees, in the future this portal may be extended to subprojects. In this project, the main idea of this architecture was embodied: decomposition of the application into atomic parts in order to distribute it to several hardware units of capacity to improve performance. The client is an independent application, which at the same time receives information from an external API-interface through REST-requests. In turn, the backend provides this API with certain security restrictions on the content provided. The backend for this architecture provides a layer for the content of the data users, whether it's a database (NoSQL, SQL) or an integration API with external aggregation systems. To ensure the necessary level of security, JWT (Javascript Web Token) authorization is used, which allows you not to create an explicit session between the client and the backend, but allows you to communicate through a token that stores all the necessary meta-information for this user. Volume 9, Issue 4 /2017 http://www.atbp.onaft.edu.ua/
目前开发的大多数系统都基于客户机-服务器体系结构。这种体系结构无处不在,从移动原生开发到Web应用程序。然而,基于此体系结构解决方案实现应用程序需要软件开发人员付出相当大的努力,因此,为了简化和加快开发,出现了某些标准解决方案和方法。本文将讨论在企业开发环境中开发Web应用程序所使用的最流行的技术。本文还将提到基于“客户机-服务器”ScienceToMetrics体系结构的项目。该项目的主题是研究敖德萨国家食品技术学院教师结构划分的科学度量指标。实际上,它是一个查看和编辑员工信息的门户,将来这个门户可能会扩展到子项目。在这个项目中,体现了该体系结构的主要思想:将应用程序分解为原子部分,以便将其分发到几个具有容量的硬件单元,以提高性能。客户机是一个独立的应用程序,它同时通过rest请求从外部api接口接收信息。反过来,后端为该API提供对所提供内容的某些安全限制。该体系结构的后端为数据用户的内容提供了一个层,无论是数据库(NoSQL、SQL)还是与外部聚合系统的集成API。为了确保必要的安全级别,使用了JWT (Javascript Web Token)授权,它允许您不创建客户端和后端之间的显式会话,但允许您通过存储此用户所有必要元信息的令牌进行通信。第9卷,第4期/2017 http://www.atbp.onaft.edu.ua/
{"title":"OVERVIEW OF POPULAR APPROACHES IN CREATING CLIENT-SERVER APPLICATIONS BASED ON SCIENTOMETRICS ONAFTS’ PLATFORM","authors":"D. Salskyi, A. Kozhukhar, O. Olshevska, N. Povarova","doi":"10.15673/ATBP.V10I4.833","DOIUrl":"https://doi.org/10.15673/ATBP.V10I4.833","url":null,"abstract":"Most of the currently developed systems are based on the client-server architecture. This architecture is used everywhere, from mobile-native development to Web applications. However implementing an application based on this architectural solution requires quite a lot of effort from the software developer, and therefore, in order to simplify and speed up the development, certain standard solutions and approaches appeared. This article will discuss the most popular technologies used in the development of Web applications in the context of enterprise development. Also in this article will be mentioned the project, built on the architecture of \"client-server\" ScienceToMetrics. The main theme of this project is the study of science-metric indicators for the structural divisions of the faculty of the Odessa National Academy of Food Technologies. In fact, it is a portal for viewing and editing information on employees, in the future this portal may be extended to subprojects. In this project, the main idea of this architecture was embodied: decomposition of the application into atomic parts in order to distribute it to several hardware units of capacity to improve performance. The client is an independent application, which at the same time receives information from an external API-interface through REST-requests. In turn, the backend provides this API with certain security restrictions on the content provided. The backend for this architecture provides a layer for the content of the data users, whether it's a database (NoSQL, SQL) or an integration API with external aggregation systems. To ensure the necessary level of security, JWT (Javascript Web Token) authorization is used, which allows you not to create an explicit session between the client and the backend, but allows you to communicate through a token that stores all the necessary meta-information for this user. Volume 9, Issue 4 /2017 http://www.atbp.onaft.edu.ua/","PeriodicalId":408761,"journal":{"name":"Automation Technological and Business-Processes","volume":"40 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-02-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134320225","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Владимир Иванович Мещеряков, Д. В. Мещеряков, Екатерина Викторовна Черепанова
{"title":"ОПРЕДЕЛЕНИЕ ЗНАЧИМЫХ ПОКАЗАТЕЛЕЙ ПЕРВИЧНОЙ ИНФОРМАЦИИ ДЛЯ СИСТЕМЫ С БИОЛОГИЧЕСКОЙ ОБРАТНОЙ СВЯЗЬЮ","authors":"Владимир Иванович Мещеряков, Д. В. Мещеряков, Екатерина Викторовна Черепанова","doi":"10.15673/ATBP.V10I4.823","DOIUrl":"https://doi.org/10.15673/ATBP.V10I4.823","url":null,"abstract":"","PeriodicalId":408761,"journal":{"name":"Automation Technological and Business-Processes","volume":"63 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-02-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114950225","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
{"title":"ІМІТАЦІЙНА МАТЕМАТИЧНА МОДЕЛЬ КОНВЕЄРНИХ ВАГОВИМІРЮВАЧІВ ДОЗАТОРІВ БЕЗПЕРЕРВНОЇ ДІЇ","authors":"Д. В. Дец, К. Шейда-Голбад, В. А. Хобін","doi":"10.15673/atbp.v10i4.826","DOIUrl":"https://doi.org/10.15673/atbp.v10i4.826","url":null,"abstract":"","PeriodicalId":408761,"journal":{"name":"Automation Technological and Business-Processes","volume":"12 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-02-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125552494","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
{"title":"FUZZY-КОНТРОЛЕР ПІДТРИМАННЯ МІКРОКЛІМАТУ В ПРИМІЩЕННІ ЗА ЗНАЧЕННЯМИ ІНДЕКСУ ДИСКОМФОРТУ","authors":"П. В. Новіков, О. В. Степанець, Р. П. Саков","doi":"10.15673/ATBP.V10I4.824","DOIUrl":"https://doi.org/10.15673/ATBP.V10I4.824","url":null,"abstract":"","PeriodicalId":408761,"journal":{"name":"Automation Technological and Business-Processes","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-02-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117229005","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
{"title":"РОЗРОБКА ТА ДОСЛІДЖЕННЯ МУЛЬТИАГЕНТНОЇ СИСТЕМИ ДЛЯ ОХОРОНИ ОБ’ЄКТА","authors":"П. М. Тишин, А. В. Гончаров, К. О. Куширець","doi":"10.15673/ATBP.V10I4.825","DOIUrl":"https://doi.org/10.15673/ATBP.V10I4.825","url":null,"abstract":"","PeriodicalId":408761,"journal":{"name":"Automation Technological and Business-Processes","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-02-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129191650","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
К. О. Габуев, В. Гонгало, Надежда Александровна Кучеренко, А. И. Шипко
Анотация: В статье рассматривается применение беспилотных летательных аппаратов как в промышленности в целом, так и в отдельных ее отраслях. Более подробно описывается эксплуатация беспилотных летательных аппаратов в агросекторе. Приведены проблемы, существующие на сегодняшний день в этом секторе, а также методы решения этих проблем при помощи беспилотных технологий. Объяснена важная взаимосвязь между системой автоматического управления и ее интеграцией на беспилотные летательные аппараты. Подробно описывается техническая составляющая дрона, а также взаимосвязь между каждым звеном технического средства автоматизации. Приведен пример программного обеспечения, через которое осуществляется управление беспилотным летательным аппаратом. Abstract: The article deals with the use of unmanned aerial vehicles as in industry in general and as in individual branches. The operation of unmanned aerial vehicles in the agricultural sector is described in more detail. The problems existing for today in this sector, as well as the methods of solving these problems with the help of unmanned technologies are given. The important interrelation between the automatic control system and its integration into unmanned aerial vehicles is explained. Detailed description of the technical component of the drone, as well as the relationship between each link of the technical means of automation. An example of the software through which the unmanned aerial vehicle is controlled is given. Ключевые слова: робот, дрон, робототехника, автоматизация, система автоматического управления, математическая модель.
{"title":"СИСТЕМА АВТОМАТИЧЕСКОГО УПРАВЛЕНИЯ БЕСПИЛОТНОГО ЛЕТАТЕЛЬНОГО АППАРАТА","authors":"К. О. Габуев, В. Гонгало, Надежда Александровна Кучеренко, А. И. Шипко","doi":"10.15673/atbp.v10i4.821","DOIUrl":"https://doi.org/10.15673/atbp.v10i4.821","url":null,"abstract":"Анотация: В статье рассматривается применение беспилотных летательных аппаратов как в промышленности в целом, так и в отдельных ее отраслях. Более подробно описывается эксплуатация беспилотных летательных аппаратов в агросекторе. Приведены проблемы, существующие на сегодняшний день в этом секторе, а также методы решения этих проблем при помощи беспилотных технологий. Объяснена важная взаимосвязь между системой автоматического управления и ее интеграцией на беспилотные летательные аппараты. Подробно описывается техническая составляющая дрона, а также взаимосвязь между каждым звеном технического средства автоматизации. Приведен пример программного обеспечения, через которое осуществляется управление беспилотным летательным аппаратом. Abstract: The article deals with the use of unmanned aerial vehicles as in industry in general and as in individual branches. The operation of unmanned aerial vehicles in the agricultural sector is described in more detail. The problems existing for today in this sector, as well as the methods of solving these problems with the help of unmanned technologies are given. The important interrelation between the automatic control system and its integration into unmanned aerial vehicles is explained. Detailed description of the technical component of the drone, as well as the relationship between each link of the technical means of automation. An example of the software through which the unmanned aerial vehicle is controlled is given. Ключевые слова: робот, дрон, робототехника, автоматизация, система автоматического управления, математическая модель.","PeriodicalId":408761,"journal":{"name":"Automation Technological and Business-Processes","volume":"44 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-02-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124486831","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}