CN111899585A - Simulation training system and method for manufacturing cable accessories - Google Patents

Simulation training system and method for manufacturing cable accessories Download PDF

Info

Publication number
CN111899585A
CN111899585A CN202010715362.4A CN202010715362A CN111899585A CN 111899585 A CN111899585 A CN 111899585A CN 202010715362 A CN202010715362 A CN 202010715362A CN 111899585 A CN111899585 A CN 111899585A
Authority
CN
China
Prior art keywords
server
student
unit
machine
training
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010715362.4A
Other languages
Chinese (zh)
Other versions
CN111899585B (en
Inventor
房丹
姜黛琳
刘元
高敬贝
周毓颖
董俊根
黄帮局
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Kedong Electric Power Control System Co Ltd
State Grid Shanghai Electric Power Co Ltd
Original Assignee
Beijing Kedong Electric Power Control System Co Ltd
State Grid Shanghai Electric Power Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Kedong Electric Power Control System Co Ltd, State Grid Shanghai Electric Power Co Ltd filed Critical Beijing Kedong Electric Power Control System Co Ltd
Priority to CN202010715362.4A priority Critical patent/CN111899585B/en
Publication of CN111899585A publication Critical patent/CN111899585A/en
Application granted granted Critical
Publication of CN111899585B publication Critical patent/CN111899585B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09BEDUCATIONAL OR DEMONSTRATION APPLIANCES; APPLIANCES FOR TEACHING, OR COMMUNICATING WITH, THE BLIND, DEAF OR MUTE; MODELS; PLANETARIA; GLOBES; MAPS; DIAGRAMS
    • G09B9/00Simulators for teaching or training purposes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/20Education

Landscapes

  • Business, Economics & Management (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Tourism & Hospitality (AREA)
  • Educational Administration (AREA)
  • General Physics & Mathematics (AREA)
  • Educational Technology (AREA)
  • Primary Health Care (AREA)
  • Marketing (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • General Health & Medical Sciences (AREA)
  • General Business, Economics & Management (AREA)
  • Economics (AREA)
  • Health & Medical Sciences (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a simulation training system and method for manufacturing cable accessories, which comprises a teacher machine, a server, a student machine and VR equipment which are connected in sequence; the teacher machine sends student management information, task configuration information and assessment management information instructions to the server; the server executes a preset processing process based on the instruction sent by the instructor machine and sends a processing result to the instructor machine or the student machine according to a preset requirement; the student machine comprises a flow processing unit, a data processing unit and a rendering processing unit, wherein the flow processing unit is responsible for initial setting and judgment of related task flows in the operation flow, the data processing unit is used for processing and displaying student input information and network data, and the rendering processing unit is used for rendering scene data output by the server and sending the scene data to the VR equipment for displaying. The method and the system can improve the rendering effect in the high-fidelity operation environment under the condition of high-frequency human-computer interaction, improve the smoothness of the operation of the training system and improve the training effect.

Description

Simulation training system and method for manufacturing cable accessories
Technical Field
The invention belongs to the technical field of cable accessory manufacturing simulation training, and particularly relates to a cable accessory manufacturing simulation training system and method.
Background
With the rapid development of the scale of the power grid in China, the training of the power skills plays an indispensable role in the power production process. The power cable is generally adopted in an urban power supply system by virtue of unique advantages, the manufacture of accessories of the power cable is an important part in the whole life cycle of power, and the power cable plays an important role in later operation and maintenance. The technical worker who cultivates a qualified high-voltage cable accessory manufacturing skill level needs to practice with hands continuously, and the operation and practice are directly carried out by adopting real cables and accessories, although the effect is obvious, the cable terminal accessories are various in types, complex in flow, high in technological requirement and different. The traditional factory training and overhaul field training has the limitations of less chance, small scale and high cost. The cost of the power cable is high, and the cost of accessory consumables is exponentially increased along with the increase of the voltage grade.
A three-dimensional engine technology, a virtual reality technology (VR), a somatosensory interaction technology and a roaming technology are introduced into a cable accessory manufacturing simulation training system, so that a cable accessory manufacturing operation environment close to a real environment can be constructed for a student in the aspects of vision, hearing and interaction behaviors. However, the virtual scene approaching the real environment can cause rendering difficulty in rapid human-computer interaction, the smoothness and the real-time performance of the system are greatly reduced, and the training effect is also reduced.
Disclosure of Invention
Aiming at the problems, the invention provides a simulation training system and method for manufacturing cable accessories, which can improve the rendering effect in a high-fidelity operation environment under the condition of high-frequency human-computer interaction, improve the smoothness of the operation of a training system and improve the training effect.
In order to achieve the technical purpose and achieve the technical effects, the invention is realized by the following technical scheme:
in a first aspect, the invention provides a cable accessory manufacturing simulation training system, which comprises a teacher machine, a server, a student machine and VR equipment which are connected in sequence;
the teacher machine sends student management information, task configuration information and assessment management information instructions to the server;
the server executes a preset processing process based on an instruction sent by the instructor machine and sends a processing result to the instructor machine or the student machine according to a preset requirement;
the student machine comprises a flow processing unit, a data processing unit and a rendering processing unit, wherein the flow processing unit is responsible for initial setting and judgment of relevant task flows in the operation flow, the data processing unit is used for processing and displaying student input information and network data, and the rendering processing unit is used for rendering scene data output by the server and sending the scene data to VR equipment for displaying.
As a further improvement of the present invention, the processing procedure of the rendering processing unit includes:
receiving three-dimensional scene data sent by a server;
acquiring three-dimensional coordinates of each three-dimensional element vertex in three-dimensional scene data;
determining the range of the root node according to all three-dimensional model elements in the three-dimensional scene data, namely initializing the root node;
calculating the distance and the flatness of each quadtree node, setting a rendering flag bit as true if no further subdivision is needed, and rendering a map; the nodes which need to be further subdivided are further divided;
circularly calling a node construction function, and constructing according to different node types;
and selecting the fixed number of layers of the quadtree, using the number of nodes as a circulating condition, and completing the traditional recursive construction process by adopting an iteration method to realize rendering processing.
As a further improvement of the present invention, the VR device comprises:
the visual display unit is used for displaying the simulation scene data;
an auditory unit;
and the operation capturing unit is used for capturing and analyzing the whole body or local limb action information of the student, converting the student behavior into virtual character movement and operation, sending the virtual character movement and operation to the student machine, and sending the virtual character movement and operation to the server by the student machine.
As a further improvement of the invention, the instructor machine comprises a first student management unit, a first task configuration unit and a first assessment management unit;
the first student management unit is used for receiving an account instruction of the training personnel, adding, modifying and retrieving the account instruction, sending the instruction to the server, and executing the process of adding, modifying and retrieving the account information of the training personnel by the server;
the first task configuration unit is used for generating different job task setting instructions in a learning mode and an examination mode, sending the different job task setting instructions to the server, and generating different job tasks in the learning mode and the examination mode by the server;
the first examination management unit is used for judging, recording and analyzing the operation condition instructions of the trainee in the examination mode, sending the operation condition instructions to the server, and executing the process of judging, recording and analyzing the operation condition of the trainee in the examination mode by the server.
As a further improvement of the present invention, the server comprises a job scene generating unit, and a second trainee managing unit, a second task configuring unit and a second assessment managing unit;
the operation scene generation unit is used for displaying operation scenes;
the second student management unit receives the account adding, modifying and retrieving instructions of the personnel participating in training sent by the first student management unit and executes the processing process of adding, modifying and retrieving the account information of the personnel participating in training;
the second task configuration unit receives different job task setting instructions which are sent by the first task configuration unit and used for generating a learning mode and an examination mode, and different job tasks in the learning mode and the examination mode are generated;
the second examination management unit receives the instruction of judging, recording and analyzing the operation condition of the trainee in the examination mode sent by the first examination management unit, and executes the processing process of judging, recording and analyzing the operation condition of the trainee in the examination mode.
In a second aspect, the invention provides a simulation training method for manufacturing a cable accessory, which comprises the following steps:
the teacher machine is used for sending student management information, task configuration information and assessment management information instructions to the server;
executing a preset processing process by using the server based on an instruction sent by the instructor machine, and sending a processing result to the instructor machine or the learner machine according to a preset requirement;
the method comprises the steps of utilizing a flow processing unit in a student machine to carry out initial setting and judgment on related task flows in a work flow, utilizing a data processing unit in the student machine to process and display student input information and network data, utilizing a rendering processing responsible processing unit in the student machine to render scene data output by a server, and sending the scene data to VR equipment for display.
As a further improvement of the present invention, the processing procedure of the rendering processing unit includes:
receiving three-dimensional scene data sent by a server;
acquiring three-dimensional coordinates of each three-dimensional element vertex in three-dimensional scene data;
determining the range of the root node according to all three-dimensional model elements in the three-dimensional scene data, namely initializing the root node;
calculating the distance and the flatness of each quadtree node, setting a rendering flag bit as true if no further subdivision is needed, and rendering a map; the nodes which need to be further subdivided are further divided;
circularly calling a node construction function, and constructing according to different node types;
and selecting the fixed number of layers of the quadtree, using the number of nodes as a circulating condition, and completing the traditional recursive construction process by adopting an iteration method to realize rendering processing.
As a further improvement of the present invention, the VR device comprises:
the visual display unit is used for displaying the simulation scene data;
an auditory unit;
and the operation capturing unit is used for capturing and analyzing the whole body or local limb action information of the student, converting the student behavior into virtual character movement and operation, sending the virtual character movement and operation to the student machine, and sending the virtual character movement and operation to the server by the student machine.
As a further improvement of the invention, the instructor machine comprises a first student management unit, a first task configuration unit and a first assessment management unit;
the first student management unit is used for receiving an account instruction of the training personnel, adding, modifying and retrieving the account instruction, sending the instruction to the server, and executing the process of adding, modifying and retrieving the account information of the training personnel by the server;
the first task configuration unit is used for generating different job task setting instructions in a learning mode and an examination mode, sending the different job task setting instructions to the server, and generating different job tasks in the learning mode and the examination mode by the server;
the first examination management unit is used for judging, recording and analyzing the operation condition instructions of the trainee in the examination mode, sending the operation condition instructions to the server, and executing the process of judging, recording and analyzing the operation condition of the trainee in the examination mode by the server.
As a further improvement of the present invention, the server comprises a job scene generating unit, and a second trainee managing unit, a second task configuring unit and a second assessment managing unit;
the operation scene generation unit is used for displaying operation scenes;
the second student management unit receives the account adding, modifying and retrieving instructions of the personnel participating in training sent by the first student management unit and executes the processing process of adding, modifying and retrieving the account information of the personnel participating in training;
the second task configuration unit receives different job task setting instructions which are sent by the first task configuration unit and used for generating a learning mode and an examination mode, and different job tasks in the learning mode and the examination mode are generated;
the second examination management unit receives the instruction of judging, recording and analyzing the operation condition of the trainee in the examination mode sent by the first examination management unit, and executes the processing process of judging, recording and analyzing the operation condition of the trainee in the examination mode.
Compared with the prior art, the invention has the beneficial effects that:
the invention realizes the training and the examination of the cable accessory manufacturing by carrying out virtual simulation on the cable accessory manufacturing operation scene, the operation flow and the operation key points; and the VR scene real-time rendering technology of the improved multi-level detail algorithm is adopted, the process of traditional recursive traversal of the quadtree is improved by utilizing an iterative construction method, so that trained personnel can experience the real cable accessory manufacturing operation flow in an immersive manner in a virtual scene, the actual operation skill level of cable accessory manufacturing personnel is effectively improved, a good training effect is achieved, the cable terminal fault occurrence rate caused by insufficient manual cable accessory manufacturing skill level is reduced, and the normal and stable operation of a power cable is ensured.
Drawings
In order that the present disclosure may be more readily and clearly understood, reference is now made to the following detailed description of the present disclosure taken in conjunction with the accompanying drawings, in which:
FIG. 1 is a schematic diagram of a simulation training system for manufacturing a cable accessory according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a rendering processing unit according to an embodiment of the invention;
FIG. 3 is a schematic diagram of a quad-tree structure partitioning scene;
FIG. 4 is a schematic diagram illustrating the determination of whether to perform quadtree partitioning according to observation distance;
FIG. 5 is a diagram illustrating how to determine whether to perform quadtree splitting according to flatness.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is further described in detail with reference to the following embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and do not limit the scope of the invention.
The following detailed description of the principles of the invention is provided in connection with the accompanying drawings.
Example 1
The invention provides a cable accessory manufacturing simulation training system which comprises a teacher machine, a server, a student machine and VR equipment which are sequentially connected;
the teacher machine sends student management information, task configuration information and assessment management information instructions to the server;
the server executes a preset processing process based on an instruction sent by the instructor machine and sends a processing result to the instructor machine or the student machine according to a preset requirement;
the student machine comprises a flow processing unit, a data processing unit and a rendering processing unit, wherein the flow processing unit is responsible for initial setting and judgment of relevant task flows in the operation flow, the data processing unit is used for processing and displaying student input information and network data, and the rendering processing unit is used for rendering scene data output by the server and sending the scene data to VR equipment for displaying.
In a specific implementation manner of the embodiment of the present invention, the VR device includes:
the visual display unit is used for displaying the simulation scene data;
an auditory unit;
and the operation capturing unit is used for capturing and analyzing the whole body or local limb action information of the student, converting the student behavior into virtual character movement and operation, sending the virtual character movement and operation to the student machine, and sending the virtual character movement and operation to the server by the student machine.
In a specific implementation manner of the embodiment of the present invention, the instructor machine includes a first trainee management unit, a first task configuration unit, and a first assessment management unit;
the first student management unit is used for receiving an account instruction of the training personnel, adding, modifying and retrieving the account instruction, sending the instruction to the server, and executing the process of adding, modifying and retrieving the account information of the training personnel by the server;
the first task configuration unit is used for generating different job task setting instructions in a learning mode and an examination mode, sending the different job task setting instructions to the server, and generating different job tasks in the learning mode and the examination mode by the server;
the first examination management unit is used for judging, recording and analyzing the operation condition instructions of the trainee in the examination mode, sending the operation condition instructions to the server, and executing the process of judging, recording and analyzing the operation condition of the trainee in the examination mode by the server.
The server comprises an operation scene generating unit, a second student management unit, a second task configuration unit and a second assessment management unit;
the operation scene generation unit is used for displaying operation scenes;
the second student management unit receives the account adding, modifying and retrieving instructions of the personnel participating in training sent by the first student management unit and executes the processing process of adding, modifying and retrieving the account information of the personnel participating in training;
the second task configuration unit receives different job task setting instructions which are sent by the first task configuration unit and used for generating a learning mode and an examination mode, and different job tasks in the learning mode and the examination mode are generated;
the second examination management unit receives the instruction of judging, recording and analyzing the operation condition of the trainee in the examination mode sent by the first examination management unit, and executes the processing process of judging, recording and analyzing the operation condition of the trainee in the examination mode.
In the learning mode, the trainees can carry out virtual operation practice of each operation flow according to the prompt information in the simulation training system and know knowledge points, cautions and the like of each step in the cable accessory manufacturing flow. In the assessment mode, the trainees need to finish independent operation on each process under the condition of no prompt information and finish test questions corresponding to each step, and the simulation training system judges the operation of the trainees and the answer condition of the test questions and is used for the administrator to master the training condition of the trainees.
A multilevel detail algorithm based on a quadtree is a method for effectively rendering a VR scene, and as shown in fig. 3, a specified three-dimensional space region is divided into four spaces by the structure of the quadtree according to four quadrants of a horizontal plane. Each node of each quadrant, except for the leaf nodes, has 4 children nodes that equally divide the area occupied by their parent nodes until a leaf node occurs. A leaf node is a very special node, which has no children, and is the smallest unit in which rendering and mapping are performed. The multilevel detail algorithm based on the quadtree flows as follows:
after receiving the scene data, the rendering processing unit divides the vertex coordinates (x, y, z) of each three-dimensional element into two parts, namely, the (x, z) part and the (y) part. Where y is the height of the vertex. In the three-dimensional rendering process, the whole environment to be rendered is regarded as a rectangular grid, the requirement of the rendering precision value of the three-dimensional element of the node is determined according to the distance between the node and the position of an observer and the flatness, and the rendering progress requirement corresponding to the position of the node with lower flatness is higher as the distance is closer, the corresponding quadtree node needs to be further subdivided.
As shown in FIG. 4, the distance from the center of the node to the observer is d, d can be obtained according to (x, z), the side length of the node is l, and a grid division factor C is set1When is coming into contact with
Figure BDA0002597966970000061
If the ratio is larger than the grid division factor, then no further division is needed,mesh partitioning factor C1The larger the value of (a), the higher the rendering accuracy of the scene.
As shown in FIG. 5, the central point of a quadtree node and the middle point of its boundary are o and p, respectively1、p2、p3、p4Definition of dp1Is p1Dividing the sum of the heights of two vertexes of the boundary where the point is located by 2 and then summing p1Is the result of the subtraction of y, dp1Can represent p1The flatness dp of the other three edges can be calculated by the same method2、dp3、dp4. The flatness between the vertex of the quadtree node and the central point o is calculated in the following manner: the sum of the height values of the four vertices of the node is divided by 4 and then the difference is made with the height value of o. And is counted as do. Max (dp)1、dp2、dp3、dp4Do) represents the maximum value between the five flatness levels, if any. Max (dp)1、dp2、dp3、dp4、do)>C2And if so, judging that the flatness of the node of the quadtree is low and further division is needed. C2The smaller the set value is, the higher the rendering accuracy of the scene is.
Through the judgment process, the rendering flag bit is set to be true for the situation that the rendering is needed to be subdivided according to the quadtree thought, and the rendering mapping is carried out without further subdivision. The structure of the QuadTree data is as follows:
Class QuadTree
{
int index;
int depth;
int width;
position3D position;
QuadTree*father;
QuadTree*children[4];
Mesh mesh[n];
}
wherein index is the sequence number of the tree node; depth describes depth information of the quad tree nodes. The depth information of the root node is 0, and the depth information of its four child nodes, i.e., the four nodes of the first layer, is 1, and so on. The depth information is mainly used for detecting the depth of the tree structure in real time by a program; the position mainly records the central point of the spatial position of the quad-tree node, and the width records the position from the central point to the spatial boundary. Because the space is a three-dimensional space from bottom to top by taking the horizontal plane as a reference plane, the three-dimensional space can be completely restored by utilizing a central point coordinate and a distance value; the history records all model nodes in the three-dimensional space surrounded by the leaf node through the parent node mesh of the node.
The invention adopts an iteration method to complete the generation of the whole tree structure, and completes the generation of all the quad-tree nodes from top to bottom through circular calling.
As shown in fig. 2, the process of the rendering processing unit includes:
receiving three-dimensional scene data sent by a server;
acquiring three-dimensional coordinates of each three-dimensional element vertex in three-dimensional scene data;
determining the range of the root node according to all three-dimensional model elements in the three-dimensional scene data, namely initializing the root node;
calculating the distance and the flatness of each quadtree node, setting a rendering flag bit as true if no further subdivision is needed, and rendering a map; the nodes which need to be further subdivided are further divided;
circularly calling a node construction function, and constructing according to different node types;
and selecting the fixed number of layers of the quadtree, using the number of nodes as a circulating condition, and completing the traditional recursive construction process by adopting an iteration method to realize rendering processing.
Example 2
The embodiment of the invention provides a simulation training method for manufacturing cable accessories, which comprises the following steps:
the teacher machine is used for sending student management information, task configuration information and assessment management information instructions to the server;
executing a preset processing process by using the server based on an instruction sent by the instructor machine, and sending a processing result to the instructor machine or the learner machine according to a preset requirement;
the method comprises the steps of utilizing a flow processing unit in a student machine to carry out initial setting and judgment on related task flows in a work flow, utilizing a data processing unit in the student machine to process and display student input information and network data, utilizing a rendering processing responsible processing unit in the student machine to render scene data output by a server, and sending the scene data to VR equipment for display.
As a further improvement of the present invention, the processing procedure of the rendering processing unit includes:
receiving three-dimensional scene data sent by a server;
acquiring three-dimensional coordinates of each three-dimensional element vertex in three-dimensional scene data;
determining the range of the root node according to all three-dimensional model elements in the three-dimensional scene data, namely initializing the root node;
calculating the distance and the flatness of each quadtree node, setting a rendering flag bit as true if no further subdivision is needed, and rendering a map; the nodes which need to be further subdivided are further divided;
circularly calling a node construction function, and constructing according to different node types;
and selecting the fixed number of layers of the quadtree, using the number of nodes as a circulating condition, and completing the traditional recursive construction process by adopting an iteration method to realize rendering processing.
As a further improvement of the present invention, the VR device comprises:
the visual display unit is used for displaying the simulation scene data;
an auditory unit;
and the operation capturing unit is used for capturing and analyzing the whole body or local limb action information of the student, converting the student behavior into virtual character movement and operation, sending the virtual character movement and operation to the student machine, and sending the virtual character movement and operation to the server by the student machine.
As a further improvement of the invention, the instructor machine comprises a first student management unit, a first task configuration unit and a first assessment management unit;
the first student management unit is used for receiving an account instruction of the training personnel, adding, modifying and retrieving the account instruction, sending the instruction to the server, and executing the process of adding, modifying and retrieving the account information of the training personnel by the server;
the first task configuration unit is used for generating different job task setting instructions in a learning mode and an examination mode, sending the different job task setting instructions to the server, and generating different job tasks in the learning mode and the examination mode by the server;
the first examination management unit is used for judging, recording and analyzing the operation condition instructions of the trainee in the examination mode, sending the operation condition instructions to the server, and executing the process of judging, recording and analyzing the operation condition of the trainee in the examination mode by the server.
As a further improvement of the present invention, the server comprises a job scene generating unit, and a second trainee managing unit, a second task configuring unit and a second assessment managing unit;
the operation scene generation unit is used for displaying operation scenes;
the second student management unit receives the account adding, modifying and retrieving instructions of the personnel participating in training sent by the first student management unit and executes the processing process of adding, modifying and retrieving the account information of the personnel participating in training;
the second task configuration unit receives different job task setting instructions which are sent by the first task configuration unit and used for generating a learning mode and an examination mode, and different job tasks in the learning mode and the examination mode are generated;
the second examination management unit receives the instruction of judging, recording and analyzing the operation condition of the trainee in the examination mode sent by the first examination management unit, and executes the processing process of judging, recording and analyzing the operation condition of the trainee in the examination mode.
The rest of the process was the same as in example 1.
The foregoing shows and describes the general principles and broad features of the present invention and advantages thereof. It will be understood by those skilled in the art that the present invention is not limited to the embodiments described above, which are described in the specification and illustrated only to illustrate the principle of the present invention, but that various changes and modifications may be made therein without departing from the spirit and scope of the present invention, which fall within the scope of the invention as claimed. The scope of the invention is defined by the appended claims and equivalents thereof.

Claims (10)

1. A cable accessory manufacturing simulation training system is characterized in that: the system comprises a teacher machine, a server, a student machine and VR equipment which are connected in sequence;
the teacher machine sends student management information, task configuration information and assessment management information instructions to the server;
the server executes a preset processing process based on an instruction sent by the instructor machine and sends a processing result to the instructor machine or the student machine according to a preset requirement;
the student machine comprises a flow processing unit, a data processing unit and a rendering processing unit, wherein the flow processing unit is responsible for initial setting and judgment of relevant task flows in the operation flow, the data processing unit is used for processing and displaying student input information and network data, and the rendering processing unit is used for rendering scene data output by the server and sending the scene data to VR equipment for displaying.
2. The system for cable accessory production simulation training as claimed in claim 1, wherein the process of the rendering processing unit comprises:
receiving three-dimensional scene data sent by a server;
acquiring three-dimensional coordinates of each three-dimensional element vertex in three-dimensional scene data;
determining the range of the root node according to all three-dimensional model elements in the three-dimensional scene data, namely initializing the root node;
calculating the distance and the flatness of each quadtree node, setting a rendering flag bit as true if no further subdivision is needed, and rendering a map; the nodes which need to be further subdivided are further divided;
circularly calling a node construction function, and constructing according to different node types;
and selecting the fixed number of layers of the quadtree, using the number of nodes as a circulating condition, and completing the traditional recursive construction process by adopting an iteration method to realize rendering processing.
3. The cable accessory manufacturing simulation training system of claim 1, wherein the VR device comprises:
the visual display unit is used for displaying the simulation scene data;
an auditory unit;
and the operation capturing unit is used for capturing and analyzing the whole body or local limb action information of the student, converting the student behavior into virtual character movement and operation, sending the virtual character movement and operation to the student machine, and sending the virtual character movement and operation to the server by the student machine.
4. The system of claim 1, wherein the system comprises: the instructor machine comprises a first student management unit, a first task configuration unit and a first assessment management unit;
the first student management unit is used for receiving an account instruction of the training personnel, adding, modifying and retrieving the account instruction, sending the instruction to the server, and executing the process of adding, modifying and retrieving the account information of the training personnel by the server;
the first task configuration unit is used for generating different job task setting instructions in a learning mode and an examination mode, sending the different job task setting instructions to the server, and generating different job tasks in the learning mode and the examination mode by the server;
the first examination management unit is used for judging, recording and analyzing the operation condition instructions of the trainee in the examination mode, sending the operation condition instructions to the server, and executing the process of judging, recording and analyzing the operation condition of the trainee in the examination mode by the server.
5. The system for training simulation of cable accessory manufacturing as claimed in claim 4, wherein: the server comprises an operation scene generating unit, a second student management unit, a second task configuration unit and a second assessment management unit;
the operation scene generation unit is used for displaying operation scenes;
the second student management unit receives the account adding, modifying and retrieving instructions of the personnel participating in training sent by the first student management unit and executes the processing process of adding, modifying and retrieving the account information of the personnel participating in training;
the second task configuration unit receives different job task setting instructions which are sent by the first task configuration unit and used for generating a learning mode and an examination mode, and different job tasks in the learning mode and the examination mode are generated;
the second examination management unit receives the instruction of judging, recording and analyzing the operation condition of the trainee in the examination mode sent by the first examination management unit, and executes the processing process of judging, recording and analyzing the operation condition of the trainee in the examination mode.
6. A simulation training method for manufacturing cable accessories is characterized by comprising the following steps:
the teacher machine is used for sending student management information, task configuration information and assessment management information instructions to the server;
executing a preset processing process by using the server based on an instruction sent by the instructor machine, and sending a processing result to the instructor machine or the learner machine according to a preset requirement;
the method comprises the steps of utilizing a flow processing unit in a student machine to carry out initial setting and judgment on related task flows in a work flow, utilizing a data processing unit in the student machine to process and display student input information and network data, utilizing a rendering processing responsible processing unit in the student machine to render scene data output by a server, and sending the scene data to VR equipment for display.
7. The method for training simulation of manufacturing of cable accessories according to claim 6, wherein: the processing procedure of the rendering processing unit comprises the following steps:
receiving three-dimensional scene data sent by a server;
acquiring three-dimensional coordinates of each three-dimensional element vertex in three-dimensional scene data;
determining the range of the root node according to all three-dimensional model elements in the three-dimensional scene data, namely initializing the root node;
calculating the distance and the flatness of each quadtree node, setting a rendering flag bit as true if no further subdivision is needed, and rendering a map; the nodes which need to be further subdivided are further divided;
circularly calling a node construction function, and constructing according to different node types;
and selecting the fixed number of layers of the quadtree, using the number of nodes as a circulating condition, and completing the traditional recursive construction process by adopting an iteration method to realize rendering processing.
8. The method for training simulation of manufacturing of cable accessories according to claim 6, wherein: the VR device includes:
the visual display unit is used for displaying the simulation scene data;
an auditory unit;
and the operation capturing unit is used for capturing and analyzing the whole body or local limb action information of the student, converting the student behavior into virtual character movement and operation, sending the virtual character movement and operation to the student machine, and sending the virtual character movement and operation to the server by the student machine.
9. The method for training simulation of manufacturing of cable accessories according to claim 6, wherein: the instructor machine comprises a first student management unit, a first task configuration unit and a first assessment management unit;
the first student management unit is used for receiving an account instruction of the training personnel, adding, modifying and retrieving the account instruction, sending the instruction to the server, and executing the process of adding, modifying and retrieving the account information of the training personnel by the server;
the first task configuration unit is used for generating different job task setting instructions in a learning mode and an examination mode, sending the different job task setting instructions to the server, and generating different job tasks in the learning mode and the examination mode by the server;
the first examination management unit is used for judging, recording and analyzing the operation condition instructions of the trainee in the examination mode, sending the operation condition instructions to the server, and executing the process of judging, recording and analyzing the operation condition of the trainee in the examination mode by the server.
10. The method for training simulation of manufacturing of cable accessories according to claim 9, wherein: the server comprises an operation scene generating unit, a second student management unit, a second task configuration unit and a second assessment management unit;
the operation scene generation unit is used for displaying operation scenes;
the second student management unit receives the account adding, modifying and retrieving instructions of the personnel participating in training sent by the first student management unit and executes the processing process of adding, modifying and retrieving the account information of the personnel participating in training;
the second task configuration unit receives different job task setting instructions which are sent by the first task configuration unit and used for generating a learning mode and an examination mode, and different job tasks in the learning mode and the examination mode are generated;
the second examination management unit receives the instruction of judging, recording and analyzing the operation condition of the trainee in the examination mode sent by the first examination management unit, and executes the processing process of judging, recording and analyzing the operation condition of the trainee in the examination mode.
CN202010715362.4A 2020-07-23 2020-07-23 Simulation training system and method for manufacturing cable accessories Active CN111899585B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010715362.4A CN111899585B (en) 2020-07-23 2020-07-23 Simulation training system and method for manufacturing cable accessories

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010715362.4A CN111899585B (en) 2020-07-23 2020-07-23 Simulation training system and method for manufacturing cable accessories

Publications (2)

Publication Number Publication Date
CN111899585A true CN111899585A (en) 2020-11-06
CN111899585B CN111899585B (en) 2022-04-15

Family

ID=73189734

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010715362.4A Active CN111899585B (en) 2020-07-23 2020-07-23 Simulation training system and method for manufacturing cable accessories

Country Status (1)

Country Link
CN (1) CN111899585B (en)

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101192310A (en) * 2006-11-28 2008-06-04 国际商业机器公司 Ray tracing method and system
CN201203956Y (en) * 2008-04-29 2009-03-04 上海恒睿信息技术有限公司 Education training emulation system for cable operation
CN101572024A (en) * 2008-04-29 2009-11-04 上海恒睿信息技术有限公司 Analog simulation training system for training cable operation
JP2010231792A (en) * 2010-04-27 2010-10-14 Hitachi Kokusai Electric Inc Training system of semiconductor manufacturing device
US20120117124A1 (en) * 2008-08-06 2012-05-10 Statoil Petroleum As Interactive rendering of physical entities
CN104751505A (en) * 2013-06-19 2015-07-01 国家电网公司 Three-dimensional scene rendering algorithm based on LOD (Levels of Detail) model and quadtree level structure
CN106920432A (en) * 2017-04-11 2017-07-04 国网安徽省电力公司培训中心 The simulation training system and emulation training method of substation equipment maintenance
CN108198143A (en) * 2017-12-28 2018-06-22 中国测绘科学研究院 A kind of dimensional topography avoiding cracks method that LoD levels is gone to constrain
CN109191982A (en) * 2018-10-29 2019-01-11 广州供电局有限公司 Fortune inspection simulation training system and method
CN110299042A (en) * 2019-06-04 2019-10-01 中广核工程有限公司 A kind of immersion Accidents on NPP process simulation deduction method and system
US20190304338A1 (en) * 2018-03-27 2019-10-03 Cwb Group - Industry Services Tool simulation system, simulation workpiece, and method of operation
CN110738721A (en) * 2019-10-12 2020-01-31 四川航天神坤科技有限公司 Three-dimensional scene rendering acceleration method and system based on video geometric analysis

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101192310A (en) * 2006-11-28 2008-06-04 国际商业机器公司 Ray tracing method and system
CN201203956Y (en) * 2008-04-29 2009-03-04 上海恒睿信息技术有限公司 Education training emulation system for cable operation
CN101572024A (en) * 2008-04-29 2009-11-04 上海恒睿信息技术有限公司 Analog simulation training system for training cable operation
US20120117124A1 (en) * 2008-08-06 2012-05-10 Statoil Petroleum As Interactive rendering of physical entities
JP2010231792A (en) * 2010-04-27 2010-10-14 Hitachi Kokusai Electric Inc Training system of semiconductor manufacturing device
CN104751505A (en) * 2013-06-19 2015-07-01 国家电网公司 Three-dimensional scene rendering algorithm based on LOD (Levels of Detail) model and quadtree level structure
CN106920432A (en) * 2017-04-11 2017-07-04 国网安徽省电力公司培训中心 The simulation training system and emulation training method of substation equipment maintenance
CN108198143A (en) * 2017-12-28 2018-06-22 中国测绘科学研究院 A kind of dimensional topography avoiding cracks method that LoD levels is gone to constrain
US20190304338A1 (en) * 2018-03-27 2019-10-03 Cwb Group - Industry Services Tool simulation system, simulation workpiece, and method of operation
CN109191982A (en) * 2018-10-29 2019-01-11 广州供电局有限公司 Fortune inspection simulation training system and method
CN110299042A (en) * 2019-06-04 2019-10-01 中广核工程有限公司 A kind of immersion Accidents on NPP process simulation deduction method and system
CN110738721A (en) * 2019-10-12 2020-01-31 四川航天神坤科技有限公司 Three-dimensional scene rendering acceleration method and system based on video geometric analysis

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
万旺根等: "基于改进型四叉树算法的室外大规模场景实时渲染", 《计算机应用》 *
叶景晴: "树的三维模型自动化生成技术的研究", 《中国优秀博硕士学位论文全文数据库(硕士)-信息科技辑》 *

Also Published As

Publication number Publication date
CN111899585B (en) 2022-04-15

Similar Documents

Publication Publication Date Title
CN108492661A (en) A kind of virtual experiment training system
Murcia-López et al. The effect of environmental features, self-avatar, and immersion on object location memory in virtual environments
CN110322564B (en) Three-dimensional model construction method suitable for VR/AR transformer substation operation environment
CN113299139A (en) Nuclear power station main pump maintenance virtual simulation platform and construction method thereof
CN113449355A (en) Building house type graph automatic generation method based on artificial intelligence
CN109859309A (en) A kind of Internet of Things Teaching Information Processing System that realizing simulated teaching and method
Zhang et al. Enhancing Learning and Teaching for Architectural Engineering Students Using Virtual Building Design and Construction.
CN114655382A (en) Virtual visualization system and method for ship structure dynamics analysis result
Shi et al. Application research of virtual reality technology in ocean environmental art design
CN111899585B (en) Simulation training system and method for manufacturing cable accessories
CN116341064B (en) Modeling system and method of intelligent substation cloud system based on 3DMax modeling
CN110580830A (en) Teaching system applying digital visual virtual reality technology to interdisciplinary learning
Varinlioglu et al. Virtual Reality for a Better Past
CN114023125A (en) Intelligent maintenance method and intelligent maintenance training system based on virtual reality technology
Eagle et al. Exploring player behavior with visual analytics.
Ren et al. A Virtual Restoration Experiment System for Porcelain Relics Cleaning
Kang et al. Animation Character Generation and Optimization Algorithm Based on Computer Aided Design and Virtual Reality
CN116628520B (en) Multi-scholars simulation training method and system based on average field theory algorithm
CN118038722B (en) Virtual reality-based classroom live-action reappearance interactive teaching system and method
Yao Scene Visual Art Aided Design Based on Virtual Reality Technology
Wang et al. Design of Road Panoramic Virtual Reality Simulation System Based on Genetic Algorithm and Virtual Reality
Zhou et al. Simulation of Rural Digital Landscape Design Based on Virtual Reality
Fernandez et al. Work-in-Progress–—Photogrammetry within Virtual Reality
Guo et al. English Teaching System Oriented Digital Virtual Reality Combined with CAD Method
Xu et al. Construction of virtual campus information system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant