Eastern-European Journal of Enterprise Technologies https://journals.uran.ua/eejet <p><span lang="EN-US">Terminology used in the title of the «Eastern-European Journal of Enterprise Technologies» - «enterprise technologies» should be read as «industrial technologies». <strong>«Eastern-European Journal of Enterprise Technologies»</strong> publishes all those best ideas from the science, which can be introduced in the industry. Since, obtaining the high-quality, competitive industrial products is based on introducing high technologies from various independent spheres of scientific researches, but united by a common end result - a finished high-technology product. </span>Among these scientific spheres, there are information technologies and control systems, engineering, energy and energy saving. Publishing scientific papers in these directions are the main development «vectors» of the «Eastern-European Journal of Enterprise Technologies». Since, these are those directions of scientific researches, the results of which can be directly used in modern industrial production: space and aircraft industry, instrument-making industry, mechanical engineering, power engineering, chemical industry and metallurgy.</p> <p><span lang="EN-US">Therefore, the scientists, associated with modern production, have the opportunity to participate in <strong>technology transfer to industry</strong>, publishing the results of their applied scientific researches. Industrialists, in turn, can draw scientific and practical information from the journal - each in their direction:</span></p> <ul> <li>specialists in management and computer science - from volumes «Applied Information Technologies and Control Systems», «Mathematics and Cybernetics - Applied Aspects»;</li> <li>mechanical and design engineers - from the volume «Applied Mechanics»;</li> <li>production engineers - from volumes «Mechanical Engineering Technology», «Applied Physics», «Materials Science», «Technology of organic and inorganic substances and the Ecology»;</li> <li>production and power engineers - from the volume «Energy-saving technology and equipment».</li> </ul> <p><span lang="EN-US"><strong>The goal of the journal</strong> is to eliminate the gap, which occurs between the rapidly emerging new scientific knowledge and their introduction in the industry, which requires much more time. Industrial enterprises are active subscribers to the «Eastern-European Journal of Enterprise Technologies», and production engineers check the practical value of those scientific and technological ideas, which are recommended for implementation by scientists-authors of the ''Eastern-European Journal of Enterprise Technologies».</span></p> <p><span lang="EN-US"><strong>The objective of the journal</strong> in achieving the goal is <strong>forming a «scientific component» of modern technologies transfer</strong> from science to industry. Therefore, in the papers, published in the journal, the emphasis is placed on both scientific novelty, and practical value.</span></p> <p>Registration of an entity in the media sector: Decision of the National Council of Ukraine on Television and Radio Broadcasting No. 695 dated August 10, 2023, protocol No. 17 (media identifier R30-01134).</p> TECHNOLOGY CENTER PC® en-US Eastern-European Journal of Enterprise Technologies 1729-3774 <p>The consolidation and conditions for the transfer of copyright (identification of authorship) is carried out in the License Agreement. In particular, the authors reserve the right to the authorship of their manuscript and transfer the first publication of this work to the journal under the terms of the Creative Commons CC BY license. At the same time, they have the right to conclude on their own additional agreements concerning the non-exclusive distribution of the work in the form in which it was published by this journal, but provided that the link to the first publication of the article in this journal is preserved.</p> <p>A license agreement is a document in which the author warrants that he/she owns all copyright for the work (manuscript, article, etc.).<br />The authors, signing the License Agreement with TECHNOLOGY CENTER PC, have all rights to the further use of their work, provided that they link to our edition in which the work was published.<br />According to the terms of the License Agreement, the Publisher TECHNOLOGY CENTER PC does not take away your copyrights and receives permission from the authors to use and dissemination of the publication through the world's scientific resources (own electronic resources, scientometric databases, repositories, libraries, etc.).<br />In the absence of a signed License Agreement or in the absence of this agreement of identifiers allowing to identify the identity of the author, the editors have no right to work with the manuscript.<br />It is important to remember that there is another type of agreement between authors and publishers – when copyright is transferred from the authors to the publisher. In this case, the authors lose ownership of their work and may not use it in any way.</p> Development of a TRIE-BERT pipeline for automatic spacing and low resource language classification in Batak Toba and Angkola scriptio continua texts https://journals.uran.ua/eejet/article/view/352682 <p>Batak Toba and Batak Angkola texts written in scriptio continua form without spaces are the object of this study. The work solves a low-resource variety classification problem where the two varieties are similar and missing word boundaries introduce segmentation noise. A hybrid TRIE-BERT pipeline was developed in which trie automation performs deterministic spacing, the restored spacing is fixed, and the spaced text becomes a stable input interface for a Bidirectional Encoder Representations from Transformers (BERT) classifier. Experiments used a Batak lexicon of 19,070 word entries and 8,000 sentences, 4,000 per variety, evaluated under four data schemes from 1,000 to 8,000 sentences and five epoch settings from 5 to 50 with an 80:20 split. After lexicon recalibration of about 70 sentences, spacing reached 98 percent accuracy. The best setting at 8,000 sentences and 50 epochs achieved 0.85 test accuracy with 0.343 training loss, 0.85 ROC AUC, and 0.85 F1-score, exceeding a long short-term memory recurrent neural network baseline (LSTM-RNN) at 0.80 accuracy, 0.397 loss, 0.803 ROC AUC, and 0.80 F1-score. Class-wise evaluation yielded precision 0.81 and recall 0.92 for Toba and precision 0.90 and recall 0.79 for Angkola, explaining averaged precision 0.86 and recall 0.85. The improvement is associated with the combined use of deterministic trie-based boundary recovery and contextual BERT classification, where spacing is fixed before classification to reduce token ambiguity and stabilize the input structure. The results support Batak text processing pipelines that require automatic spacing and variety detection under limited labels, provided lexicon coverage is maintained and spelling variation is controlled</p> Muhammad Anggia Muchtar Opim Salim Sitompul Maya Silvi Lydia Syahril Efendi Copyright (c) 2026 Muhammad Anggia Muchtar, Opim Salim Sitompul, Maya Silvi Lydia, Syahril Efendi http://creativecommons.org/licenses/by/4.0 2026-04-30 2026-04-30 2 2 (140) 6 16 10.15587/1729-4061.2026.352682 Development of multi-agent generative pipelines framework for learning plan generation with deterministic constraint verification https://journals.uran.ua/eejet/article/view/356830 <p>Large language models (LLMs) are increasingly used to generate structured learning plans aligned with outcome-based education (OBE). The object of the study is a multi-agent workflow for generating a structured OBE learning-plan package with a final deterministic verification stage. The problem addressed is the low reliability of LLM-generated outputs, which frequently violate schema rules, numeric constraints, and cross-artifact consistency requirements. To solve this problem, a multi-agent generative pipeline is proposed, decomposing the task into six specialized agents followed by deterministic constraint verification applied to the final artifact bundle. Structural reliability is measured using completeness and compliance, while cross-artifact coherence is evaluated through redundancy, spacing, phase progression, and assessment fit. The evaluation involves 12 courses with 10 repeated runs per course (120 runs per variant) across four different LLMs to assess cross-model robustness. The results show that the multi-agent pipeline achieves completeness of 0.9682–1.00 and compliance of 0.9376–0.9698, significantly outperforming the single-agent configuration (completeness 0.5926–0.6580; compliance 0.4698–0.4853). These improvements are explained by task decomposition, which reduces structural failure propagation, and deterministic verification, which rejects invalid outputs and preserves referential integrity. Ablation analysis indicates that the Course Character agent exerts the highest impact on overall performance. The proposed framework can be applied in higher education curriculum planning under OBE conditions, using minimal course metadata and producing machine-verifiable structured artifacts</p> Mohammad Fadly Syahputra Opim Salim Sitompul Fahmi Fahmi Maya Silvi Lydia Pauzi Ibrahim Nainggolan Rendra Mahardika Riza Sulaiman Copyright (c) 2026 Mohammad Fadly Syahputra, Opim Salim Sitompul, Fahmi Fahmi, Maya Silvi Lydia, Pauzi Ibrahim Nainggolan, Rendra Mahardika, Riza Sulaiman http://creativecommons.org/licenses/by/4.0 2026-04-30 2026-04-30 2 2 (140) 17 31 10.15587/1729-4061.2026.356830 Development of a hybrid information retrieval–knowledge graph model for cross-framework competency alignment https://journals.uran.ua/eejet/article/view/358313 <p>The object of this study is the alignment of Indonesian computing graduate learning outcomes (CPL – Capaian Pembelajaran Lulusan) with three heterogeneous competency frameworks: the European skills, competences, qualifications and occupations (ESCO), the occupational information network (O*NET), and the Standar Kompetensi Kerja Nasional Indonesia (SKKNI). The problem addressed is the absence of a unified pipeline capable of simultaneously mapping CPL across these frameworks while accounting for national qualification hierarchies and cross-lingual constraints. An IR-KG (information retrieval–knowledge graph) model is proposed with a seven-stage pipeline using a hybrid scoring function S_final = α·S_sem + β·S_gr + γ·S_con, integrating TF-IDF (term frequency–inverse document frequency) semantic similarity, ESCO knowledge graph cohesion, and domain constraint scores from ISCED-F 2013 (International Standard Classification of Education: Fields of Education and Training) and APTIKOM 2022 (Asosiasi Pendidikan Tinggi Informatika dan Komputer) classifications. The balanced configuration (α = β = γ = 0.33) achieves a mean selection objective of 0.537, a 26.1% improvement over the semantic baseline. External consistency validation yields a relaxed consistency rate of 27.1% (8.7× above random baseline), confirming valid alignment signal capture. The CRI-KG (Career Readiness index based on knowledge graph) reveals a gradient R_SKKNI &gt;&gt; R_ONET &gt; R_ESCO, exposing persistent gaps in international framework coverage. The pipeline is applicable for curriculum audit, qualification recognition policy, and national-to-international framework integration where labelled training data are unavailable</p> Halim Maulana Poltak Sihombing Amalia Amalia Marischa Elveny Copyright (c) 2026 Halim Maulana, Poltak Sihombing, Amalia Amalia, Marischa Elveny http://creativecommons.org/licenses/by/4.0 2026-04-30 2026-04-30 2 2 (140) 32 42 10.15587/1729-4061.2026.358313 Devising an approach to analyze and automatically reconfigure the structure of websites https://journals.uran.ua/eejet/article/view/357377 <p>This study explores websites such as online stores, which are considered to be a set of interconnected web pages. The task addressed relates to the high computational complexity of manual analysis of the topology of modern websites, as well as the lack of formalized mechanisms that could make it possible to integrate the semantic features of web pages into the process of automated hyperlink reconstruction.</p> <p>Within the framework of this study, a website is crawled in order to obtain complete HTML documents, from which the structural features of pages are extracted (the number of headings, depth of embedding, presence of &lt;article&gt;, number of incoming links, etc.). The resulting vectors make it possible to construct cosine similarity matrices to assess the mutual proximity of pages. An approach has been proposed to rebuilding the link structure of the website taking into account this similarity; a comparison of the initial and transformed website was carried out using the metric characteristics of modularity, clustering, diameter, and similarity distribution.</p> <p>The results demonstrate that taking into account the DOM structure allows for the formation of a logical, reasonable distribution of pages between clusters. And the subsequent automatic procedure for setting hyperlinks makes it possible to improve structural integrity by establishing effective relationships between thematically close pages.</p> <p>The practical significance of this work involves the possibility of using the proposed approach for automated optimization of internal links of static websites. As a result, the architecture of the web resource is improved, website navigation becomes transparent, and website indexing by search engines is increased</p> Ivan Dolotov Natalia Guk Copyright (c) 2026 Ivan Dolotov, Natalia Guk http://creativecommons.org/licenses/by/4.0 2026-04-30 2026-04-30 2 2 (140) 43 51 10.15587/1729-4061.2026.357377 Evaluation of a machine learning-assisted interactive evolutionary non-dominated sorting genetic algorithm -II framework for hyperparameter optimization of U-Net in agricultural land segmentation https://journals.uran.ua/eejet/article/view/359143 <p>The object of the study is the hyperparameter configuration space of the U-Net architecture for agricultural land segmentation from Sentinel-2 satellite imagery.</p> <p>The problem being solved is the excessive cost of multi-objective hyperparameter optimization, because non-dominated sorting in the non-dominated sorting genetic algorithm II (NSGA-II), with complexity O(MN<sup>2</sup>), becomes a bottleneck for deep segmentation models. To address this problem, an interactive evolutionary non-dominated sorting genetic algorithm II (IENSGA-II) framework is evaluated, in which a logistic regression classifier is trained on hyperparameter vectors and Pareto ranks from initial NSGA-II generations, then used to predict ranks in subsequent generations instead of full sorting. Unlike existing surrogate-assisted approaches, this work predicts Pareto ranks without additional model evaluations. On the panoptic agricultural satellite time series (PASTIS) benchmark, the framework reduced execution time by 20.07%, 16.39%, and 38.80% for 5, 10, and 15 generations, and in the 10-generation setting improved validation criteria, reaching an area under the receiver operating characteristic curve (AUC) of 0.9072 versus 0.9004 and validation loss of 0.6057 versus 0.6212. These results were achieved because the method accelerates selection rather than replacing model evaluation, while AUC-based tie-breaking preserves preference for more accurate solutions among candidates with same predicted rank. Effectiveness stems from a regular relationship between hyperparameters and Pareto ranks in early evolutionary data. In practice, the method is used in resource-constrained multi-objective learning when initial generations provide representative data for rank prediction</p> Artughrul Gayibov Vagif Gasimov Esmira Mustafayeva Kamala Aliyeva Dilara Guluzada Copyright (c) 2026 Artughrul Gayibov, Vagif Gasimov, Esmira Mustafayeva, Kamala Aliyeva, Dilara Guluzada http://creativecommons.org/licenses/by/4.0 2026-04-30 2026-04-30 2 2 (140) 52 64 10.15587/1729-4061.2026.359143 Development of system-type-centric method for architectural design of computer-software automation systems https://journals.uran.ua/eejet/article/view/359147 <p>The object of the study is the architectural design process and architectural documentation model of computer-software systems in the automation domain.</p> <p>Existing architectural design methodologies are predominantly agnostic about the nature of computer-software systems, lacking the specific guidance required to address the fundamentally divergent architectural natures of heterogeneous computer-software systems in modern automation.</p> <p>Within the scope of this study, a system-type-centric method of architectural design of computer-software automation systems is proposed. The proposed method introduces a comprehensive viewpoint-oriented architectural documentation model and a reproducible iterative architectural design process.</p> <p>The method hierarchically structures architectural concerns at different levels, ensuring a systematic transition from abstract to concrete design. By defining a viewpoint applicability matrix across the different system types, the method ensures the creation of relevant, standardized, structured, consistent, traceable and interoperable architectural artifacts.</p> <p>The method is based on the system-type-centric paradigm and the concepts of standards and approaches focused on architectural viewpoints. This combination is the main distinguishing feature of this method, which ensures the applicability of the method to a wide range of computer software systems, addressing the differences in the architectural nature of different types of systems.</p> <p>The proposed method increases the interoperability of architectural design artifacts, defines a prescriptive process that structures architectural design and forms the basis for tools for automated AI-assisted architecture generation</p> Ihor Polataiko Leonid Zamikhovskyi Copyright (c) 2026 Ihor Polataiko, Leonid Zamikhovskyi http://creativecommons.org/licenses/by/4.0 2026-04-30 2026-04-30 2 2 (140) 65 84 10.15587/1729-4061.2026.359147 Determining weight coefficients in the control system for a symmetry-compensating device using a fuzzy logic apparatus https://journals.uran.ua/eejet/article/view/354701 <p>This study investigates processes of automatic control over parameters of the distribution network mode at a voltage of 6–10 kV with a sharply changing asymmetric load.</p> <p>The task addressed relates to the compromised efficiency of existing systems for automatic control over symmetry-compensating devices, which are based on multi-criteria optimization methods with unchanged weight coefficients. Such systems continue to give maximum priority to reducing the steady-state voltage deviation even if it meets regulatory requirements. This leads to incomplete utilization of regulating reserve of the symmetry-compensating device.</p> <p>The system of automatic control over the symmetry-compensating device has been improved by integrating a fuzzy controller into its structure. This controller changes the values of weight coefficients in the objective function depending on the current values of the network mode parameters. The computer simulation has confirmed the effectiveness of the designed system, which provided a reduction in the mathematical expectations of the reactive power factor M[tanφ] by 13.9% and the voltage unbalance factor M[k<sub>2U</sub>] by 8.5% compared to the baseline.</p> <p>The increase in the efficiency of the control system is explained by its ability to adaptively change the weight coefficients. Thus, if there is a margin for the steady-state voltage deviation, the fuzzy controller reduces the weight coefficient that meets this criterion, directing the regulating resource of the symmetrical-compensating device to increase the level of reactive power compensation and reduce the level of asymmetry.</p> <p>A feature of the designed control system is the use of the levels of approximation of the current values of the steady-state deviation and voltage asymmetry to their regulatory permissible limits as input variables in the fuzzy controller.</p> <p>The designed automatic control system could be used in distribution electrical networks with a voltage of 6–10 kV at a sharply changing asymmetrical load</p> Petro Plieshkov Vasyl Zinzura Kateryna Petrova Valentyn Soldatenko Andrii Nekrasov Copyright (c) 2026 Petro Plieshkov, Vasyl Zinzura, Kateryna Petrova, Valentyn Soldatenko, Andrii Nekrasov http://creativecommons.org/licenses/by/4.0 2026-04-30 2026-04-30 2 2 (140) 85 93 10.15587/1729-4061.2026.354701 Construction of a model for optimal scheduling of energy storage systems in the day-ahead market considering market strategies and technical constraints https://journals.uran.ua/eejet/article/view/355330 <p>This study investigates the process of optimal planning of energy storage system operating schedules in the day-ahead market. The task addressed is to prevent unprofitable operation of energy storage systems.</p> <p>A comprehensive mathematical model of daily planning of energy storage operation modes has been built, which takes into account technological efficiency, hardware wear processes, as well as asymmetry of market payments. This forms an adaptive filter with cutting off cycles of economically inefficient arbitrage. The approach is based on separation of the vector of control variables into two independent charging and discharging flows. This has made it possible to take into account the asymmetry of tariffs and the structure of losses in a differentiated manner.</p> <p>The study on the sensitivity of the model revealed the existence of areas of adaptive regulation and parametric insensitivity to fluctuations in price signals. In the area of parametric insensitivity, the model forms a stable cost-effective solution regardless of price fluctuations. In the area of adaptive regulation, the model changes the volumes of a separate operating cycle depending on a change in the market price spread. It has been established that ignoring the accompanying payments for the area of adaptive regulation leads to an overestimation of income by 35.6 percent and the formation of unprofitable operations. Under conditions of low market price spread, the deviation in the financial result reaches 91.6 percent; however, the parametric insensitivity of the model guarantees profitable operation.</p> <p>The scope of model's practical implementation is decision support systems for operators of energy storage systems. The conditions of use assume the presence of deterministic forecasts of market price signals for the calculated operating day. Implementing the model contributes to the extension of the life cycle and increase in the operational profitability of energy storage systems</p> Oleksandr Havva Yevgene Parus Ihor Blinov Volodymyr Evdokimov Copyright (c) 2026 Oleksandr Havva, Yevgene Parus, Ihor Blinov, Volodymyr Evdokimov http://creativecommons.org/licenses/by/4.0 2026-04-30 2026-04-30 2 2 (140) 94 101 10.15587/1729-4061.2026.355330 Improving the approach to flexibly control formulations for a clean-in-place station https://journals.uran.ua/eejet/article/view/355849 <p>A clean-in-place (CIP) station has been investigated in this study. The task addressed relates to the lack of flexible methods for controlling formulations for a CIP station.</p> <p>In most industrial systems, the cleaning algorithms are rigidly embedded in the control program, which complicates modification of technological procedures without intervention in the program code. This paper reports the development of a formalized approach to controlling the formulation for a CIP station based on the IEC 61512 standard principles, which ensures the separation of technological procedure descriptions from the implementation of equipment control functions.</p> <p>The study includes an analysis of requirements within the IEC 61512 standard for formulation description, as well as the construction of a formalized model of procedures. An approach has been proposed to represent cleaning formulations as a structured list of technological operations with process parameters, which makes it possible to formalize the sequence of cleaning stages. It has been shown that such a technique of formulation description could be directly implemented in programmable logic controllers (PLCs) and systems of supervisory control and data acquisition (SCADA) without using additional specialized tools.</p> <p>The results are attributed to the application of principles of equipment and procedure decomposition in accordance with the IEC 61512 standard, which makes it possible to separate process control from equipment control. A distinctive feature of the proposed approach is the possibility of modifying CIP cleaning recipes without changing the PLC program code, which reduces the time required for system reconfiguration.</p> <p>The results could be practically implemented in the design and modernization of automated control systems for CIP stations in the food, pharmaceutical, and biotechnology industries, as well as in the development of SCADA interfaces for controlling formulation-related processes</p> Roman Mirkevych Volodymyr Polupan Copyright (c) 2026 Roman Mirkevych, Volodymyr Polupan http://creativecommons.org/licenses/by/4.0 2026-04-30 2026-04-30 2 2 (140) 102 110 10.15587/1729-4061.2026.355849 Development of battery charging-discharging current regulation strategy by using fuzzy logic controllers https://journals.uran.ua/eejet/article/view/358679 <p>The object of this study is to regulate charge and discharge currents in battery systems and its affect on thermal behavior under dynamic battery operating conditions. The problem to be solved is the development of battery management framework which accounts for charging current regulation and a load shedding mechanism for discharge current regulation for temperature and voltage control of battery bank.</p> <p>Simulation results demonstrate that the proposed hybrid framework for the battery control system maintains stable temperature levels during both charging and discharging cycles, where during charging the current is regulated based on terminal voltage, temperature and rate of change of temperature, while during discharging control is based on temperature and rate of change of both temperature rise and voltage drop.</p> <p>The distinctive feature of the proposed framework is the hybrid control structure that applies different regulation strategies for charging and discharging processes by using fuzzy logic controllers. In this approach, fuzzy logic adjusts the charging current according to the state of charge, voltage, and temperature of the battery cells, at the same time load shedding and load transfer regulate the discharge current to maintain safe operating conditions.</p> <p>The proposed system was simulated in MATLAB with 3 charge–discharge cycles. It maintained temperature within 45°C setpoint with minimal overshoot and voltage drop amount not more than 25% nominal battery bank voltage.</p> <p>The results can be applied to the development of battery management systems for battery banks in energy storage, electrical vehicles, essential power supplies in industrial applications, and solar/wind power generation system</p> Rahim Mammadzada Ruslan Mammadov Copyright (c) 2026 Rahim Mammadzada, Ruslan Mammadov http://creativecommons.org/licenses/by/4.0 2026-04-30 2026-04-30 2 2 (140) 111 126 10.15587/1729-4061.2026.358679