CN110765610B - PDM integration method, PDM integration device, computer equipment and storage medium - Google Patents

PDM integration method, PDM integration device, computer equipment and storage medium Download PDF

Info

Publication number
CN110765610B
CN110765610B CN201910998363.1A CN201910998363A CN110765610B CN 110765610 B CN110765610 B CN 110765610B CN 201910998363 A CN201910998363 A CN 201910998363A CN 110765610 B CN110765610 B CN 110765610B
Authority
CN
China
Prior art keywords
model
data
information
model data
pdm
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.)
Active
Application number
CN201910998363.1A
Other languages
Chinese (zh)
Other versions
CN110765610A (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.)
China General Nuclear Power Corp
China Nuclear Power Engineering Co Ltd
CGN Power Co Ltd
Shenzhen China Guangdong Nuclear Engineering Design Co Ltd
Original Assignee
China General Nuclear Power Corp
China Nuclear Power Engineering Co Ltd
CGN Power Co Ltd
Shenzhen China Guangdong Nuclear Engineering Design 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 China General Nuclear Power Corp, China Nuclear Power Engineering Co Ltd, CGN Power Co Ltd, Shenzhen China Guangdong Nuclear Engineering Design Co Ltd filed Critical China General Nuclear Power Corp
Priority to CN201910998363.1A priority Critical patent/CN110765610B/en
Publication of CN110765610A publication Critical patent/CN110765610A/en
Application granted granted Critical
Publication of CN110765610B publication Critical patent/CN110765610B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/52Program synchronisation; Mutual exclusion, e.g. by means of semaphores
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects

Abstract

The application discloses a PDM integration method, a device, computer equipment and a storage medium, wherein the method comprises the following steps: receiving service data sent by an application system, wherein each service data corresponds to a service identifier; determining model data corresponding to the service data, and creating a model data object according to the model data; and establishing association information of the model data object and the service identifier, and synchronizing the association information to the application system. The PDM integration method provided by the application aims at coping with the data interaction between the application system of the nuclear power plant equipment and the PDM system, and the model data object is created according to the model data, so that the communication between the application system and the PDM system is completed by synchronizing the model data object to the application system, and the interactive transmission efficiency of the model data is improved.

Description

PDM integration method, PDM integration device, computer equipment and storage medium
Technical Field
The present application relates to the field of system integration technologies, and in particular, to a PDM integration method, apparatus, computer device, and storage medium.
Background
In the design work of equipment in a nuclear power plant, the three-dimensional design of the equipment is one of important work contents. At present, the PDM system can well realize the management function of the three-dimensional model, which comprises the following steps: three-dimensional design software plug-in integration, model version control, structured storage, model approval and the like, so that in actual production, the tasks of an application system are often designed and managed through a PDM system.
At present, a PDM system mainly adopts a C/S architecture, data interaction cannot be directly realized with an application system (namely an equipment design platform), an information island phenomenon occurs, the existing solution is to realize interaction of information such as BOM, material related data and the like in the PDM system with the application system through an interface mode, direct access database, indirect type and the like, and in the aspect of model data communication, model data is transmitted into the application system as a file.
In carrying out the present application, the inventors have found that at least the following problems exist in the prior art: by adopting the mode, the transmission speed is influenced when the model is large, so that the data transmission efficiency is lower, and meanwhile, although the application system and the PDM system realize data intercommunication, the information island problem still exists, namely, when the model data of the PDM system is modified, the model data in the application system needs to be retransmitted for realizing updating.
Therefore, a PDM integration method capable of implementing efficient data intercommunication is needed, which is a difficult problem to be solved.
Disclosure of Invention
The application aims at: a PDM integration method, a PDM integration device, computer equipment and a storage medium are provided, so that the efficiency of data intercommunication between an application system and a PDM system is improved.
In order to achieve the above object, an embodiment of the present application provides a PDM integration method, including:
receiving service data sent by an application system, wherein each service data corresponds to a service identifier;
determining model data corresponding to the service data, and creating a model data object according to the model data;
and establishing association information of the model data object and the service identifier, and synchronizing the association information to the application system.
Further, the creating a model data object from the model data comprises:
extracting model key information of the acquired model data, wherein the model key information comprises at least one of a model ID, a model data name, a template version and a model path;
packaging the model key information to obtain packaging data in a Json format;
and calling a preset model data creation service interface, and generating a model data object according to the packaged data.
Further, the synchronization of the associated information to the application system is implemented by means of Web Service.
Further, after the establishing the association information of the model data object and the service identifier and synchronizing the association information to the application system, the method further includes:
if an online checking request sent by the application system is received, acquiring a target service identifier contained in the online checking request;
from the associated information, determining the associated information corresponding to the target service identifier as target associated information;
analyzing the target associated information to obtain model key information including a carrying model path;
and generating browsing information according to the model key information carrying the model path, and sending the browsing information to the application system so that the application system displays the browsing information through a Frame control.
Further, the generating browsing information according to the model key information carrying the model path includes:
performing character string splicing processing on the model paths in the model key information to obtain target paths;
analyzing the target path through a PDM Web control, and acquiring data information corresponding to the target path;
and generating browsing information according to the data information.
Further, the model data corresponds to a model state, and after the association information of the model data object and the service identifier is established and the association information is synchronized to the application system, the PDM integration method further includes:
setting a model state of the model data to an applied state, wherein the model data is locked when the model state is set to the applied state;
after receiving a modification request of model data, checking the modification request through online checking to carry out approval;
and if the online auditing result passes, setting the model state as a changeable state, modifying the model data, and setting the model state of the modified model data as an applied state after receiving the modified message.
In order to achieve the above object, an embodiment of the present application further provides a PDM integrated device, including:
the data acquisition module is used for receiving service data sent by the application system, wherein each service data corresponds to one service identifier;
the object creating module is used for determining model data corresponding to the service data and creating a model data object according to the model data;
and the information synchronization module is used for establishing the association information of the model data object and the service identifier and synchronizing the association information to the application system.
Further, the object creation module includes:
a key information extraction unit, configured to extract model key information of the obtained model data, where the model key information includes at least one of a model ID, a model data name, a template version, and a model path;
the data packaging processing unit is used for packaging the model key information to obtain packaging data in a Json format;
and the data object generating unit is used for calling a preset model data creation service interface and generating a model data object according to the packaged data.
Further, the PDM integrated device further includes:
the request response module is used for acquiring a target service identifier contained in the online viewing request if the online viewing request sent by the application system is received;
the target determining module is used for determining the associated information corresponding to the target service identifier from the associated information as target associated information;
the information analysis module is used for analyzing the target associated information to obtain model key information comprising a carrying model path;
and the information generation module is used for generating browsing information according to the model key information carrying the model path and sending the browsing information to the application system so that the application system displays the browsing information through a Frame control.
Further, the information generating module includes:
the path determining unit is used for performing character string splicing processing on the model paths in the model key information to obtain target paths;
the path analysis unit is used for analyzing the target path through the PDM Web control and acquiring data information corresponding to the target path;
and the information generation unit is used for generating browsing information according to the data information.
Further, the PDM integrated device further includes:
a state initialization module, configured to set a model state of the model data to an applied state, where the model data is locked when the model state is set to the applied state;
the online auditing module is used for conducting approval through online auditing of the modification request after receiving the modification request of the model data;
and the state updating module is used for setting the model state as a changeable state if the online auditing result passes, modifying the model data, and setting the model state of the modified model data as an applied state after receiving the modified message.
In order to achieve the above object, an embodiment of the present application further provides a computer device, including a memory and a processor, where the memory stores a computer program, and the processor implements the steps of the PDM integration method when executing the computer program.
In order to achieve the above object, an embodiment of the present application further provides a computer readable storage medium having a computer program stored thereon, the computer program implementing the steps of the method for displaying an interface described above when executed by a processor.
Compared with the prior art, the embodiment of the application has the following main beneficial technical effects:
the PDM integration method provided by the application is characterized in that the data interaction between the application system of the nuclear power plant equipment and the PDM system is dealt with, the model data object is created according to the model data, and then the communication between the application system and the PDM system is completed by synchronizing the model data object to the application system, so that the interactive transmission efficiency of the model data is improved.
Drawings
In order to more clearly illustrate the solution of the present application, a brief description will be given below of the drawings required for the description of the embodiments of the present application, it being apparent that the drawings in the following description are some embodiments of the present application, and that other drawings may be obtained from these drawings without the exercise of inventive effort for a person of ordinary skill in the art.
FIG. 1 is an exemplary system architecture diagram in which the present application may be applied;
FIG. 2 is a flow chart of one embodiment of a PDM integration method of the present application;
fig. 3 is a schematic diagram of the structure of one embodiment of a PDM integrated device according to the present application;
FIG. 4 is a schematic structural diagram of one embodiment of a computer device in accordance with the present application.
Detailed Description
Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this application belongs; the terminology used in the description of the applications herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the application; the terms "comprising" and "having" and any variations thereof in the description of the application and the claims and the description of the drawings above are intended to cover a non-exclusive inclusion. The terms first, second and the like in the description and in the claims or in the above-described figures, are used for distinguishing between different objects and not necessarily for describing a sequential or chronological order.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment may be included in at least one embodiment of the application. The appearances of such phrases in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. Those of skill in the art will explicitly and implicitly appreciate that the embodiments described herein may be combined with other embodiments.
In order to make the person skilled in the art better understand the solution of the present application, the technical solution of the embodiment of the present application will be clearly and completely described below with reference to the accompanying drawings.
As shown in fig. 1, a system architecture 100 may include terminal devices 101, 102, 103, a network 104, and a server 105. The network 104 is used as a medium to provide communication links between the terminal devices 101, 102, 103 and the server 105. The network 104 may include various connection types, such as wired, wireless communication links, or fiber optic cables, among others.
The user may interact with the server 105 via the network 104 using the terminal devices 101, 102, 103 to receive or send messages or the like.
The terminal devices 101, 102, 103 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smartphones, tablet computers, electronic book readers, MP3 players (Moving Picture E interface display perts Group Audio Layer III, moving Picture expert compression standard audio layer 3), MP4 players (Moving Picture E interface display perts Group Audio Layer IV, moving Picture expert compression standard audio layer 4), laptop and desktop computers, and so on.
The server 105 may be a server providing various services, such as a background server providing support for pages displayed on the terminal devices 101, 102, 103.
It should be noted that, the PDM integration method provided by the embodiment of the present application is executed by a server, and accordingly, the PDM integration device is disposed in the server.
It should be understood that the number of terminal devices, networks and servers in fig. 1 is merely illustrative. Any number of terminal devices, networks and servers may be provided according to implementation requirements, and the terminal devices 101, 102, 103 in the embodiment of the present application may specifically correspond to application systems in actual production.
With continued reference to FIG. 2, a flow chart of one embodiment of a method of interface display according to the present application is shown. The PDM integration method comprises the following steps:
s201: and receiving service data sent by the application system, wherein each service data corresponds to one service identifier.
In this embodiment, the server includes a PDM system, and the PDM system performs data interaction with the application system, so as to implement a management function of the three-dimensional model of the nuclear power plant.
The PDM (Product Data Management) system, namely a product data management system, is used for managing all relevant information (including part information, configuration, structure and the like) of the product, and can well realize various management functions of the three-dimensional model of the product, and the common similar system further comprises: SOLIWORKS PDM, windchill, teamCenter, etc.
The application system related to the embodiment of the application is a nuclear power equipment design platform, and the platform system is a management platform for standardization from service to design flow in the design process of nuclear power equipment profession, and a designer can develop design work through the platform system.
Among the management functions of the three-dimensional model include, but are not limited to: the three-dimensional design software plug-in integration, model version control, structured storage, model approval and the like can be added or deleted according to actual conditions, and are not particularly limited herein.
Specifically, the application system obtains the identifier of the designer transmitted from the outside through the Web Service technology, obtains the Service data corresponding to the identifier of the designer, and transmits the Service data to the server through an interface mode.
The service data refers to an object in the application system, such as a design task of a device design platform, which needs to acquire and correlate PDM system model data.
The Web Service is a self-describing and self-contained available network module, and can execute specific Service functions according to the Web Service technology, so that different applications running on different machines can exchange data or integrate with each other without additional and special third-party software or hardware.
S202: and determining model data corresponding to the service data, and creating a model data object according to the model data.
Specifically, a designer determines model data corresponding to the service data according to the service data and actual production requirements, and generates a model data object corresponding to the model data based on the model data.
Wherein the model data is a model required to implement the business data.
For example, in a traffic monitoring scenario, a design task corresponding to the service data is trend monitoring of traffic congestion degree of a certain area, and after analyzing in combination with actual conditions of the area, the determined model data includes: a population distribution model, a line distribution model of a vehicle, an office location distribution model, an upload distribution model, and the like.
It should be noted that, the model data is preset and can be adjusted and modified according to the requirement, and preferably, the key information selected in the embodiment includes the model ID, the model data name, the template version and the model path.
The model data object is an object for uniquely identifying the model after the key information in the model data is encapsulated.
Where the model path refers to the path of model data in the PDM system.
As will be readily appreciated, the model data contains a large amount of data, and one service data often needs a plurality of model data, so in this embodiment, the amount of data for subsequent interaction is reduced by encapsulating the key information of the model data into the model data object, and high efficiency of data interaction is ensured.
S203: and establishing association information of the model data object and the service identifier, and synchronizing the association information to the application system.
Specifically, the generated model data object is associated with the service identifier of the service data, the associated information is synchronized to the application service, the corresponding model data can be determined according to the associated information when the specific model data is required to be acquired later, the corresponding model data is acquired from the PDM system through the interface service, the rapid interaction of the data is ensured, and meanwhile, the acquired model data is ensured to be the latest data without downloading or updating the model data.
In this embodiment, by receiving service data sent by an application system, where each service data corresponds to a service identifier, determining model data corresponding to the service data, creating a model data object according to the model data, establishing association information between the model data object and the service identifier, and synchronizing the association information to the application system, the PDM integration method provided by the present application is to cope with data interaction between an application system of a nuclear power plant device and a PDM system, and by creating a model data object according to the model data, and then synchronizing the model data object to the application system, communication between the application system and the PDM system is completed, and efficiency of interaction transmission of the model data is improved.
In some optional implementations of the present embodiment, step S202, that is, creating the model data object from the model data, includes:
extracting model key information of the acquired model data, wherein the model key information comprises at least one of a model ID, a model data name, a template version and a model path;
packaging the model key information to obtain packaging data in a Json format;
and calling a preset model data creation service interface, and generating a model data object according to the packed data.
Specifically, according to a preset key information selection mode of each model data, selecting model key information corresponding to each model data from the acquired model data, packaging the model key information to obtain packaged data in Json format with uniform format, calling a preset model data creation service interface, and generating a model data object from the packaged data.
It should be noted that, after the model data is modified, in order to ensure the rationality of selecting the key information of the model, when the key information of the model is selected, the intervention selection can be performed manually.
Wherein the Json (JavaScript Object Notation, json object numbered musical notation) format is a lightweight data exchange format. It stores and presents data in a text format that is completely independent of the programming language, based on a subset of ECMAScript (js specification formulated by the european computer institute). The compact and clear hierarchical structure makes the Json format an ideal data exchange language. It is easy to understand that the packaging data is packaged into the Json format in this embodiment, which is beneficial to accelerating the data conversion speed on one hand, and also facilitates interface recognition and improves the interface calling recognition efficiency by using the unified format data on the other hand.
In this embodiment, the model key information of the obtained model data is extracted, and then the model key information is packaged to obtain the packaged data in Json format, and then a preset model data creation service interface is called, and a model data object is generated according to the packaged data, so that the generation of the model data object is realized, the amount of data to be transmitted in the process of performing data browsing interaction in real time in the follow-up process is reduced, and the improvement of the data transmission efficiency is facilitated.
In some optional implementations of this embodiment, after establishing association information between the model data object and the service identifier and synchronizing the association information to the application system, the PDM integration method further includes:
if an online checking request sent by an application system is received, a target service identifier contained in the online checking request is obtained;
determining association information corresponding to the target service identifier from the association information as target association information;
analyzing the target associated information to obtain model key information including a carrying model path;
and generating browsing information according to the model key information carrying the model path, and sending the browsing information to the application system so that the application system displays the browsing information through the Frame control.
Specifically, when an online viewing request sent by an application system is received, a target service identifier contained in the online viewing request is obtained, and from the synchronized associated information, the associated information corresponding to the target service identifier is determined and used as target associated information, further the target associated information is analyzed to obtain model key information comprising a carrying model path, and browsing information is generated according to the model key information carrying the model path and is sent to the application system, and the application system receives the browsing information and displays the browsing information through a Frame control.
In this embodiment, when an online viewing request sent by an application system is received, a target service identifier included in the online viewing request is obtained, and association information corresponding to the target service identifier is determined from the association information and used as target association information, then the target association information is parsed to obtain model key information including a carrying model path, finally browsing information is generated according to the model key information carrying the model path, and the browsing information is sent to the application system, so that the application system displays the browsing information through a Frame control. And completing data interaction between the application system and the PDM system based on the associated information in a B/S mode, and realizing online real-time browsing of the model data.
In some optional implementations of this embodiment, generating the browsing information according to the model key information carrying the model path includes:
performing character string splicing processing on the model paths in the model key information to obtain target paths;
analyzing the target path through the PDM Web control, and acquiring data information corresponding to the target path;
and generating browsing information according to the data information.
Specifically, the model path in the model key information is a preset path in the PDM system, the model data is displayed in an online browsing mode, the model path needs to be converted, a target path which can be identified and analyzed by the PDM Web control is obtained, and then the data stored in the target path is read to generate browsing information.
The PDM Web control is a Web control applicable to a PDM system, and online display of model data can be realized through the control.
Further, the server analyzes the model path in the model key information to obtain a character string, and then performs splicing processing on the character string according to analysis conditions corresponding to the PDM Web control to obtain a target path.
In this embodiment, the character string splicing process is performed on the model paths in the model key information to obtain the target paths, then the target paths are analyzed through the PDM Web control, the data information corresponding to the target paths is obtained, and further the browsing information is generated according to the data information, so that the conversion of the model paths is realized, the fixed model paths can be converted into paths supporting online browsing according to actual needs, and the efficiency of generating the browsing information is improved.
In some optional implementations of this embodiment, after establishing association information of the model data object and the service identifier, and synchronizing the association information to the application system, the PDM integration method further includes:
setting the model state of the model data to an applied state, wherein the model data is locked when the model state is set to the applied state;
after receiving a modification request of the model data, approving the modification request through online auditing;
if the online auditing result passes, the model state is set to be a changeable state, modification of the model data is carried out, and after a message of modification completion is received, the model state of the modified model data is set to be an applied state.
Specifically, after synchronization of the model data is completed, the model state of the model data is initialized to an applied state, when the model data is in the applied state, misoperation is avoided, or override operation is avoided, when the model data is modified when the model data is used, system faults are caused, meanwhile, after a modification request of the model data is received, the modification request is approved in an on-line auditing mode, interface calling of the model data is suspended after approval is passed, the model state of the model data is set to a changeable state for modification, after modification by a designer is completed, the model state is set to the applied state again, and when the model data is called by an application system next time, the modified model data is synchronously displayed to the application system.
In this embodiment, the model state of the model data is initialized to the applied state, so as to lock the synchronized model data, and when the designer adjusts and modifies the model data, the model state of the model data is set to a changeable state, and the data locking is realized through the model state, so that the data consistency is ensured, and the reliability of the data is improved.
Those skilled in the art will appreciate that implementing all or part of the above-described methods in accordance with the embodiments may be accomplished by way of a computer program stored in a computer-readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. The storage medium may be a nonvolatile storage medium such as a magnetic disk, an optical disk, a Read-Only Memory (ROM), or a random access Memory (Random Access Memory, RAM).
It should be understood that, although the steps in the flowcharts of the figures are shown in order as indicated by the arrows, these steps are not necessarily performed in order as indicated by the arrows. The steps are not strictly limited in order and may be performed in other orders, unless explicitly stated herein. Moreover, at least some of the steps in the flowcharts of the figures may include a plurality of sub-steps or stages that are not necessarily performed at the same time, but may be performed at different times, the order of their execution not necessarily being sequential, but may be performed in turn or alternately with other steps or at least a portion of the other steps or stages.
With further reference to fig. 3, as an implementation of the method shown in fig. 2, the present application provides an embodiment of a PDM integrated device, where the embodiment of the device corresponds to the embodiment of the method shown in fig. 2, and the device may be applied to various electronic devices.
As shown in fig. 3, the PDM integrated device according to this embodiment includes: a data acquisition module 31, an object creation module 32, and an information synchronization module 33. Wherein:
the data acquisition module 31 is configured to receive service data sent by an application system, where each service data corresponds to a service identifier;
an object creation module 32, configured to determine model data corresponding to the service data, and create a model data object according to the model data;
and the information synchronization module 33 is used for establishing the association information of the model data object and the service identifier and synchronizing the association information to the application system.
Further, the object creation module 32 includes:
a key information extracting unit 321, configured to extract model key information of the acquired model data, where the model key information includes at least one of a model ID, a model data name, a template version, and a model path;
the data packaging processing unit 322 is configured to perform packaging processing on the model key information to obtain packaging data in Json format;
the data object generating unit 323 is configured to call a preset model data creation service interface, and generate a model data object according to the packaged data.
Further, the PDM integrated device further includes:
a state initialization module 341, configured to set a model state of the model data to an applied state, where the model data is locked when the model state is set to the applied state;
the online auditing module 342 is configured to, after receiving the modification request of the model data, approve the modification request through online auditing;
the state update module 343 is configured to set the model state to a changeable state if the online audit result passes, modify the model data, and set the model state of the modified model data to an applied state after receiving the modification completion message.
Further, the PDM integrated device further includes:
the request response module 351 is configured to obtain a target service identifier included in the online viewing request if the online viewing request sent by the application system is received;
the target determining module 352 is configured to determine, from the association information, association information corresponding to the target service identifier, as target association information;
the information analysis module 353 is configured to analyze the target association information to obtain model key information including a carrying model path;
the information generating module 354 is configured to generate browsing information according to the model key information carrying the model path, and send the browsing information to the application system, so that the application system displays the browsing information through the Frame control.
Further, the information generating module 354 includes:
the path determining unit 3541 is configured to perform a string concatenation process on the model path in the model key information, so as to obtain a target path;
the path analysis unit 3542 is configured to analyze, through the PDM Web control, the target path, and obtain data information corresponding to the target path;
an information generating unit 3543 for generating browsing information based on the data information.
The specific manner in which the various modules perform operations in relation to the PDM integrated device of the above embodiments has been described in detail in relation to the embodiments of the method and will not be described in detail herein.
In order to solve the technical problems, the embodiment of the application also provides computer equipment. Referring specifically to fig. 4, fig. 4 is a basic structural block diagram of a computer device according to the present embodiment.
The computer device 4 comprises a memory 41, a processor 42, a network interface 43 communicatively connected to each other via a system bus. It is noted that only a computer device 4 having a component connection memory 41, a processor 42, a network interface 43 is shown in the figures, but it is understood that not all of the illustrated components are required to be implemented and that more or fewer components may be implemented instead. It will be appreciated by those skilled in the art that the computer device herein is a device capable of automatically performing numerical calculations and/or information processing in accordance with predetermined or stored instructions, the hardware of which includes, but is not limited to, microprocessors, application specific integrated circuits (Application Specific Integrated Circuit, ASICs), programmable gate arrays (fields-Programmable Gate Array, FPGAs), digital processors (Digital Signal Processor, DSPs), embedded devices, etc.
The computer equipment can be a desktop computer, a notebook computer, a palm computer, a cloud server and other computing equipment. The computer equipment can perform man-machine interaction with a user through a keyboard, a mouse, a remote controller, a touch pad or voice control equipment and the like.
The memory 41 includes at least one type of readable storage medium including flash memory, a hard disk, a multimedia card, a card type memory (e.g., SD or D interface display memory, etc.), a Random Access Memory (RAM), a Static Random Access Memory (SRAM), a read-only memory (ROM), an electrically erasable programmable read-only memory (EEPROM), a programmable read-only memory (PROM), a magnetic memory, a magnetic disk, an optical disk, etc. In some embodiments, the storage 41 may be an internal storage unit of the computer device 4, such as a hard disk or a memory of the computer device 4. In other embodiments, the memory 41 may also be an external storage device of the computer device 4, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash Card (Flash Card) or the like, which are provided on the computer device 4. Of course, the memory 41 may also comprise both an internal memory unit of the computer device 4 and an external memory device. In this embodiment, the memory 41 is typically used to store an operating system and various application software installed on the computer device 4, such as program codes of a PDM integration method. Further, the memory 41 may be used to temporarily store various types of data that have been output or are to be output.
The processor 42 may be a central processing unit (Central Processing Unit, CPU), controller, microcontroller, microprocessor, or other data processing chip in some embodiments. The processor 42 is typically used to control the overall operation of the computer device 4. In this embodiment, the processor 42 is configured to execute the program code stored in the memory 41 or process data, for example, execute the program code of the PDM integration method.
The network interface 43 may comprise a wireless network interface or a wired network interface, which network interface 43 is typically used for establishing a communication connection between the computer device 4 and other electronic devices.
The present application also provides another embodiment, namely, a computer readable storage medium storing an interface display program executable by at least one processor to cause the at least one processor to perform the steps of the PDM integration method as described above.
From the above description of the embodiments, it will be clear to those skilled in the art that the above-described embodiment method may be implemented by means of software plus a necessary general hardware platform, but of course may also be implemented by means of hardware, but in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art in the form of a software product stored in a storage medium (e.g. ROM/RAM, magnetic disk, optical disk) comprising instructions for causing a terminal device (which may be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) to perform the method according to the embodiments of the present application.
It is apparent that the above-described embodiments are only some embodiments of the present application, but not all embodiments, and the preferred embodiments of the present application are shown in the drawings, which do not limit the scope of the patent claims. This application may be embodied in many different forms, but rather, embodiments are provided in order to provide a thorough and complete understanding of the present disclosure. Although the application has been described in detail with reference to the foregoing embodiments, it will be apparent to those skilled in the art that modifications may be made to the embodiments described in the foregoing description, or equivalents may be substituted for elements thereof. All equivalent structures made by the content of the specification and the drawings of the application are directly or indirectly applied to other related technical fields, and are also within the scope of the application.

Claims (7)

1. A PDM integration method, comprising:
receiving service data sent by an application system, wherein each service data corresponds to a service identifier;
determining model data corresponding to the service data, and creating a model data object according to the model data, wherein the method comprises the following steps:
extracting model key information of the acquired model data, wherein the model key information comprises at least one of a model ID, a model data name, a template version and a model path;
packaging the model key information to obtain packaging data in a Json format;
calling a preset model data creation service interface, and generating a model data object according to the packaged data;
establishing association information of the model data object and the service identifier, and synchronizing the association information to the application system;
if an online checking request sent by the application system is received, acquiring a target service identifier contained in the online checking request;
from the associated information, determining the associated information corresponding to the target service identifier as target associated information;
analyzing the target associated information to obtain model key information including a carrying model path;
and generating browsing information according to the model key information carrying the model path, and sending the browsing information to the application system so that the application system displays the browsing information through a Frame control.
2. The PDM integration method of claim 1, wherein the synchronizing the association information to the application system is implemented by Web Service.
3. The PDM integration method according to claim 1, wherein the generating browsing information according to the model key information carrying the model path includes:
performing character string splicing processing on the model paths in the model key information to obtain target paths;
analyzing the target path through a PDM Web control, and acquiring data information corresponding to the target path;
and generating browsing information according to the data information.
4. A PDM integration method according to any one of claims 1 to 3, wherein the model data corresponds to a model state, and after the establishing association information of the model data object and the service identifier, and synchronizing the association information to the application system, the PDM integration method further includes:
setting a model state of the model data to an applied state, wherein the model data is locked when the model state is set to the applied state;
after receiving a modification request of model data, checking the modification request through online checking to carry out approval;
and if the online auditing result passes, setting the model state as a changeable state, modifying the model data, and setting the model state of the modified model data as an applied state after receiving the modified message.
5. A PDM integrated device, comprising:
the data acquisition module is used for receiving service data sent by the application system, wherein each service data corresponds to one service identifier;
an object creation module, configured to determine model data corresponding to the service data, and create a model data object according to the model data, where the object creation module includes:
a key information extraction unit, configured to extract model key information of the obtained model data, where the model key information includes at least one of a model ID, a model data name, a template version, and a model path;
the data packaging processing unit is used for packaging the model key information to obtain packaging data in a Json format;
the data object generating unit is used for calling a preset model data creation service interface and generating a model data object according to the packaged data;
the information synchronization module is used for establishing the association information of the model data object and the service identifier and synchronizing the association information to the application system;
the request response module is used for acquiring a target service identifier contained in the online viewing request if the online viewing request sent by the application system is received;
the target determining module is used for determining the associated information corresponding to the target service identifier from the associated information as target associated information;
the information analysis module is used for analyzing the target associated information to obtain model key information comprising a carrying model path;
the information generation module is used for generating browsing information according to the model key information carrying the model path and sending the browsing information to the application system so that the application system can display the browsing information through the Frame control.
6. A computer device comprising a memory and a processor, the memory having stored therein a computer program, the processor implementing the steps of the PDM integration method of any one of claims 1 to 4 when the computer program is executed.
7. A computer readable storage medium, characterized in that it has stored thereon a computer program which, when executed by a processor, implements the steps of the PDM integration method according to any one of claims 1 to 4.
CN201910998363.1A 2019-10-21 2019-10-21 PDM integration method, PDM integration device, computer equipment and storage medium Active CN110765610B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910998363.1A CN110765610B (en) 2019-10-21 2019-10-21 PDM integration method, PDM integration device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910998363.1A CN110765610B (en) 2019-10-21 2019-10-21 PDM integration method, PDM integration device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110765610A CN110765610A (en) 2020-02-07
CN110765610B true CN110765610B (en) 2023-11-24

