SlideShare a Scribd company logo
1 of 10
Download to read offline
Research Inventy: International Journal Of Engineering And Science
Vol.3, Issue 12 (December 2013), PP 20-29
Issn(e): 2278-4721, Issn(p):2319-6483, Www.Researchinventy.Com

Computer game modeling organizational structures of enterprises
and industrial associations
1

Ostroukh Andrey Vladimirovich, 2Barinov Kirill Aleksandrovich,
3
Surkova Nataliya Evgenievna

1

full member EAEN (Hannover, Germany), Dr. of Tech. Science, Professor Dep. Ā«Automated control systemsĀ»,
Moscow Automobile & Road construction State Technical University,
2
Ph. D., Ass. Professor Dep. Ā«Automated control systemsĀ»,Moscow Automobile & Road construction State
Technical University,
3
Ph. D., Ass. Professor Dep. Ā«Automated control systemsĀ»,Moscow Automobile & Road construction State
Technical University,

ABSTRACT - The paper proposes a formalized representation of technological processes and queuing
network modelling (QNM) to assess the temporal characteristics that allow implementing the mechanisms of
modeling and parameterization of the local environments of the individual processes; in addition, we have
developed a Petri net for the compatibility of logical conditions to the technological processes implementation
using an event approach.The following was used in the development of formal models for the components:
general systems theory methods, the classical set theory apparatus, theory of stochastic processes, queuing
systems theory and experiment planning, graph theory, methods of mathematical programming, simulation, etc.
The practical value of the work lies is the development of methods for modeling the technological processes
included in the simulation system of organizational management structures and others. The developed methods
and algorithms have been tested and implemented for practical use in a number of companies.
KEYWORDS - collaborative learning, business game, corporate learning system, distance learning, formal
models and method, Petri nets, queuing networks

I. INTRODUCTION
Organizational and technological level of the modern industrial enterprises is largely determined by the
creation and application of effective mechanisms for the formation and implementation of strategic development
plans and the effectiveness of the operational management of all production, logistics, organizational and
economical processes that aim to achieve high production profitability, development and improvement of
production. In this regard, building the organizational structure of the enterprise management is a complex
multi-layered problem. Principles and methods of the organizational structure development are directly
dependent on many factors. The most significant of these are the specifics of particular production, sets of
technological processes used, production volumes, capacity utilization, tactical, technical and quality parameters
of products, standardization and certification issues, qualification level of technical, administrative and
management personnel, management system applied, organizational and legal form, regulatory and legal
framework of the enterprise, organization of internal and external documents circulation.
Building the organizational structure in an industrial environment is a paramount task in relation to
other tasks of the industrial process control. Formulation and solution of this task at a high scientific and
technical level is a prerequisite for the effective organization of production, high competitiveness of products,
growth of financial and economic indicators, continuous dynamic development and improvement of production.
Relevance of the topic is determined by the need to optimize the organizational structure of enterprise
management as a "top-level" task to be primarily settled as a basic component of an effective and successful
functioning of any industrial enterprise, regardless of the products purpose and production volumes.

20
Computer game modeling organizationalā€¦.
II. ORGANIZATIONAL MODELS FOCUSING ON THE FORMATION OF DIFFERENT APPROACHES AND
PRINCIPLES OF PRODUCTION PROCESSES MANAGEMENT

Control of all the production processes is implemented through the creation of a structural diagram of units with
specific production factors and other factors discussed above. In current practice, there are the following
approaches to the formation of units:
ļ‚·
functional model: one unit corresponds to one function;
ļ‚·
process model: one unit corresponds to one process;
ļ‚·
contracting party-oriented model: one unit corresponds to one counteragent.
Contracting party-oriented model is useful in a limited number of customers and is used by the following
scheme: one unit corresponds to one customer or a group of customers.
The most common are the functional and process models as well as their various modifications. The paper
shows that the matrix structure combines the principles of functional and process systems construction.
Direct subordination means an employee or a department is directly subordinated to another subject of
industrial relations of a higher level. In this case, the head of the unit gives orders to the subordinated subject in
order to execute orders on administrative and functional issues. Direct subordination is the basis of creating a
hierarchy of positions and departments.
Functional subordination is the subordination of one entity (an employee or a department) to another entity
within the implementation of certain functions. In this case, the head of the unit only gives orders to the
subordinated subject within the framework of subordinate entity functions.
To simulate the behavior of staff in decision-making when managing production and technological processes,
the thesis proposes to use an interactive simulation.
The analysis of interactive gaming simulation revealed the main options for organizing the business game (Fig.
1) and characterological features of the business game (BG), presented in the form of a functional diagram (Fig.
2) [1 ā€“ 21].

Fig. 1. Types of business games
Mathematical models that describe the technological, organizational, and other processes in the gaming
simulation are subjected to numerical investigation with subsequent quantitative decisions taken based on them.
The use of computer technology is not a pre-requisite, however, it contributes to the successful implementation
of simulation process, providing several advantages [1, 2, 4, 6 ā€“ 8].

21
Computer game modeling organizationalā€¦.

Fig. 2. Business game (BG) functional diagram
The time factor that is present and accounted for in BG imposes certain conditions on the process and
outcome of the game. Changing the time scale makes it possible to cut down processing time, measured in days
and years, to minutes and hours, respectively. Due to repeated playback of different situations, the presence of
feedback in the simulation system enables the participants of the game to learn and subsequently take more
effective decisions on the management of production processes through analyzing the results.
The use of BG in the process of personnel training involves the use of didactic methods that are widely
used in teaching. Didactic principles of visibility, activity, accessibility, theory and practice connection, science,
interest and other principles are successfully used. Each BG implements these principles in appropriate didactics
in one way or another.

III. FORMULATION OF THE BUSINESS GAME FRAMEWORK
The main part of the business simulation game (BSG) includes a simulation model of the environment,
the virtual game participants and interaction algorithms between these models and real trainees [1 - 15]. The
BSG body is constructed out of parallel strings of arbitrary algorithmic complexity, one for each party involved
in the BSG. The data separation describing the current status of each role type within this role limits is carried
out by means of the fragment, and not at the assembly level of the BSG framework in the structural elements
designer.
The mechanism is similar to critical sections based on the blocking thread when synchronizing the
variables in a single process (Fig. 3) [3, 5 - 8]. To ensure the synchronization process in the local network, the
zero-size file is used as a blocking variable. The presence of the file indicates that the resource is busy, while its
absence shows that the resource is available.

22
Computer game modeling organizationalā€¦.
Attempt to access the
divisible resource R
Call
WaitTillCreateSyncFile(L)
(indivisible operation)

Wait

Resource R available
F(R)=1
(blocking file L is absent)?

No

Yes
Occupy the resource R
F(R)=0
(create blocking file L)

try

Critical section
(work with resource R)

finally
Call
DeleteSyncFile(L)
(indivisible operation)

Empty resource R
F(R)=1
(delete the blocking file L)

end
Continue
execution

Fig. 3. Mechanism of critical sections based on the blocking variables

23
Computer game modeling organizationalā€¦.
Creation of a new
play team/joining the
existing one

try

Choose a role

Waiting for team
creation and role choice

...

r2l

rnm

...

r1k

rn1

...

r21

...

...

r11

finally

Delete the role
sample and the
team

end

Fig. 4. Schematics of the BSG framework
The BSG frame consists of a set of fragments combined into a scenario generated according to the
algorithm. The scenario is assembled in a structural elements designer. The framework is intended to form the
organizational and structural environment of the BSG as players register in the BSG and its subsequent
dissolution when the player leaves the game. For the user, execution fragments of the frame look like a step-bystep wizard, where he/she can terminate the registration process or return to the previous step at any moment
(Fig. 4).
Fig.4 legend: rij - fragments that implement the scenario i-th role; try ... finally ... end - exceptions handling at
the level of the BSG scenario; it provides guaranteed performance of de-initializing fragment of the frame.
Some fragments constituting the frame are visual and are intended for visual organization of the User
Interface during the registration of the player in the BSG. Other fragments are nonvisual and are designed to
perform as a support for the operation of the BSG frame.
It is possible to organize the parallel execution of the processes within a given game set to reduce the
delays associated with performing lengthy operations (e.g. being in the waiting regime). In this case, the nonvisual (auxiliary) process will run in the background. The main thread of the scenario and auxiliary processes
can interact (communicate) and sync. Background processes can also interact with each other.

24
Computer game modeling organizationalā€¦.
IV. THE PRESENTATION OF TECHNOLOGICAL PROCESSES AS QNM MODELS WITH DESCRIPTIVE
ELEMENTS IN THE FORM OF PETRI NETS
A graphical editor that allows to structure parallel-sequential processes (Fig. 5) using visual means has
been developed; serving nodes represent the multichannel queuing systems (servers), and the arcs are marked
with transition probabilities between them [8].
block of servers
Š±Š»Š¾Šŗ сŠµŃ€Š²ŠµŃ€Š¾Š²

j

...

Km1
...
Kmn

...

...

...

j

Kn

...

Sm
Qm

C3

...

...

...

...
...

...

Kj1
...

Qj

...

...

...

l

...

...

Sj

Kl1
...
Kln

...

...

...

...
...

...

Tk

C2

Ql

...

...

...

...

C1

Kini

...

T1

Sl

...

...

block of terminals
Š±Š»Š¾Šŗ тŠµŃ€Š¼ŠøŠ½Š°Š»Š¾Š²

Ki1
...

Qi

...

Si

ā€¦ ...

G

m

Fig. 5. The general structure of QNM supported by simulation modeling tool environment
Server block may have any structure and consist of an arbitrary number of nodes. The terminal block
can also consist of an arbitrary number of nodes connected in parallel. Points C1, C2, C3 in the QNM diagram are
fixed nodes of the diagram, intended to be connected to a single generator network, terminal block, server block
and a circuit network by snapping to them with arrows of the corresponding blocks. Each server Si in the
diagram editor is represented as a single unit. Placement sequence of blocks in the diagram and their connection
is arbitrary.
The transition probabilities along the arcs between the network nodes are bound by the following restrictions:
āˆ‘P(C2, ā—)=1, āˆ‘P(Sā—, ā—)=1, the transition probabilities for all other arcs equal to 1.
The multitude X of all parameter nodes in the system can be represented as:
X=P(g) ļƒˆ

ļ•
i ļ€½ 1 .. M

P

(t )

ļƒˆ

i

(t )

ļ•
i ļ€½ 1 .. M

P

(s )

i

,

(1)

(s )

where P(g) is the multitude of generator parameters; P(t)i ā€“ the multitude of i-terminal parameters; M(t) ā€“ the
number of parameters in the QNM; P(s)i ā€“ the multitude of i-server parameters; M(s) ā€“ the number of servers in
the QNM.
The multitude Y of all system characteristics is represented as:
Y=H(sys) ļƒˆ

ļ•
i ļ€½ 1 .. M

H

(s )

i

,

(2)

(s )

where H(sys) is the multitude of system characteristics; H(s)i ā€“ the multitude of i-server characteristics; M(s) ā€“
the number of servers in the QNM.
The following set of parameters is formed for the construction of functional relationships
Y(v)=f(X(v), X(c), c1start, t1end, cстstart, tстstart),

25

(1)
Computer game modeling organizationalā€¦.
X(v)={x(v)j} ā€“ the multitude of system nodesā€™ variable parameters,
j=1..K(v), with K(v) being the number of system nodesā€™ variable parameters,
X(v) ļƒ X, with X being ā€“ the multitude of all parameter nodes in the system.
X(c)={x(c)j} ā€“ the multitude of system nodesā€™ invariable parameters,
j=1..K(c), with K(c) being the number of system nodesā€™ invariable parameters,
X(c)=X/X(v), K(v)+K(c)=|X|
Y(v)={y(v)j} ā€“ the multitude of dimensional vectors N, one per each output (the one for which to the relation of
variable parameters and system nodes is built) system or node characteristic.
Y(v) ļƒ Y, with Y being the multitude of all system and node characteristics.
|{i}|=|x(v)j|=|y(v)j|=N
<c1end, t1end> ā€“ value of the number of processed applications and modeling time for stop condition of one model
run;
<cстstart, tстstart> ā€“ value of the number of applications processed and simulation time for the condition to start
collecting statistics during each model run.
Thus, there has been developed a simulation model in the form of a nine-phase QNM (Fig. 6) for the registration
process, accounting and control of components repair order execution (Fig. 7). FIFO is used as a service
discipline [6 ā€“ 12].

Fig. 6. Nine-phase QNM model for order execution

26
Computer game modeling organizationalā€¦.

Fig. 7. Process description
For the uniform intensity distribution of applications received and the implementation of the operations
Ī»~R(1.5, 5), Ī¼1~R(0.2, 0.5), Ī¼2~R(0.3, 0.5), Ī¼3~R(1, 3), Ī¼4~R(0.3, 0.6), Ī¼5~R(0.4, 0.5), Ī¼6~R(1, 5), Ī¼7~R(0.5, 1),
Ī¼8~R(0.5, 0.6) and Ī¼9~R(0.1, 0.2), sample path diagram of the process and the autocorrelation function of its
implementation time are shown in Fig. 8.

