CN110765610A - PDM (product data management) integration method and device, computer equipment and storage medium - Google Patents

PDM (product data management) integration method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN110765610A
CN110765610A CN201910998363.1A CN201910998363A CN110765610A CN 110765610 A CN110765610 A CN 110765610A CN 201910998363 A CN201910998363 A CN 201910998363A CN 110765610 A CN110765610 A CN 110765610A
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.)
Granted
Application number
CN201910998363.1A
Other languages
Chinese (zh)
Other versions
CN110765610B (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

Images

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 invention 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 piece of service data corresponds to a service identifier; determining model data corresponding to the business data, and creating a model data object according to the model data; and establishing the associated information of the model data object and the service identifier, and synchronizing the associated information to the application system. The PDM integration method provided by the invention is used for dealing with data interaction between an application system and a PDM system of nuclear power plant equipment, and the model data object is created according to the model data, so that the model data object is synchronized to the application system, the communication between the application system and the PDM system is completed, and the efficiency of interactive transmission of the model data is improved.

Description

PDM (product data management) integration method and device, computer equipment and storage medium
Technical Field
The present invention relates to the field of system integration technologies, and in particular, to a PDM integration method and apparatus, a computer device, and a 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 functions of the three-dimensional model, including: three-dimensional design software plug-in integration, model version control, structured storage, model approval and the like, so that in actual production, 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 (i.e., an equipment design platform), and an "information isolated island" phenomenon occurs.
In the process of implementing the present application, the inventor finds that the prior art has at least the following problems: by adopting the mode, the transmission speed is influenced when the model is larger, so that the data transmission efficiency is lower, meanwhile, although the application system and the PDM system realize data intercommunication, the information isolated 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 realizing efficient data intercommunication is needed, which is a difficult problem to be solved urgently.
Disclosure of Invention
The invention aims to: a PDM integration method, device, computer equipment and storage medium are provided to improve the efficiency of data intercommunication between an application system and a PDM system.
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 piece of service data corresponds to a service identifier;
determining model data corresponding to the business data, and creating a model data object according to the model data;
and establishing the associated information of the model data object and the service identifier, and synchronizing the associated information to the application system.
Further, said creating a model data object from said model data comprises:
extracting model key information of the obtained 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;
packing the key information of the model to obtain packed 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.
Further, the synchronizing of the associated information to the application system is realized by a Web Service.
Further, after the establishing of the association information between the model data object and the service identifier and the synchronizing of the association information to the application system, the method further includes:
if an online viewing request sent by the application system is received, acquiring a target service identifier contained in the online viewing request;
determining the associated information corresponding to the target service identifier from the associated information 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 of the model-carrying 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 path in the model key information to obtain a target path;
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 establishing of the association information between the model data object and the service identifier and the synchronizing of 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, examining and approving the modification request through an online examination and verification;
and if the online auditing result passes, setting the model state as a changeable state, modifying the model data, and after receiving the message of finishing modification, setting the modified model state of the model data as an applied state.
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 an application system, wherein each piece of service data corresponds to a service identifier;
the object creating module is used for determining model data corresponding to the business data and creating a model data object according to the model data;
and the information synchronization module is used for establishing the associated information of the model data object and the service identifier and synchronizing the associated 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 packing processing unit is used for packing the model key information to obtain packed data in a Json format;
and the data object generating unit is used for calling a preset model data creating service interface and generating a model data object according to the packed data.
Further, the PDM integrated device further includes:
the request response module is used for acquiring a target service identifier contained in an 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 including a carrying model path;
and the information generation module is used for generating browsing information according to the model key information of the model-carrying path and sending the browsing information to the application system so that the application system displays the browsing information through the Frame control.
Further, the information generation module includes:
the path determining unit is used for performing character string splicing processing on the model path in the model key information to obtain a target path;
the path analysis unit is used for analyzing the target path through a PDM Web control and acquiring data information corresponding to the target path;
and the information generating unit is used for generating browsing information according to the data information.
Further, the PDM integrated device further includes:
the state initialization module is used for setting the model state of the model data to be an applied state, wherein when the model state is set to be the applied state, the model data is locked;
the online auditing module is used for auditing the modification request through online auditing 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 modified model state of the 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, which includes 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 invention further provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of the method for displaying an interface described above.
Compared with the prior art, the embodiment of the application mainly has the following beneficial technical effects:
the method comprises the steps of receiving business data sent by an application system, wherein each piece of business data corresponds to a business identifier, determining model data corresponding to the business data, creating a model data object according to the model data, creating associated information of the model data object and the business identifiers, and synchronizing the associated information to the application system.
Drawings
In order to more clearly illustrate the solution of the present application, the drawings needed for describing the embodiments of the present application will be briefly described below, and it is obvious that the drawings in the following description are some embodiments of the present application, and that other drawings can be obtained by those skilled in the art without inventive effort.
FIG. 1 is an exemplary system architecture diagram in which the present application may be applied;
FIG. 2 is a flow diagram of one embodiment of a PDM integration method of the present application;
FIG. 3 is a schematic block diagram of one embodiment of a PDM integrated device according to the present application;
FIG. 4 is a schematic block diagram of one embodiment of a computer device according to 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 application herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the application; the terms "including" and "having," and any variations thereof, in the description and claims of this application and the description of the above figures are intended to cover non-exclusive inclusions. The terms "first," "second," and the like in the description and claims of this application or in the above-described drawings are used for distinguishing between different objects and not for describing a particular order.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the application. The appearances of the phrase 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. It is explicitly and implicitly understood by one skilled in the art that the embodiments described herein can be combined with other embodiments.
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings.
As shown in fig. 1, the system architecture 100 may include terminal devices 101, 102, 103, a network 104, and a server 105. The network 104 serves as a medium for providing communication links between the terminal devices 101, 102, 103 and the server 105. Network 104 may include various connection types, such as wired, wireless communication links, or fiber optic cables, to name a few.
The user may use the terminal devices 101, 102, 103 to interact with the server 105 via the network 104 to receive or send messages or the like.
The terminal devices 101, 102, 103 may be various electronic devices having display screens and supporting web browsing, including but not limited to smart phones, tablet computers, E-book readers, MP3 players (Moving Picture E interface displays a properties Group Audio Layer III, mpeg compression standard Audio Layer 3), MP4 players (Moving Picture E interface displays a properties Group Audio Layer IV, mpeg compression standard Audio Layer 4), laptop and desktop computers, and the like.
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 in the embodiments of the present application is executed by a server, and accordingly, the PDM integration apparatus 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 needs, and the terminal devices 101, 102 and 103 in this embodiment may specifically correspond to an application system in actual production.
Continuing to refer to FIG. 2, a flow diagram 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 an application system, wherein each piece of service data corresponds to a service identifier.
In this embodiment, the server includes a PDM system, and the PDM system performs data interaction with the application system to implement a management function of the three-dimensional model of the nuclear power plant.
The PDM (Product Data Management) system, that is, the Product Data Management system, is used to manage all information related to the Product (including part information, configuration, structure, etc.), and can well implement various Management functions of the three-dimensional model of the Product, and a common system of the same kind further includes: SOLIDWORKS PDM, Windchill, TeamCenter, etc.
The application system related to the embodiment of the present application is a design platform of nuclear power equipment, the platform system is a management platform from service to design flow standardization in a design process of the nuclear power equipment, and a designer can carry out design work through the platform system.
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 the method is not particularly limited.
Specifically, the application system obtains an identifier of a designer transmitted from the outside through a Web Service technology, obtains Service data corresponding to the identifier of the designer, and transmits the Service data to the server in an interface mode.
The service data refers to an object in the application system, such as a design task of an equipment design platform, that needs to obtain and associate PDM system model data.
The Web Service is a self-description and self-contained available network module, can execute specific Service functions according to the Web Service technology, and can enable different applications running on different machines to exchange data or be integrated 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, the designer determines model data corresponding to the business data according to the business data and the actual production needs, 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 business data is trend monitoring of a traffic congestion degree of a certain area, and after analysis is performed in combination with an actual situation of the area, determined model data includes: population distribution models, traffic route distribution models, office location distribution models, upload distribution models, and the like.
It should be noted that the model data is preset and can be adjusted and modified as needed, and the key information in the model data preferably includes the model ID, the model data name, the template version, and the model path.
The model data object is an object used for uniquely identifying the model after packaging the key information in the model data.
The model path refers to a path of the model data in the PDM system.
It is easy to understand that 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 of subsequent interaction is reduced by encapsulating the key information of the model data into a model data object, and the efficiency of data interaction is ensured.
S203: and establishing the associated information of the model data object and the service identifier, and synchronizing the associated 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, and then when specific model data needs to be acquired, the corresponding model data can be determined according to the associated information, and the corresponding model data is acquired from the PDM system through the interface service, so that 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 the embodiment, the method includes the steps of receiving business data sent by an application system, wherein each piece of business data corresponds to one business identifier, determining model data corresponding to the business data, creating a model data object according to the model data, creating associated information of the model data object and the business identifiers, and synchronizing the associated information to the application system.
In some optional implementations of this embodiment, the step S202 of creating the model data object according to the model data includes:
extracting model key information of the obtained 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;
packing the key information of the model to obtain packed 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 obtained model data, packaging and packaging the model key information to obtain packaged data in a Json format with a 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 the selection of the model key information, the selection may be intervened and selected manually when the selection of the model key information is performed.
The Json (Json Object Notation) format is a lightweight data exchange format. It stores and represents data in a text format that is completely independent of the programming language, based on a subset of ECMAScript (js specification set by the european computer association). The compact and clear hierarchy makes the Json format an ideal data exchange language. It is easy to understand that, in this embodiment, the packed data is encapsulated into the Json format, which is beneficial to accelerating the data conversion speed on one hand, and on the other hand, the uniform format data is used, which is also convenient for interface identification, and improves the interface calling identification efficiency.
In the embodiment, the model key information of the obtained model data is extracted, then the model key information is packaged to obtain the packaged data in the Json format, a preset model data creation service interface is called, the model data object is generated according to the packaged data, the generation of the model data object is realized, the data volume needing to be transmitted when the data browsing interaction is carried out subsequently in real time is reduced, and the data transmission efficiency is improved.
In some optional implementation manners of this embodiment, after establishing the 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 viewing request sent by an application system is received, acquiring a target service identifier contained in the online viewing request;
determining associated information corresponding to the target service identifier from the associated information 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 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, associated information corresponding to the target service identifier is determined from the synchronized associated information and is used as target associated information, the target associated information is analyzed, model key information including a model-carrying path is obtained, browsing information is generated according to the model key information of the model-carrying 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, associated information corresponding to the target service identifier is determined from the associated information and is used as target associated information, the target associated information is analyzed, model key information including a model-carrying path is obtained, and finally, browsing information is generated according to the model key information including the model-carrying path and 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 model data.
In some optional implementation manners of this embodiment, generating browsing information according to the model key information carrying the model path includes:
performing character string splicing processing on the model path in the model key information to obtain a target path;
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, a model path in the model key information is a preset path in the PDM system, model data needs to be displayed in an online browsing manner, the model path needs to be converted to obtain a target path that can be identified and analyzed by the PDM Web control, and then data stored in the target path is read to generate browsing information.
The PDM Web control is a Web control which can be applied to a PDM system, and online display of model data can be realized through the PDM Web control.
Further, the server analyzes the model path in the key information of the model to obtain a character string, and then splices the character string according to the analysis condition corresponding to the PDM Web control to obtain a target path.
In this embodiment, a model path in the key information of the model is subjected to character string splicing processing to obtain a target path, the target path is analyzed through the PDM Web control, data information corresponding to the target path is obtained, browsing information is generated according to the data information, and conversion of the model path is realized, so that a fixed model path can be converted into a path supporting online browsing according to actual needs, and the efficiency of generating browsing information is improved.
In some optional implementation manners of this embodiment, after creating the 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:
setting the model state of the model data to be an applied state, wherein the model data is locked when the model state is set to be the applied state;
after receiving a modification request of the model data, examining and approving the modification request through online examination;
and if the online auditing result passes, setting the model state as a changeable state, modifying the model data, and after receiving the message of finishing modification, setting the modified model state of the model data as an applied state.
Specifically, after the synchronization of the model data is completed, the model state of the model data is initialized to the applied state, when the model data is in the applied state, the model data is locked, misoperation or unauthorized operation is avoided, the model data is modified when being used, system faults are caused, meanwhile, after the modification request of the model data is received, the modification request is approved in an online auditing mode, after the approval is passed, the interface calling of the model data is suspended, the model state of the model data is set to a changeable state for modification, after the modification of a designer is completed, the model state is set to the applied state again, and when the model data is called next time by an application system, the modified model data is synchronously displayed to the application system.
In the embodiment, the model state of the model data is initialized to the applied state, so that the synchronous model data is locked, when the designer adjusts and modifies the model data, the model state of the model data is set to the changeable state, the data locking is realized through the model state, the data consistency is ensured, and the data reliability is improved.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and can include the processes of the embodiments of the methods described above when the computer program is executed. The storage medium may be a non-volatile storage medium such as a magnetic disk, an optical disk, a Read-Only Memory (ROM), or a 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, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and may be performed in other orders unless explicitly stated herein. Moreover, at least a portion of the steps in the flow chart of the figure may include multiple sub-steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, which are not necessarily performed in sequence, but may be performed alternately or alternately with other steps or at least a portion of the sub-steps or stages of other steps.
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, which corresponds to the embodiment of the method shown in fig. 2, and which can be applied in various electronic devices.
As shown in fig. 3, the PDM integrated device according to this embodiment includes: an acquisition module 31, a calling module 32 and a configuration module 33. Wherein:
the data acquisition module 31 is configured to receive service data sent by an application system, where each piece of service data corresponds to a service identifier;
the object creating module 32 is used for determining model data corresponding to the business data and creating a model data object according to the model data;
and the information synchronization module 33 is configured to establish associated information between the model data object and the service identifier, and synchronize the associated 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 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;
a data packing processing unit 322, configured to pack the model key information to obtain packed data in a Json format;
and 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 packed 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 used for approving the modification request through online auditing after receiving the modification request of the model data;
and the state updating module 343 is configured to set the model state as a changeable state if the online audit result passes, modify the model data, and set the model state of the modified model data as an applied state after receiving the modification completion message.
Further, the PDM integrated device further includes:
the request response module 351 is configured to, if an online viewing request sent by an application system is received, obtain a target service identifier included in the online viewing request;
a target determining module 352, configured to determine, from the associated information, associated information corresponding to the target service identifier as target associated information;
the information analysis module 353 is used for analyzing the target associated 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 of the model-carrying 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 unit 354 includes:
a path determining unit 3541, configured to perform string splicing processing on the model path in the model key information to obtain a target path;
the path analysis unit 3542 is configured to analyze the target path through the PDM Web control and acquire data information corresponding to the target path;
an information generating unit 3543 for generating browsing information according to the data information.
With regard to the PDM integrated device in the above embodiment, the specific manner in which each module performs operations has been described in detail in the embodiment related to the method, and will not be elaborated here.
In order to solve the technical problem, an embodiment of the present application further provides a computer device. Referring to fig. 4, fig. 4 is a block diagram of a basic structure 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 the computer device 4 having the components connection memory 41, processor 42, network interface 43 is shown, but it is understood that not all of the shown components are required to be implemented, and that more or fewer components may be implemented instead. As will be understood by those skilled in the art, the computer device is a device capable of automatically performing numerical calculation and/or information processing according to a preset or stored instruction, and the hardware includes, but is not limited to, a microprocessor, an Application Specific Integrated Circuit (ASIC), a Programmable Gate Array (FPGA), a Digital Signal Processor (DSP), an embedded device, and the like.
The computer device can be a desktop computer, a notebook, a palm computer, a cloud server and other computing devices. The computer equipment can carry out man-machine interaction with a user through a keyboard, a mouse, a remote controller, a touch panel or voice control equipment and the like.
The memory 41 includes at least one type of readable storage medium including a 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 memory 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 memory Card (Flash Card), and the like, which are provided on the computer device 4. Of course, the memory 41 may also include both internal and external storage devices of the computer device 4. In this embodiment, the memory 41 is generally used for storing an operating system installed in the computer device 4 and various types of application software, such as program codes of the PDM integration method. Further, the memory 41 may also 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 (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, and the network interface 43 is generally used for establishing communication connection between the computer device 4 and other electronic devices.
The present application further provides another embodiment, which is to provide a computer-readable storage medium storing an interface display program, which is 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.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present application may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal device (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present application.
It should be understood that the above-described embodiments are only some of the embodiments of the present application, and not all of the embodiments, and the preferred embodiments of the present application are shown in the drawings, which should not be construed as limiting the scope of the present application. This application is capable of embodiments in many different forms and is provided for the purpose of enabling a thorough understanding of the disclosure of the application. Although the present application has been described in detail with reference to the foregoing embodiments, it will be apparent to one skilled in the art that the present application may be practiced without modification or with equivalents of some of the features described in the foregoing embodiments. All equivalent structures made by using the contents of the specification and the drawings of the present application are directly or indirectly applied to other related technical fields and are within the protection scope of the present application.

Claims (10)

1. A PDM integration method, comprising:
receiving service data sent by an application system, wherein each piece of service data corresponds to a service identifier;
determining model data corresponding to the business data, and creating a model data object according to the model data;
and establishing the associated information of the model data object and the service identifier, and synchronizing the associated information to the application system.
2. The PDM integration method of claim 1, wherein the creating a model data object from the model data comprises:
extracting model key information of the obtained 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;
packing the key information of the model to obtain packed 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.
3. The PDM integration method of claim 1, wherein the synchronizing the association information to the application system is implemented by means of Web Service.
4. The PDM integration method of claim 2, wherein after establishing the association information between the model data object and the service identifier and synchronizing the association information to the application system, the method further comprises:
if an online viewing request sent by the application system is received, acquiring a target service identifier contained in the online viewing request;
determining the associated information corresponding to the target service identifier from the associated information 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 of the model-carrying path, and sending the browsing information to the application system so that the application system displays the browsing information through a Frame control.
5. The PDM integration method of claim 4, wherein the generating browsing information according to the model key information carrying the model path comprises:
performing character string splicing processing on the model path in the model key information to obtain a target path;
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.
6. The PDM integration method according to any one of claims 1 to 5, wherein the model data corresponds to a model state, and after the establishing of the association information between the model data object and the service identifier and the synchronizing of the association information to the application system, the PDM integration method further comprises:
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, examining and approving the modification request through an online examination and verification;
and if the online auditing result passes, setting the model state as a changeable state, modifying the model data, and after receiving the message of finishing modification, setting the modified model state of the model data as an applied state.
7. A PDM integrated device, comprising:
the data acquisition module is used for receiving service data sent by an application system, wherein each piece of service data corresponds to a service identifier;
the object creating module is used for determining model data corresponding to the business data and creating a model data object according to the model data;
and the information synchronization module is used for establishing the associated information of the model data object and the service identifier and synchronizing the associated information to the application system.
8. The PDM integrated device of claim 7, wherein the object creation module comprises:
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 packing processing unit is used for packing the model key information to obtain packed data in a Json format;
and the data object generating unit is used for calling a preset model data creating service interface and generating a model data object according to the packed data.
9. A computer device comprising a memory having stored therein a computer program and a processor implementing the steps of the PDM integration method as claimed in any one of claims 1 to 6 when executing the computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored thereon, which computer program, when being executed by a processor, realizes the steps of the PDM integration method according to any one of claims 1 to 6.
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 true CN110765610A (en) 2020-02-07
CN110765610B 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)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112583930A (en) * 2020-12-25 2021-03-30 四川安迪科技实业有限公司 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

Cited By (1)

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

Also Published As

Publication number Publication date
CN110765610B (en) 2023-11-24

Similar Documents

Publication Publication Date Title
US11132114B2 (en) Method and apparatus for generating customized visualization component
CN105718313A (en) Application operation method and device
CN113435846A (en) Business process arranging method and device, computer equipment and storage medium
CN112631910A (en) Front-end testing method and device, computer equipment and storage medium
CN112416458A (en) Preloading method and device based on ReactNative, computer equipment and storage medium
CN113536185B (en) Application page loading method, storage medium and related equipment
CN112631924A (en) Automatic testing method and device, computer equipment and storage medium
CN115098186A (en) Project processing method and device, computer equipment and storage medium
CN112631911A (en) Automatic testing method and device, computer equipment and storage medium
CN112631884A (en) Pressure measurement method and device based on data synchronization, computer equipment and storage medium
CN115794437A (en) Calling method and device of microservice, computer equipment and storage medium
CN113434254B (en) Client deployment method, client deployment apparatus, computer device, and storage medium
CN113157523B (en) Service monitoring method and device, computer equipment and storage medium
CN110765610B (en) PDM integration method, PDM integration device, computer equipment and storage medium
CN116956326A (en) Authority data processing method and device, computer equipment and storage medium
CN116431200A (en) Configuration method, device, equipment and storage medium for application data configuration information
CN114090066A (en) User interface card view generation method and device, computer equipment and medium
CN114637672A (en) Automatic data testing method and device, computer equipment and storage medium
CN114143308A (en) File uploading information processing method and device, computer equipment and storage medium
CN112328940A (en) Method and device for embedding transition page into webpage, computer equipment and storage medium
CN111552898A (en) Flowchart drawing method and device based on Html5, computer equipment and storage medium
CN108811036A (en) Method and apparatus for showing wireless access point information
CN113360172B (en) Application deployment method, device, computer equipment and storage medium
CN115344265A (en) Code generation method and device, computer equipment and storage medium
CN115080045A (en) Link generation 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