Family

ID=69332287

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910998363.1A Active CN110765610B (en) 2019-10-21 2019-10-21 PDM integration method, PDM integration device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110765610B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112583930B (en) * 2020-12-25 2023-04-18 四川安迪科技实业有限公司 Data forwarding synchronization method, system and device for multi-independent system interaction

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010055177A (en) * 2008-08-26 2010-03-11 Nec Corp Method for starting application of information processing terminal, information processing terminal, and program
CN101770479A (en) * 2008-12-31 2010-07-07 北京亿阳信通软件研究院有限公司 Association relationship query method and device
CN106055325A (en) * 2016-05-27 2016-10-26 克拉玛依红有软件有限责任公司 Establishing method of service for supporting concurrent operation of multiple systems
CN110069461A (en) * 2019-04-26 2019-07-30 成都四方伟业软件股份有限公司 Data sharing method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010055177A (en) * 2008-08-26 2010-03-11 Nec Corp Method for starting application of information processing terminal, information processing terminal, and program
CN101770479A (en) * 2008-12-31 2010-07-07 北京亿阳信通软件研究院有限公司 Association relationship query method and device
CN106055325A (en) * 2016-05-27 2016-10-26 克拉玛依红有软件有限责任公司 Establishing method of service for supporting concurrent operation of multiple systems
CN110069461A (en) * 2019-04-26 2019-07-30 成都四方伟业软件股份有限公司 Data sharing method and device