27
Computer game modeling organizationalā€¦.
31
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
0
0

100

200

300

400

500

600

700

800

900

1Ā 000 1Ā 100 1Ā 200 1Ā 300 1Ā 400 1Ā 500 1Ā 600 1Ā 700 1Ā 800 1Ā 900 2Ā 000 2Ā 100 2Ā 200 2Ā 300 2Ā 400 2Ā 500 2Ā 600 2Ā 700 2Ā 800 2Ā 900

a) sample path of the process

b) autocorrelation function
Fig. 8. Characteristics of repair order execution
Analysis of the process time autocorrelation function showed that it has overextended nature, i.e. the process is
rather slow.

28
Computer game modeling organizationalā€¦.
V. CONCLUSION
Thus, we have carried out a systematic analysis of the methods and models used to describe production
and technological processes in industrial enterprises and associations, organizational structures, process control
and business games aimed at assessing the personnel qualifications in terms of the effectiveness of decisionmaking.There has been developed a formalized process-oriented description of the parallel to serial execution of
process flow diagramsā€™ individual stages in the common space of resources (such as technological lines,
personnel, energy resources, etc.), which allows to implement the mechanisms of modeling and
parameterization of local environments of the individual processes.

REFERENCES
[1]
[2]
[3]
[4]

[5]

[6]

[7]

[8]

[9]
[10]
[11]
[12]
[13]

[14]

[15]

[16]

[17]

[18]

[19]

[20]
[21]

Šš.Š. Barinov, Š.V. Šžstrouh, Šœ.N. Krasnyanski, P.S. Rozhin, N.E. Surkova Implementing the innovative multimedia
methodological complexes in the learning process // Vestnik MADI (GTU), issue 1 (8) / MADI (GTU). ā€“ Šœ., 2007. ā€“ pp. 89-94.
Šš.Š. Barinov, Š.V. Ostroukh, N.Š•. Surkova Implementation of the business games in computer-based learning systems // Open
and distance learning, ā„– 3 (27), Tomsk state university 2007. ā€“ pp. 28-33.
Šš.Š. Barinov, D.Š. Burov, Šœ.N. Krasnyanski, Š.V. Ostroukh Development and testing of electronic educational resources of
new generation distance learning // Nauchnyj vestnik MGTU-GA, issue ā„–141 / MGTU GA. - Šœ., 2009. - pp. 181-188.
Šš.Š. Barinov, Š.V. Bugaev, D.Š. Burov, Š.V. Ostroukh Development of role playing games for training and re-training of the
production plant and transportation of industry personnel // Nauchnyj vestnik MGTU GA, issue ā„–141 / MGTU GA. - Šœ., 2009.
- pp. 189-197.
Šš.Š. Barinov, D.L. Dedov, Šœ.N. Krasnyanski, Š.V. Šžstrouh, Š.Š. Rudnev Virtual training complexes for the training of the
chemical and Virtual'nye trenazhernye kompleksy dlja obuchenija i treninga personala himicheskih i mechanical engeneering
industries // Vestnik TGTU. Volume 17. ā„– 2. - Tambov, 2010. - pp. 497-501.
Šš.Š. Barinov, Š.B. Vlasov, V.Yu. Stroganov, G.G. Yagudaev Formation of the organizational management structure of the
production plant using multipart business games. // Science and Education. Moscow State Technical University named after N.
E. Bauman. Electronic magazine 2011. ā„– 8. Online access: http://technomag.edu.ru/doc/206805.html (connection date
27.09.2013).
Šš.Š. Barinov, Š.Š. Solncev, P.Š. Timofeev, V.Šœ. Rachkovskaya Application of business game tools to the problems of the
management of production in the highly competitive environment. // Science and Education. Moscow State Technical University
named after N. E. Bauman. Electronic magazine 2011. ā„– 9. Online access: http://technomag.edu.ru/doc/207618.html
(connection date 27.09.2013).
Šš.Š. Barinov, B.S. Goryachkin, L.V. Ivanova, Š.B. Nikolaev Formal models of representation and organization of business
games // Moscow State Technical University named after N. E. Bauman. Electronic magazine 2011. ā„– 9. Online access:
http://technomag.edu.ru/doc/207391.html (connection date 27.09.2013).
Šš.Š. Barinov, Šž.B. Rogova, D.V. Stroganov Correlation between the educational plan modules. // The world of Scientific
discoveries, issue ā„– 9 (21) / Scientific Research Center ā€“ Krasnoyarsk, 2011. ā€“ pp. 28-34.
Šš.Š. Barinov, L.V. Ivanova, E.Yu. Tolkaev, G.G. Yagudaev Intellectualization of the test controls in the open education // The
world of Scientific discoveries, issue ā„– 9 (21) / Scientific Research Center ā€“ Krasnoyarsk, 2011. ā€“ pp. 86-92.
Šš.Š. Barinov, Šœ.I. Kartashev Methods and algorithms of adaptive computer-based testing / // The world of Scientific
discoveries, issue ā„– 9 (21) / Scientific Research Center ā€“ Krasnoyarsk, 2011. ā€“ pp. 93-106.
Šš.Š. Barinov, L.V. Ivanova, Šš.Š. Nikolaeva Quality evaluation of the heterogeneous testing // The world of Scientifi c
discoveries, issue ā„– 9 (21) / Scientific Research Center - Krasnoyarsk, 2011. - pp. 126-130.
Šš.Š. Barinov, Šœ.N. Krasnyanski, Š.Yu. Malamut, Š.V. Ostroukh, G.G. Yagudaev Algorithm of the virtual training complex for
re-training of petrochemical company personnel // The world of Scientific discoveries, issue ā„– 2.6 (26) / Scientific Research
Center - Krasnoyarsk, 2012. - pp. 168-174.
K.A. Barinov, A.V. Ostroukh Application of the module-competentive approach in development of electronic educational
resources for an e-learning system of professional education institution // Engineering Competencies - Traditions and
Innovations. Proceedings, 37-th International IGIP Symposium 2008. - Moscow, Russia, 7-10 September, 2008. - Š”. 253-254.
K.A. Barinov, M.N. Krasnyanskiy, A.J. Malamut, A.V. Ostroukh Algorithm of the Virtual Training Complex Designing for
Personnel Retraining on Petrochemical Enterprise // International Journal of Advanced Studies 2, ā„– 3 (2012). DOI:
10.12731/2227-930X-2012-3-6.
D. Astakhov, A.V. Budikhin, A.V. Ostroukh Distance training as the basic form of the educational process // Information and
Telecommunication Technologies in Intelligent Systems: Proceeding of Third International Conference. June 02 - 09, 2005,
Santa Ponsa/Mallorca, Spain. pp. 169-173.
E.N. Malygin, M.N. Krasnyansky, S.V. Karpushkin, Y.V. Chaukin, A.V. Ostroukh Application of virtual simulators for training
students of the chemical technology type and improvement of professional skills of chemical enterprises personnel // Vestnik
TSTU. - 2007. - V.13. ā€“ No 1B. - pp.233-238.
K.A. Barinov, O.V. Chudina, A.V. Ostroukh, L.G. Petrova Methodical approach to the development of innovative multimedia
teaching complex on material science // Joining Forces in Engineering Education Towards Excellence Proceedings, SEFI and
IGIP Joint Annual Conference 2007. July 1-4, 2007, Miskolc, Hungary, pp. 127-128.
L.G. Petrova, Y.P. Shkitskiy, A.V. Ostroukh Application of multimedia resources for technical teachers training // Engeneerin g
competencies ā€“tradition and innovation. Proceedings of the 37th International IGIP Symposium, September 7-10, 2008, Moscow,
Russia. - pp. 117-118. - ISBN 978-5-7962-0093-3.
Ostroukh A.V., Nikolaev A.B. Development of virtual laboratory experiments in iLABS environment. International Journal Of
Applied And Fundamental Research. ā€“ 2013. ā€“ ā„– 2 ā€“ URL: www.science-sd.com/455-24313 (20.11.2013).
Ostroukh A.V., Nikolaev A.B. Development of virtual laboratory experiments in iLabs // International Journal of Online
Engineering (IJOE). 2013. Vol. 9, No 6. pp. 41-44. DOI: 10.3991/ijoe.v9i6.3176.

29

More Related Content

What's hot

2 b1 enterprisemasterdataarchitecture
2 b1 enterprisemasterdataarchitecture2 b1 enterprisemasterdataarchitecture
2 b1 enterprisemasterdataarchitecture
wardell henley
Ā 

What's hot (11)

The development of_the_lifecycle_function_model_by_idef0_for_construction_pro...
The development of_the_lifecycle_function_model_by_idef0_for_construction_pro...The development of_the_lifecycle_function_model_by_idef0_for_construction_pro...
The development of_the_lifecycle_function_model_by_idef0_for_construction_pro...
Ā 
Business Process Simulation Essence and Component Based Conceptual Architecture
Business Process Simulation Essence and Component Based Conceptual ArchitectureBusiness Process Simulation Essence and Component Based Conceptual Architecture
Business Process Simulation Essence and Component Based Conceptual Architecture
Ā 
2 b1 enterprisemasterdataarchitecture
2 b1 enterprisemasterdataarchitecture2 b1 enterprisemasterdataarchitecture
2 b1 enterprisemasterdataarchitecture
Ā 
Business analyst
Business analystBusiness analyst
Business analyst
Ā 
IRJET- A Review of Data Mining and its Methods Used in Manufacturing and How ...
IRJET- A Review of Data Mining and its Methods Used in Manufacturing and How ...IRJET- A Review of Data Mining and its Methods Used in Manufacturing and How ...
IRJET- A Review of Data Mining and its Methods Used in Manufacturing and How ...
Ā 
Model-Driven Context-Aware Approach to Software Configuration Management: A F...
Model-Driven Context-Aware Approach to Software Configuration Management: A F...Model-Driven Context-Aware Approach to Software Configuration Management: A F...
Model-Driven Context-Aware Approach to Software Configuration Management: A F...
Ā 
IRJET- S.W.O.T Analysis: Current Status of Construction
IRJET-  	  S.W.O.T Analysis: Current Status of ConstructionIRJET-  	  S.W.O.T Analysis: Current Status of Construction
IRJET- S.W.O.T Analysis: Current Status of Construction
Ā 
Evaluating phase level for critical success factors of BPM-system implementat...
Evaluating phase level for critical success factors of BPM-system implementat...Evaluating phase level for critical success factors of BPM-system implementat...
Evaluating phase level for critical success factors of BPM-system implementat...
Ā 
Unit no 6_plm&amp;pdm
Unit no 6_plm&amp;pdmUnit no 6_plm&amp;pdm
Unit no 6_plm&amp;pdm
Ā 
Improving operational risk management systems by formalizing the basel ii reg...
Improving operational risk management systems by formalizing the basel ii reg...Improving operational risk management systems by formalizing the basel ii reg...
Improving operational risk management systems by formalizing the basel ii reg...
Ā 
IRJET- Use of Simulation in Different Phases of Manufacturing System Life Cycle
IRJET- Use of Simulation in Different Phases of Manufacturing System Life CycleIRJET- Use of Simulation in Different Phases of Manufacturing System Life Cycle
IRJET- Use of Simulation in Different Phases of Manufacturing System Life Cycle
Ā 

Viewers also liked

D032021027
D032021027D032021027
D032021027
inventy
Ā 

Viewers also liked (17)

C04216020
C04216020C04216020
C04216020
Ā 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
Ā 
C041027036
C041027036C041027036
C041027036
Ā 
G043055064
G043055064G043055064
G043055064
Ā 
A0420105
A0420105A0420105
A0420105
Ā 
D032021027
D032021027D032021027
D032021027
Ā 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
Ā 
D043025035
D043025035D043025035
D043025035
Ā 
D044027038
D044027038D044027038
D044027038
Ā 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
Ā 
A043001006
A043001006A043001006
A043001006
Ā 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
Ā 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
Ā 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
Ā 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
Ā 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
Ā 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
Ā 

Similar to E0312020029

SE chapters 6-7
SE chapters 6-7SE chapters 6-7
SE chapters 6-7
Hardik Patel
Ā 
Presenting an Excusable Model of Enterprise Architecture for Evaluation of R...
Presenting an Excusable Model of Enterprise  Architecture for Evaluation of R...Presenting an Excusable Model of Enterprise  Architecture for Evaluation of R...
Presenting an Excusable Model of Enterprise Architecture for Evaluation of R...
Editor IJCATR
Ā 
Availability Assessment of Software Systems Architecture Using Formal Models
Availability Assessment of Software Systems Architecture Using Formal ModelsAvailability Assessment of Software Systems Architecture Using Formal Models
Availability Assessment of Software Systems Architecture Using Formal Models
Editor IJCATR
Ā 

Similar to E0312020029 (20)

Ei36819828
Ei36819828Ei36819828
Ei36819828
Ā 
Towards executable models within BPM
Towards executable models within BPMTowards executable models within BPM
Towards executable models within BPM
Ā 
Ch06
Ch06Ch06
Ch06
Ā 
Ch06
Ch06Ch06
Ch06
Ā 
Analysis of Agile and Multi-Agent Based Process Scheduling Model
Analysis of Agile and Multi-Agent Based Process Scheduling ModelAnalysis of Agile and Multi-Agent Based Process Scheduling Model
Analysis of Agile and Multi-Agent Based Process Scheduling Model
Ā 
Model Based Software Architectures
Model Based Software ArchitecturesModel Based Software Architectures
Model Based Software Architectures
Ā 
IRJET- Literature Review on Manufacturing System Performance Improvement ...
IRJET-  	  Literature Review on Manufacturing System Performance Improvement ...IRJET-  	  Literature Review on Manufacturing System Performance Improvement ...
IRJET- Literature Review on Manufacturing System Performance Improvement ...
Ā 
SE chapters 6-7
SE chapters 6-7SE chapters 6-7
SE chapters 6-7
Ā 
Slides chapters 6-7
Slides chapters 6-7Slides chapters 6-7
Slides chapters 6-7
Ā 
Presenting an Excusable Model of Enterprise Architecture for Evaluation of R...
Presenting an Excusable Model of Enterprise  Architecture for Evaluation of R...Presenting an Excusable Model of Enterprise  Architecture for Evaluation of R...
Presenting an Excusable Model of Enterprise Architecture for Evaluation of R...
Ā 
Analyzing Systems Using Data Flow Diagrams
Analyzing Systems Using Data Flow DiagramsAnalyzing Systems Using Data Flow Diagrams
Analyzing Systems Using Data Flow Diagrams
Ā 
Software Engineering unit 2
Software Engineering unit 2Software Engineering unit 2
Software Engineering unit 2
Ā 
Analysis and Design of Information Systems Financial Reports with Object Orie...
Analysis and Design of Information Systems Financial Reports with Object Orie...Analysis and Design of Information Systems Financial Reports with Object Orie...
Analysis and Design of Information Systems Financial Reports with Object Orie...
Ā 
Process driven software development methodology for enterprise information sy...
Process driven software development methodology for enterprise information sy...Process driven software development methodology for enterprise information sy...
Process driven software development methodology for enterprise information sy...
Ā 
Modeling System Requirement
Modeling System RequirementModeling System Requirement
Modeling System Requirement
Ā 
Availability Assessment of Software Systems Architecture Using Formal Models
Availability Assessment of Software Systems Architecture Using Formal ModelsAvailability Assessment of Software Systems Architecture Using Formal Models
Availability Assessment of Software Systems Architecture Using Formal Models
Ā 
Final
FinalFinal
Final
Ā 
Continuity in the development of seamless mobility: An approach for a system-...
Continuity in the development of seamless mobility: An approach for a system-...Continuity in the development of seamless mobility: An approach for a system-...
Continuity in the development of seamless mobility: An approach for a system-...
Ā 
User Interface Derivation from Business Processes: A Model-Driven Approach fo...
User Interface Derivation from Business Processes: A Model-Driven Approach fo...User Interface Derivation from Business Processes: A Model-Driven Approach fo...
User Interface Derivation from Business Processes: A Model-Driven Approach fo...
Ā 
FROM PLM TO ERP : A SOFTWARE SYSTEMS ENGINEERING INTEGRATION
FROM PLM TO ERP : A SOFTWARE SYSTEMS ENGINEERING INTEGRATIONFROM PLM TO ERP : A SOFTWARE SYSTEMS ENGINEERING INTEGRATION
FROM PLM TO ERP : A SOFTWARE SYSTEMS ENGINEERING INTEGRATION
Ā 

More from inventy

Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
inventy
Ā 
Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...
inventy
Ā 
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
inventy
Ā 
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
inventy
Ā 
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
inventy
Ā 

More from inventy (20)

Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Ā 
Copper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation FuelsCopper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation Fuels
Ā 
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Ā 
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Ā 
A Study of Automated Decision Making Systems
A Study of Automated Decision Making SystemsA Study of Automated Decision Making Systems
A Study of Automated Decision Making Systems
Ā 
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous Ī² -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous Ī² -Form Nuclea...Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous Ī² -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous Ī² -Form Nuclea...
Ā 
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Ā 
Application of Kennellyā€™model of Running Performances to Elite Endurance Runn...
Application of Kennellyā€™model of Running Performances to Elite Endurance Runn...Application of Kennellyā€™model of Running Performances to Elite Endurance Runn...
Application of Kennellyā€™model of Running Performances to Elite Endurance Runn...
Ā 
Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...
Ā 
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
Ā 
Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...
Ā 
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Ā 
Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Ā 
Transient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbineTransient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbine
Ā 
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Ā 
Impacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability EvaluationImpacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability Evaluation
Ā 
Reliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable GenerationReliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable Generation
Ā 
The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...
Ā 
Experimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum FreezerExperimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum Freezer
Ā 
Growth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin filmsGrowth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin films
Ā 

Recently uploaded

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
Ā 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
Enterprise Knowledge
Ā 

Recently uploaded (20)

Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
Ā 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
Ā 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
Ā 
šŸ¬ The future of MySQL is Postgres šŸ˜
šŸ¬  The future of MySQL is Postgres   šŸ˜šŸ¬  The future of MySQL is Postgres   šŸ˜
šŸ¬ The future of MySQL is Postgres šŸ˜
Ā 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
Ā 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Ā 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
Ā 
Finology Group ā€“ Insurtech Innovation Award 2024
Finology Group ā€“ Insurtech Innovation Award 2024Finology Group ā€“ Insurtech Innovation Award 2024
Finology Group ā€“ Insurtech Innovation Award 2024
Ā 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Ā 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Ā 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
Ā 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
Ā 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
Ā 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
Ā 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Ā 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
Ā 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
Ā 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Ā 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
Ā 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
Ā 