Also Published As

Publication number Publication date
CN110765610A (en) 2020-02-07

Similar Documents

Publication Publication Date Title
CN104484171B (en) Terminal interface design system, method and relevant device
CN111079047B (en) Web-oriented page construction system
CN113435846A (en) Business process arranging method and device, computer equipment and storage medium
CN112631924A (en) Automatic testing method and device, computer equipment and storage medium
CN111444171B (en) Method, device and storage medium for generating value-added tax payment statement
CN113342249B (en) Content management method, device, equipment and storage medium capable of previewing in real time
CN113157523B (en) Service monitoring method and device, computer equipment and storage medium
CN112860662B (en) Automatic production data blood relationship establishment method, device, computer equipment and storage medium
CN110765610B (en) PDM integration method, PDM integration device, computer equipment and storage medium
CN112181437B (en) Gray release method and device based on Devops, computer equipment and storage medium
CN116974927A (en) Performance automatic test method, system, computer equipment and storage medium
CN117114618A (en) To-be-handled item follow-up method, system, computer equipment and storage medium
CN116956326A (en) Authority data processing method and device, computer equipment and storage medium
CN116450723A (en) Data extraction method, device, computer equipment and storage medium
CN114626352B (en) Report automatic generation method, device, computer equipment and storage medium
CN115712422A (en) Form page generation method and device, computer equipment and storage medium
CN114090066A (en) User interface card view generation method and device, computer equipment and medium
CN116108814B (en) Gantt chart processing method and device, computer equipment and storage medium
CN112507027B (en) Kafka-based incremental data synchronization method, device, equipment and medium
CN117111957A (en) Code generation method, device, computer equipment and storage medium
CN116932486A (en) File generation method, device, computer equipment and storage medium
CN117527561A (en) Function arrangement method, device, computer equipment and storage medium
CN117251159A (en) Rule page generation method, device, computer equipment and storage medium
CN114969482A (en) Method for automatically completing request by online configuration interface and related equipment thereof
CN117290019A (en) Interface calling method and device, computer equipment and storage medium

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