E0312020029

  • 1. Research Inventy: International Journal Of Engineering And Science Vol.3, Issue 12 (December 2013), PP 20-29 Issn(e): 2278-4721, Issn(p):2319-6483, Www.Researchinventy.Com Computer game modeling organizational structures of enterprises and industrial associations 1 Ostroukh Andrey Vladimirovich, 2Barinov Kirill Aleksandrovich, 3 Surkova Nataliya Evgenievna 1 full member EAEN (Hannover, Germany), Dr. of Tech. Science, Professor Dep. Ā«Automated control systemsĀ», Moscow Automobile & Road construction State Technical University, 2 Ph. D., Ass. Professor Dep. Ā«Automated control systemsĀ»,Moscow Automobile & Road construction State Technical University, 3 Ph. D., Ass. Professor Dep. Ā«Automated control systemsĀ»,Moscow Automobile & Road construction State Technical University, ABSTRACT - The paper proposes a formalized representation of technological processes and queuing network modelling (QNM) to assess the temporal characteristics that allow implementing the mechanisms of modeling and parameterization of the local environments of the individual processes; in addition, we have developed a Petri net for the compatibility of logical conditions to the technological processes implementation using an event approach.The following was used in the development of formal models for the components: general systems theory methods, the classical set theory apparatus, theory of stochastic processes, queuing systems theory and experiment planning, graph theory, methods of mathematical programming, simulation, etc. The practical value of the work lies is the development of methods for modeling the technological processes included in the simulation system of organizational management structures and others. The developed methods and algorithms have been tested and implemented for practical use in a number of companies. KEYWORDS - collaborative learning, business game, corporate learning system, distance learning, formal models and method, Petri nets, queuing networks I. INTRODUCTION Organizational and technological level of the modern industrial enterprises is largely determined by the creation and application of effective mechanisms for the formation and implementation of strategic development plans and the effectiveness of the operational management of all production, logistics, organizational and economical processes that aim to achieve high production profitability, development and improvement of production. In this regard, building the organizational structure of the enterprise management is a complex multi-layered problem. Principles and methods of the organizational structure development are directly dependent on many factors. The most significant of these are the specifics of particular production, sets of technological processes used, production volumes, capacity utilization, tactical, technical and quality parameters of products, standardization and certification issues, qualification level of technical, administrative and management personnel, management system applied, organizational and legal form, regulatory and legal framework of the enterprise, organization of internal and external documents circulation. Building the organizational structure in an industrial environment is a paramount task in relation to other tasks of the industrial process control. Formulation and solution of this task at a high scientific and technical level is a prerequisite for the effective organization of production, high competitiveness of products, growth of financial and economic indicators, continuous dynamic development and improvement of production. Relevance of the topic is determined by the need to optimize the organizational structure of enterprise management as a "top-level" task to be primarily settled as a basic component of an effective and successful functioning of any industrial enterprise, regardless of the products purpose and production volumes. 20
  • 2. Computer game modeling organizationalā€¦. II. ORGANIZATIONAL MODELS FOCUSING ON THE FORMATION OF DIFFERENT APPROACHES AND PRINCIPLES OF PRODUCTION PROCESSES MANAGEMENT Control of all the production processes is implemented through the creation of a structural diagram of units with specific production factors and other factors discussed above. In current practice, there are the following approaches to the formation of units: ļ‚· functional model: one unit corresponds to one function; ļ‚· process model: one unit corresponds to one process; ļ‚· contracting party-oriented model: one unit corresponds to one counteragent. Contracting party-oriented model is useful in a limited number of customers and is used by the following scheme: one unit corresponds to one customer or a group of customers. The most common are the functional and process models as well as their various modifications. The paper shows that the matrix structure combines the principles of functional and process systems construction. Direct subordination means an employee or a department is directly subordinated to another subject of industrial relations of a higher level. In this case, the head of the unit gives orders to the subordinated subject in order to execute orders on administrative and functional issues. Direct subordination is the basis of creating a hierarchy of positions and departments. Functional subordination is the subordination of one entity (an employee or a department) to another entity within the implementation of certain functions. In this case, the head of the unit only gives orders to the subordinated subject within the framework of subordinate entity functions. To simulate the behavior of staff in decision-making when managing production and technological processes, the thesis proposes to use an interactive simulation. The analysis of interactive gaming simulation revealed the main options for organizing the business game (Fig. 1) and characterological features of the business game (BG), presented in the form of a functional diagram (Fig. 2) [1 ā€“ 21]. Fig. 1. Types of business games Mathematical models that describe the technological, organizational, and other processes in the gaming simulation are subjected to numerical investigation with subsequent quantitative decisions taken based on them. The use of computer technology is not a pre-requisite, however, it contributes to the successful implementation of simulation process, providing several advantages [1, 2, 4, 6 ā€“ 8]. 21
  • 3. Computer game modeling organizationalā€¦. Fig. 2. Business game (BG) functional diagram The time factor that is present and accounted for in BG imposes certain conditions on the process and outcome of the game. Changing the time scale makes it possible to cut down processing time, measured in days and years, to minutes and hours, respectively. Due to repeated playback of different situations, the presence of feedback in the simulation system enables the participants of the game to learn and subsequently take more effective decisions on the management of production processes through analyzing the results. The use of BG in the process of personnel training involves the use of didactic methods that are widely used in teaching. Didactic principles of visibility, activity, accessibility, theory and practice connection, science, interest and other principles are successfully used. Each BG implements these principles in appropriate didactics in one way or another. III. FORMULATION OF THE BUSINESS GAME FRAMEWORK The main part of the business simulation game (BSG) includes a simulation model of the environment, the virtual game participants and interaction algorithms between these models and real trainees [1 - 15]. The BSG body is constructed out of parallel strings of arbitrary algorithmic complexity, one for each party involved in the BSG. The data separation describing the current status of each role type within this role limits is carried out by means of the fragment, and not at the assembly level of the BSG framework in the structural elements designer. The mechanism is similar to critical sections based on the blocking thread when synchronizing the variables in a single process (Fig. 3) [3, 5 - 8]. To ensure the synchronization process in the local network, the zero-size file is used as a blocking variable. The presence of the file indicates that the resource is busy, while its absence shows that the resource is available. 22
  • 4. Computer game modeling organizationalā€¦. Attempt to access the divisible resource R Call WaitTillCreateSyncFile(L) (indivisible operation) Wait Resource R available F(R)=1 (blocking file L is absent)? No Yes Occupy the resource R F(R)=0 (create blocking file L) try Critical section (work with resource R) finally Call DeleteSyncFile(L) (indivisible operation) Empty resource R F(R)=1 (delete the blocking file L) end Continue execution Fig. 3. Mechanism of critical sections based on the blocking variables 23
  • 5. Computer game modeling organizationalā€¦. Creation of a new play team/joining the existing one try Choose a role Waiting for team creation and role choice ... r2l rnm ... r1k rn1 ... r21 ... ... r11 finally Delete the role sample and the team end Fig. 4. Schematics of the BSG framework The BSG frame consists of a set of fragments combined into a scenario generated according to the algorithm. The scenario is assembled in a structural elements designer. The framework is intended to form the organizational and structural environment of the BSG as players register in the BSG and its subsequent dissolution when the player leaves the game. For the user, execution fragments of the frame look like a step-bystep wizard, where he/she can terminate the registration process or return to the previous step at any moment (Fig. 4). Fig.4 legend: rij - fragments that implement the scenario i-th role; try ... finally ... end - exceptions handling at the level of the BSG scenario; it provides guaranteed performance of de-initializing fragment of the frame. Some fragments constituting the frame are visual and are intended for visual organization of the User Interface during the registration of the player in the BSG. Other fragments are nonvisual and are designed to perform as a support for the operation of the BSG frame. It is possible to organize the parallel execution of the processes within a given game set to reduce the delays associated with performing lengthy operations (e.g. being in the waiting regime). In this case, the nonvisual (auxiliary) process will run in the background. The main thread of the scenario and auxiliary processes can interact (communicate) and sync. Background processes can also interact with each other. 24
  • 6. Computer game modeling organizationalā€¦. IV. THE PRESENTATION OF TECHNOLOGICAL PROCESSES AS QNM MODELS WITH DESCRIPTIVE ELEMENTS IN THE FORM OF PETRI NETS A graphical editor that allows to structure parallel-sequential processes (Fig. 5) using visual means has been developed; serving nodes represent the multichannel queuing systems (servers), and the arcs are marked with transition probabilities between them [8]. block of servers Š±Š»Š¾Šŗ сŠµŃ€Š²ŠµŃ€Š¾Š² j ... Km1 ... Kmn ... ... ... j Kn ... Sm Qm C3 ... ... ... ... ... ... Kj1 ... Qj ... ... ... l ... ... Sj Kl1 ... Kln ... ... ... ... ... ... Tk C2 Ql ... ... ... ... C1 Kini ... T1 Sl ... ... block of terminals Š±Š»Š¾Šŗ тŠµŃ€Š¼ŠøŠ½Š°Š»Š¾Š² Ki1 ... Qi ... Si ā€¦ ... G m Fig. 5. The general structure of QNM supported by simulation modeling tool environment Server block may have any structure and consist of an arbitrary number of nodes. The terminal block can also consist of an arbitrary number of nodes connected in parallel. Points C1, C2, C3 in the QNM diagram are fixed nodes of the diagram, intended to be connected to a single generator network, terminal block, server block and a circuit network by snapping to them with arrows of the corresponding blocks. Each server Si in the diagram editor is represented as a single unit. Placement sequence of blocks in the diagram and their connection is arbitrary. The transition probabilities along the arcs between the network nodes are bound by the following restrictions: āˆ‘P(C2, ā—)=1, āˆ‘P(Sā—, ā—)=1, the transition probabilities for all other arcs equal to 1. The multitude X of all parameter nodes in the system can be represented as: X=P(g) ļƒˆ ļ• i ļ€½ 1 .. M P (t ) ļƒˆ i (t ) ļ• i ļ€½ 1 .. M P (s ) i , (1) (s ) where P(g) is the multitude of generator parameters; P(t)i ā€“ the multitude of i-terminal parameters; M(t) ā€“ the number of parameters in the QNM; P(s)i ā€“ the multitude of i-server parameters; M(s) ā€“ the number of servers in the QNM. The multitude Y of all system characteristics is represented as: Y=H(sys) ļƒˆ ļ• i ļ€½ 1 .. M H (s ) i , (2) (s ) where H(sys) is the multitude of system characteristics; H(s)i ā€“ the multitude of i-server characteristics; M(s) ā€“ the number of servers in the QNM. The following set of parameters is formed for the construction of functional relationships Y(v)=f(X(v), X(c), c1start, t1end, cстstart, tстstart), 25 (1)
  • 7. Computer game modeling organizationalā€¦. X(v)={x(v)j} ā€“ the multitude of system nodesā€™ variable parameters, j=1..K(v), with K(v) being the number of system nodesā€™ variable parameters, X(v) ļƒ X, with X being ā€“ the multitude of all parameter nodes in the system. X(c)={x(c)j} ā€“ the multitude of system nodesā€™ invariable parameters, j=1..K(c), with K(c) being the number of system nodesā€™ invariable parameters, X(c)=X/X(v), K(v)+K(c)=|X| Y(v)={y(v)j} ā€“ the multitude of dimensional vectors N, one per each output (the one for which to the relation of variable parameters and system nodes is built) system or node characteristic. Y(v) ļƒ Y, with Y being the multitude of all system and node characteristics. |{i}|=|x(v)j|=|y(v)j|=N <c1end, t1end> ā€“ value of the number of processed applications and modeling time for stop condition of one model run; <cстstart, tстstart> ā€“ value of the number of applications processed and simulation time for the condition to start collecting statistics during each model run. Thus, there has been developed a simulation model in the form of a nine-phase QNM (Fig. 6) for the registration process, accounting and control of components repair order execution (Fig. 7). FIFO is used as a service discipline [6 ā€“ 12]. Fig. 6. Nine-phase QNM model for order execution 26
  • 8. Computer game modeling organizationalā€¦. Fig. 7. Process description For the uniform intensity distribution of applications received and the implementation of the operations Ī»~R(1.5, 5), Ī¼1~R(0.2, 0.5), Ī¼2~R(0.3, 0.5), Ī¼3~R(1, 3), Ī¼4~R(0.3, 0.6), Ī¼5~R(0.4, 0.5), Ī¼6~R(1, 5), Ī¼7~R(0.5, 1), Ī¼8~R(0.5, 0.6) and Ī¼9~R(0.1, 0.2), sample path diagram of the process and the autocorrelation function of its implementation time are shown in Fig. 8. 27
  • 9. Computer game modeling organizationalā€¦. 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 0 100 200 300 400 500 600 700 800 900 1Ā 000 1Ā 100 1Ā 200 1Ā 300 1Ā 400 1Ā 500 1Ā 600 1Ā 700 1Ā 800 1Ā 900 2Ā 000 2Ā 100 2Ā 200 2Ā 300 2Ā 400 2Ā 500 2Ā 600 2Ā 700 2Ā 800 2Ā 900 a) sample path of the process b) autocorrelation function Fig. 8. Characteristics of repair order execution Analysis of the process time autocorrelation function showed that it has overextended nature, i.e. the process is rather slow. 28
  • 10. Computer game modeling organizationalā€¦. V. CONCLUSION Thus, we have carried out a systematic analysis of the methods and models used to describe production and technological processes in industrial enterprises and associations, organizational structures, process control and business games aimed at assessing the personnel qualifications in terms of the effectiveness of decisionmaking.There has been developed a formalized process-oriented description of the parallel to serial execution of process flow diagramsā€™ individual stages in the common space of resources (such as technological lines, personnel, energy resources, etc.), which allows to implement the mechanisms of modeling and parameterization of local environments of the individual processes. REFERENCES [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] Šš.Š. Barinov, Š.V. Šžstrouh, Šœ.N. Krasnyanski, P.S. Rozhin, N.E. Surkova Implementing the innovative multimedia methodological complexes in the learning process // Vestnik MADI (GTU), issue 1 (8) / MADI (GTU). ā€“ Šœ., 2007. ā€“ pp. 89-94. Šš.Š. Barinov, Š.V. Ostroukh, N.Š•. Surkova Implementation of the business games in computer-based learning systems // Open and distance learning, ā„– 3 (27), Tomsk state university 2007. ā€“ pp. 28-33. Šš.Š. Barinov, D.Š. Burov, Šœ.N. Krasnyanski, Š.V. Ostroukh Development and testing of electronic educational resources of new generation distance learning // Nauchnyj vestnik MGTU-GA, issue ā„–141 / MGTU GA. - Šœ., 2009. - pp. 181-188. Šš.Š. Barinov, Š.V. Bugaev, D.Š. Burov, Š.V. Ostroukh Development of role playing games for training and re-training of the production plant and transportation of industry personnel // Nauchnyj vestnik MGTU GA, issue ā„–141 / MGTU GA. - Šœ., 2009. - pp. 189-197. Šš.Š. Barinov, D.L. Dedov, Šœ.N. Krasnyanski, Š.V. Šžstrouh, Š.Š. Rudnev Virtual training complexes for the training of the chemical and Virtual'nye trenazhernye kompleksy dlja obuchenija i treninga personala himicheskih i mechanical engeneering industries // Vestnik TGTU. Volume 17. ā„– 2. - Tambov, 2010. - pp. 497-501. Šš.Š. Barinov, Š.B. Vlasov, V.Yu. Stroganov, G.G. Yagudaev Formation of the organizational management structure of the production plant using multipart business games. // Science and Education. Moscow State Technical University named after N. E. Bauman. Electronic magazine 2011. ā„– 8. Online access: http://technomag.edu.ru/doc/206805.html (connection date 27.09.2013). Šš.Š. Barinov, Š.Š. Solncev, P.Š. Timofeev, V.Šœ. Rachkovskaya Application of business game tools to the problems of the management of production in the highly competitive environment. // Science and Education. Moscow State Technical University named after N. E. Bauman. Electronic magazine 2011. ā„– 9. Online access: http://technomag.edu.ru/doc/207618.html (connection date 27.09.2013). Šš.Š. Barinov, B.S. Goryachkin, L.V. Ivanova, Š.B. Nikolaev Formal models of representation and organization of business games // Moscow State Technical University named after N. E. Bauman. Electronic magazine 2011. ā„– 9. Online access: http://technomag.edu.ru/doc/207391.html (connection date 27.09.2013). Šš.Š. Barinov, Šž.B. Rogova, D.V. Stroganov Correlation between the educational plan modules. // The world of Scientific discoveries, issue ā„– 9 (21) / Scientific Research Center ā€“ Krasnoyarsk, 2011. ā€“ pp. 28-34. Šš.Š. Barinov, L.V. Ivanova, E.Yu. Tolkaev, G.G. Yagudaev Intellectualization of the test controls in the open education // The world of Scientific discoveries, issue ā„– 9 (21) / Scientific Research Center ā€“ Krasnoyarsk, 2011. ā€“ pp. 86-92. Šš.Š. Barinov, Šœ.I. Kartashev Methods and algorithms of adaptive computer-based testing / // The world of Scientific discoveries, issue ā„– 9 (21) / Scientific Research Center ā€“ Krasnoyarsk, 2011. ā€“ pp. 93-106. Šš.Š. Barinov, L.V. Ivanova, Šš.Š. Nikolaeva Quality evaluation of the heterogeneous testing // The world of Scientifi c discoveries, issue ā„– 9 (21) / Scientific Research Center - Krasnoyarsk, 2011. - pp. 126-130. Šš.Š. Barinov, Šœ.N. Krasnyanski, Š.Yu. Malamut, Š.V. Ostroukh, G.G. Yagudaev Algorithm of the virtual training complex for re-training of petrochemical company personnel // The world of Scientific discoveries, issue ā„– 2.6 (26) / Scientific Research Center - Krasnoyarsk, 2012. - pp. 168-174. K.A. Barinov, A.V. Ostroukh Application of the module-competentive approach in development of electronic educational resources for an e-learning system of professional education institution // Engineering Competencies - Traditions and Innovations. Proceedings, 37-th International IGIP Symposium 2008. - Moscow, Russia, 7-10 September, 2008. - Š”. 253-254. K.A. Barinov, M.N. Krasnyanskiy, A.J. Malamut, A.V. Ostroukh Algorithm of the Virtual Training Complex Designing for Personnel Retraining on Petrochemical Enterprise // International Journal of Advanced Studies 2, ā„– 3 (2012). DOI: 10.12731/2227-930X-2012-3-6. D. Astakhov, A.V. Budikhin, A.V. Ostroukh Distance training as the basic form of the educational process // Information and Telecommunication Technologies in Intelligent Systems: Proceeding of Third International Conference. June 02 - 09, 2005, Santa Ponsa/Mallorca, Spain. pp. 169-173. E.N. Malygin, M.N. Krasnyansky, S.V. Karpushkin, Y.V. Chaukin, A.V. Ostroukh Application of virtual simulators for training students of the chemical technology type and improvement of professional skills of chemical enterprises personnel // Vestnik TSTU. - 2007. - V.13. ā€“ No 1B. - pp.233-238. K.A. Barinov, O.V. Chudina, A.V. Ostroukh, L.G. Petrova Methodical approach to the development of innovative multimedia teaching complex on material science // Joining Forces in Engineering Education Towards Excellence Proceedings, SEFI and IGIP Joint Annual Conference 2007. July 1-4, 2007, Miskolc, Hungary, pp. 127-128. L.G. Petrova, Y.P. Shkitskiy, A.V. Ostroukh Application of multimedia resources for technical teachers training // Engeneerin g competencies ā€“tradition and innovation. Proceedings of the 37th International IGIP Symposium, September 7-10, 2008, Moscow, Russia. - pp. 117-118. - ISBN 978-5-7962-0093-3. Ostroukh A.V., Nikolaev A.B. Development of virtual laboratory experiments in iLABS environment. International Journal Of Applied And Fundamental Research. ā€“ 2013. ā€“ ā„– 2 ā€“ URL: www.science-sd.com/455-24313 (20.11.2013). Ostroukh A.V., Nikolaev A.B. Development of virtual laboratory experiments in iLabs // International Journal of Online Engineering (IJOE). 2013. Vol. 9, No 6. pp. 41-44. DOI: 10.3991/ijoe.v9i6.3176. 29