CN112698932A - Industrial application program calling method and device, computer equipment and storage medium - Google Patents

Industrial application program calling method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN112698932A
CN112698932A CN202110304895.8A CN202110304895A CN112698932A CN 112698932 A CN112698932 A CN 112698932A CN 202110304895 A CN202110304895 A CN 202110304895A CN 112698932 A CN112698932 A CN 112698932A
Authority
CN
China
Prior art keywords
industrial application
application program
target
target industrial
calling
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.)
Pending
Application number
CN202110304895.8A
Other languages
Chinese (zh)
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 Academy of Information and Communications Technology CAICT
Original Assignee
China Academy of Information and Communications Technology CAICT
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 Academy of Information and Communications Technology CAICT filed Critical China Academy of Information and Communications Technology CAICT
Priority to CN202110304895.8A priority Critical patent/CN112698932A/en
Publication of CN112698932A publication Critical patent/CN112698932A/en
Pending legal-status Critical Current

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/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • 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/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • G06F9/5038Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the execution order of a plurality of tasks, e.g. taking priority or time dependency constraints into consideration
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/48Indexing scheme relating to G06F9/48
    • G06F2209/482Application

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the application provides an industrial application program calling method and device, computer equipment and a storage medium. The method comprises the following steps: receiving a calling request of a target industrial application program sent by a client, wherein the calling request comprises a first coding identifier associated with the target industrial application program, analyzing the calling request, and determining the position information of the target industrial application program according to the first coding identifier, so that the client calls the target industrial application program according to the position information. By adopting the method, cross-platform calling and management can be carried out on each industrial application program.

Description

Industrial application program calling method and device, computer equipment and storage medium
Technical Field
The present application relates to the field of industrial interconnection technologies, and in particular, to a method and an apparatus for calling an industrial application program, a computer device, and a storage medium.
Background
Currently, more and more enterprises have relegated the success of enterprises to the use of the most advanced industrial applications in various stages of the product lifecycle. For example, in the design and manufacturing process of a wave phone 787, 8000 industrial applications, only about 1000 traditional commercial applications and 7000 non-commercial industrial applications developed by interior engineers, are used. Meanwhile, in some general internet platforms, application development environments and services are provided for users worldwide, and users can use more and more industrial applications and dynamic development ecosystems. However, large-scale industrial applications are developed by the enterprise itself or third parties and uploaded to different platforms, which causes difficulties in the management and service of the industrial applications.
Disclosure of Invention
In order to solve one of the technical defects, embodiments of the present application provide an industrial application calling method, an apparatus, a computer device, and a storage medium.
An embodiment of a first aspect of the present application provides an industrial application calling method, where the method includes:
receiving a calling request of a target industrial application program sent by a client, wherein the calling request comprises a first coding identifier associated with the target industrial application program;
and analyzing the calling request, and determining the position information of the target industrial application program according to the first coding identification, so that the client calls the target industrial application program according to the position information.
In one embodiment, the receiving a call request of a target industrial application sent by a client further includes:
receiving an acquisition request of an industrial application program associated with a target object, which is sent by the client, wherein the acquisition request comprises a second coding identifier associated with the target object;
and analyzing the acquisition request, and determining at least one target industrial application program to be called according to the second code identification.
In one embodiment, the determining the location information of the target industrial application according to the coded identifier further comprises:
receiving a credible verification request of an internet platform;
and determining whether the source of the target industrial application program is credible according to the credibility verification request.
In one embodiment, the method further comprises:
and when the industrial application program is released, the industrial application program is coded through a service platform, and the first coded identifier and the second coded identifier are determined.
In one embodiment, the method further comprises:
according to the preset times of industrial application program calling, generating a calling relation chain;
determining a level value of the industrial application program according to the calling relation chain;
and sequencing the industrial application programs according to the level values, so that the client determines at least one target industrial application program to be called according to the sequenced industrial application programs.
An embodiment of a second aspect of the present application provides an industrial application program calling method, where the method includes:
sending a calling request of a target industrial application program to a service platform, wherein the calling request comprises a first coding identifier associated with the target industrial application program, so that the service platform determines the position information of the target industrial application program according to the first coding identifier in the calling request;
and receiving the position information of the target industrial application program fed back by the service platform, and calling the target industrial application program according to the position information.
In one embodiment, the sending the target industrial application call request to the service platform further comprises:
sending an acquisition request of an industrial application program associated with a target object, wherein the acquisition request comprises a second code identifier associated with the target object, so that the service platform determines at least one target industrial application program to be called according to the second code identifier in the acquisition request.
In a third aspect of the present application, an industrial application calling device is provided, where the device includes:
the system comprises a first receiving module, a second receiving module and a third receiving module, wherein the first receiving module is used for receiving a calling request of a target industrial application program sent by a client, and the calling request comprises a first coding identifier associated with the target industrial application program;
and the first analysis module is used for analyzing the calling request and determining the position information of the target industrial application program according to the first coding identifier so that the client calls the target industrial application program according to the position information.
An embodiment of a fourth aspect of the present application provides an industrial application calling apparatus, including:
the system comprises a first sending module, a second sending module and a third sending module, wherein the first sending module is used for sending a calling request of a target industrial application program to a service platform, and the calling request comprises a first coding identifier associated with the target industrial application program, so that the service platform determines the position information of the target industrial application program according to the first coding identifier in the calling request;
and the second receiving module is used for receiving the position information of the target industrial application program fed back by the service platform and calling the target industrial application program according to the position information.
An embodiment of a fifth aspect of the present application provides a service platform, where the service platform is configured to:
receiving a calling request of a target industrial application program sent by a client, wherein the calling request comprises a first coding identifier associated with the target industrial application program;
and analyzing the calling request, and determining the position information of the target industrial application program according to the first coding identification, so that the client calls the target industrial application program according to the position information.
An embodiment of a sixth aspect of the present application provides a client, where the client is configured to:
sending a calling request of a target industrial application program to a service platform, wherein the calling request comprises a first coding identifier associated with the target industrial application program, so that the service platform determines the position information of the target industrial application program according to the first coding identifier in the calling request;
and receiving the position information of the target industrial application program fed back by the service platform, and calling the target industrial application program according to the position information.
An embodiment of a seventh aspect of the present application provides a computer device, including a memory and a processor, where the memory stores a computer program, and the processor implements the following steps when executing the computer program:
receiving a calling request of a target industrial application program sent by a client, wherein the calling request comprises a first coding identifier associated with the target industrial application program;
and analyzing the calling request, and determining the position information of the target industrial application program according to the first coding identification, so that the client calls the target industrial application program according to the position information.
An eighth aspect of the present application provides a computer device, including a memory and a processor, where the memory stores a computer program, and the processor implements the following steps when executing the computer program:
sending a calling request of a target industrial application program to a service platform, wherein the calling request comprises a first coding identifier associated with the target industrial application program, so that the service platform determines the position information of the target industrial application program according to the first coding identifier in the calling request;
and receiving the position information of the target industrial application program fed back by the service platform, and calling the target industrial application program according to the position information.
An embodiment of a ninth aspect of the present application provides a computer-readable storage medium, on which a computer program is stored, which when executed by a processor, implements the steps of:
receiving a calling request of a target industrial application program sent by a client, wherein the calling request comprises a first coding identifier associated with the target industrial application program;
and analyzing the calling request, and determining the position information of the target industrial application program according to the first coding identification, so that the client calls the target industrial application program according to the position information.
A tenth aspect of the present application provides a computer-readable storage medium, on which a computer program is stored, which when executed by a processor implements the steps of:
sending a calling request of a target industrial application program to a service platform, wherein the calling request comprises a first coding identifier associated with the target industrial application program, so that the service platform determines the position information of the target industrial application program according to the first coding identifier in the calling request;
and receiving the position information of the target industrial application program fed back by the service platform, and calling the target industrial application program according to the position information.
In the method, the apparatus, the computer device, and the storage medium for calling the industrial application program provided by this embodiment, the service platform receives a call request of the target industrial application program sent by the client, where the call request includes a first code identifier associated with the target industrial application program, analyzes the call request, and determines location information of the target industrial application program according to the first code identifier, so that the client calls the target industrial application program according to the location information. The calling request is analyzed, and the position information of the target industrial application program is determined according to the first code identification, so that the position information of each industrial application program developed by a manufacturing enterprise or a third party can be obtained, and cross-platform calling and management can be performed on each industrial application program according to the position information.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
FIG. 1 is a flow diagram that illustrates a method for invoking an industrial application that is applied to a service platform, according to an embodiment;
FIG. 2 is a schematic representation of a coded identification in one embodiment;
FIG. 3 is a schematic diagram of interactions in an industrial application call in one embodiment;
FIG. 4 is a schematic diagram of an industrial application invocation relationship chain in one embodiment;
FIG. 5 is a flow diagram that illustrates a method for industrial application invocation at a client, in accordance with an embodiment;
FIG. 6 is a block diagram of an industrial application invocation device applied to a service platform in one embodiment;
FIG. 7 is a block diagram of an industrial application calling device applied to a client in one embodiment;
FIG. 8 is an internal block diagram of a computer device in one embodiment.
Detailed Description
In order to make the technical solutions and advantages of the embodiments of the present application more apparent, the following further detailed description of the exemplary embodiments of the present application with reference to the accompanying drawings makes it clear that the described embodiments are only a part of the embodiments of the present application, and are not exhaustive of all embodiments. It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict.
In one embodiment, as shown in fig. 1, a cross-platform industrial application calling method based on industrial internet identity resolution is provided, which takes a service platform as an execution subject and includes the following steps:
step S11, receiving a calling request of a target industrial application program sent by a client, wherein the calling request comprises a first code identification associated with the target industrial application program.
In this example, the industrial application, also called industrial APP, is a formal industrial application that bears industrial technical knowledge, experience, and rules, and is a main result of industrial technology software. The industrial application program is an industrial application program which can be efficiently reused and widely spread and is formed by packaging and solidifying various industrial technical elements such as processes, methods, data, information, rules, experiences, knowledge and the like in the industrial field through data modeling and analysis, structured arrangement and systematic abstract extraction to solve specific problems and meet specific requirements and packaging the industrial technical elements based on uniform standards.
The client can respond to the operation of a user or utilize a preset program to generate a calling request for a target industrial application program, and then sends the calling request to the service platform.
The service platform is a pre-established contact link for realizing that each client calls the industrial application program of each Internet platform. When a user releases a certain industrial application program, the industrial application program is coded through the service platform, and a first code identification (the code identification can also be called as an industrial internet identification) such as the code of the industrial application program is determined. Each first coded identification corresponds to a target industrial application.
Optionally, the client may generate a call request for the plurality of target industrial applications in response to an operation of a user or by using a preset program, where the call request includes a plurality of first encoding identifiers associated with the plurality of target industrial applications.
Step S12, parsing the call request, and determining the location information of the target industrial application according to the first encoding identifier, so that the client calls the target industrial application according to the location information.
Wherein the location information indicates which specific location of which internet platform the industrial application is at. That is, the location information includes information of an internet platform where the corresponding industrial application program is located and a location on the internet platform; the internet platform information may be information such as an identifier that can refer to a corresponding internet platform, and has uniqueness.
The service platform can be used for building and deploying a primary node, and building the primary node and a plurality of secondary nodes built by enterprises at all levels, wherein the primary node is some cities such as Beijing Shanghai Shenzhen, and the secondary nodes are two-three line cities and the like.
In this embodiment, after obtaining the first code identifier, the service platform sends the first code identifier to the primary node, forwards the first code identifier to the secondary node by using the primary node, and analyzes the first code identifier by using the secondary node to determine the location information of the target industrial application program. Or the first coding identifier is directly analyzed by the primary node, and the position information of the target industrial application program is determined. The determination of the location information of the industrial application program by using the primary node and/or the secondary node belongs to the conventional technical means in the field, and is not described herein again.
In this embodiment, after obtaining the location information of the target industrial application program returned by the primary node, the service platform sends the location information to the client, and the client can call the target industrial application program according to the location information.
According to the industrial application program calling method, the service platform receives a calling request of the target industrial application program sent by the client, the calling request comprises a first coding identifier associated with the target industrial application program, the calling request is analyzed, and the position information of the target industrial application program is determined according to the first coding identifier, so that the client calls the target industrial application program according to the position information. The calling request is analyzed, and the position information of the target industrial application program is determined according to the first code identification, so that the position information of each industrial application program developed by a manufacturing enterprise or a third party can be obtained, and cross-platform calling and management can be performed on each industrial application program according to the position information.
In one embodiment, step S11 receives a call request of a target industrial application sent by a client, where the call request includes a first encoded identifier associated with the target industrial application, and before the step, the method further includes:
receiving an acquisition request of an industrial application program associated with a target object, which is sent by the client, wherein the acquisition request comprises a second coding identifier associated with the target object; and analyzing the acquisition request, and determining at least one target industrial application program to be called according to the second code identification.
The target object is a target object involved in an industrial product in an industrial design and/or manufacturing process of a user, for example, the target object is a bearing, and the industrial application associated with the target object may include a bearing design industrial application, a bearing process industrial application, a bearing simulation industrial application, a bearing phantom industrial application, a bearing production industrial application, a bearing monitoring industrial application, a bearing quality industrial application, and the like.
The client can respond to the operation of a user or utilize a preset program to generate an acquisition request for the industrial application program associated with the target object, and then sends the acquisition request to the service platform.
When a user releases a certain industrial application program, the industrial application program is coded through the service platform, and the first coding identification and the second coding identification are determined. As shown in fig. 2, the second coding identifier may be coding information of a type, an industry, a region, and the like, and at least one industrial application conforming to the second coding identifier may be determined according to the second coding identifier, and the industrial application conforming to the second coding identifier may be displayed on an interface of the client. And then, automatically generating a calling request for the displayed industrial application programs according to a preset program, or responding to the selection operation of a user on one or more industrial application programs and generating a calling request for the selected industrial application program.
The first coding identification and the second coding identification comprise object names, industries to which the objects belong, stages to which the objects belong, codes of the objects, standard numbers, version numbers and the like.
Optionally, the phases of the product lifecycle can be set as a named attribute, and different coded identifiers can be generated for industrial applications of different software lifecycles, so that the industrial applications can be managed according to different product lifecycles, and the components can be more easily configured according to different software lifecycles.
According to the industrial application program calling method, the service platform receives an acquisition request of the industrial application program which is sent by the client and is associated with the target object, the acquisition request comprises a second coding identifier which is associated with the target object, the acquisition request is analyzed, and at least one target industrial application program to be called is determined according to the second coding identifier. And then, the service platform receives a calling request of the target industrial application program sent by the client, wherein the calling request comprises a first coding identifier associated with the target industrial application program, analyzes the calling request, and determines the position information of the target industrial application program according to the first coding identifier, so that the client calls the target industrial application program according to the position information. The calling request is analyzed, and the position information of the target industrial application program is determined according to the first code identification, so that the position information of each industrial application program developed by a manufacturing enterprise or a third party can be obtained, and cross-platform calling and management can be performed on each industrial application program according to the position information.
In one embodiment, the step S12 is to determine the location information of the target industrial application according to the coded identifier, and then further comprises:
receiving a credible verification request of an internet platform; and determining whether the source of the target industrial application program is credible according to the credibility verification request.
In this embodiment, as shown in fig. 3, after the service platform feeds back the location information of the target industrial application program to the client, the client calls the target industrial application program according to the location information, at this time, after receiving the call of the client to the target industrial application program, the internet platform sends a trusted verification request to the service platform, the service platform determines whether the source of the target industrial application program is trusted according to the trusted verification request, if the source is trusted, the source is fed back to the internet platform, the internet platform starts the target industrial application program, if the source is not trusted, the internet platform feeds back the source to the internet platform, the source is not trusted, and the internet platform does not start the target industrial application program.
Optionally, a calling relation chain is generated according to the preset times of industrial application program calling; determining a level value of the industrial application program according to the calling relation chain; and sequencing the industrial application programs according to the level values, so that the client determines at least one target industrial application program to be called according to the sequenced industrial application programs.
In this embodiment, after the industrial application is used in the internet platform for a period of time, a call relation chain is generated after a preset number of calls is satisfied. For example, how many times each industrial application has been called, which large enterprises have called, etc. of the calling relationship chain or the mutual calling logical relationship of the industrial applications as shown in fig. 3, for example, after the bearing design industrial application, the bearing simulation industrial application or the bearing process industrial application needs to be called, and after the bearing process industrial application, the bearing phantom industrial application or the bearing production industrial application needs to be called. Wherein APP in fig. 3 represents an industrial application.
Alternatively, a chain of calling relationships, as shown in FIG. 4, comprising A, B, C and D industrial applications, from which a level value (PR value) of an industrial application can be determined. Wherein the process of determining the PR value comprises the following steps: the PR vector is initialized, which is a vector of N × 1, N is the number of the industrial applications in the graph, and the initial value of the vector element is the level value (for example, it may be a percentage normalization) given to the industrial application by the client. Then, a transition matrix is generated, for example, if there are only four industrial applications in the graph, where A has 3 out-links, if there are k out-links in an industrial application, then the probability of jumping to any one out-link is 1/k, the probability of going to B and C is 1/2 for D to B and C, and the probability of B to C is 0. The transition probability of an industrial application call is generally expressed by a transition matrix, where if n is the number of industrial applications, the transition matrix M is a square matrix of n x n, and if the industrial applications are calledjThere are kOut-chaining, then for each out-chained directed industrial applicationiHaving M [ i ]][j]=1/k, and M [ i ] of other industrial applications][j]=0, the transition matrix corresponding to fig. 4 is as follows:
Figure 508092DEST_PATH_IMAGE001
iterations are calculated as follows until convergence, the determination of the convergence condition Δ ε < 1 × e-6.
Figure 73941DEST_PATH_IMAGE002
Wherein, V1Is a PR vector after one iteration; a is a damping coefficient, and is usually 0.8; e is a vector with all elements of 1/N and the length of N; v0Is the initialized PR vector.
Because the number of industrial applications is huge, the dimension of the transformation matrix may be hundreds of thousands or even millions, and one-time calculation is not possible, so that Mapreduce is needed to calculate the PR vector, and the specific process is as follows: each Internet platform forms a local txt file by the link records of the industrial application program of the platform and performs Map operation for the first time; then, carrying out Reduce on the data obtained after Map operation according to the codes of the industrial application programs; performing Map operation again according to the transfer matrix; summarizing the results of each internet platform to a service platform for the last Reduce, and summing the corresponding values according to the codes of each industrial application program to obtain a PR value; the industrial applications are sorted by PR value using a sorting algorithm. Wherein the ranking result may indicate the importance of the industrial application, etc.
Optionally, gaussian fitting is performed on the score value given by the user to the industrial application program, if the fitted value and the score value variance are greater than a threshold value, the score value of the user is considered to be random, and the weight is multiplied by 0.5, so that the PR value of the industrial application program can be accurately determined, the user can know which industrial application programs are important industrial application programs according to the PR value, and the user experience is improved.
In one embodiment, as shown in fig. 5, a cross-platform industrial application calling method based on industrial internet identity resolution is provided, which takes a client as an execution subject and includes the following steps:
step S51, sending a calling request of the target industrial application program to a service platform, wherein the calling request comprises a first coding identifier associated with the target industrial application program, so that the service platform determines the position information of the target industrial application program according to the first coding identifier in the calling request.
And step S52, receiving the position information of the target industrial application program fed back by the service platform, and calling the target industrial application program according to the position information.
In one embodiment, the sending of the target industrial application call request to the service platform in step S51 further includes:
sending an acquisition request of an industrial application program associated with a target object, wherein the acquisition request comprises a second code identifier associated with the target object, so that the service platform determines at least one target industrial application program to be called according to the second code identifier in the acquisition request.
In this embodiment, the description of the industrial application calling method using the client as the execution subject is consistent with the description of the industrial application calling method using the service platform as the execution subject, and is not repeated here.
It should be understood that although the various steps in the flowcharts of fig. 1 and 5 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 described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least some of the steps in fig. 1 and 5 may include multiple 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 in turn or alternately with other steps or at least some of the other steps.
In one embodiment, as shown in fig. 6, there is provided a cross-platform industrial application calling device based on industrial internet identity resolution, including: a first receiving module 61 and a first parsing module 62, wherein:
a first receiving module 61, configured to receive a call request of a target industrial application sent by a client, where the call request includes a first code identifier associated with the target industrial application;
and a first parsing module 62, configured to parse the invocation request, and determine location information of the target industrial application according to the first code identifier, so that the client invokes the target industrial application according to the location information.
In one embodiment, the industrial application calling device further comprises:
a third receiving module, configured to receive an acquisition request of an industrial application program associated with a target object, where the acquisition request includes a second encoding identifier associated with the target object;
and the analysis module is used for analyzing the acquisition request and determining at least one target industrial application program to be called according to the second code identifier.
In one embodiment, the industrial application calling device further comprises a trusted verification module for receiving a trusted verification request of the internet platform; and determining whether the source of the target industrial application program is credible according to the credibility verification request.
In an embodiment, the industrial application calling device further includes a coding module, configured to code the industrial application through a service platform when the industrial application is released, and determine the first coding identifier and the second coding identifier.
In one embodiment, the industrial application program calling device further comprises a sorting module, configured to generate a calling relation chain according to preset times of industrial application program calls; determining a level value of the industrial application program according to the calling relation chain; and sequencing the industrial application programs according to the level values, so that the client determines at least one target industrial application program to be called according to the sequenced industrial application programs.
In one embodiment, as shown in fig. 7, there is provided a cross-platform industrial application calling device based on industrial internet identity resolution, including: a first transmitting module 71 and a second receiving module 72, wherein:
a first sending module 71, configured to send a call request of a target industrial application to a service platform, where the call request includes a first code identifier associated with the target industrial application, so that the service platform determines, according to the first code identifier in the call request, location information of the target industrial application;
a second receiving module 72, configured to receive the position information of the target industrial application program fed back by the service platform, and invoke the target industrial application program according to the position information.
In an embodiment, the industrial application calling device further includes a second sending module, configured to send an acquisition request of an industrial application associated with a target object, where the acquisition request includes a second encoding identifier associated with the target object, so that the service platform determines, according to the second encoding identifier in the acquisition request, at least one target industrial application to be called.
In one embodiment, a service platform is provided for:
receiving a calling request of a target industrial application program sent by a client, wherein the calling request comprises a first coding identifier associated with the target industrial application program;
and analyzing the calling request, and determining the position information of the target industrial application program according to the first coding identification, so that the client calls the target industrial application program according to the position information.
In one embodiment, the service platform is further configured to receive an acquisition request of an industrial application associated with a target object sent by the client, where the acquisition request includes a second encoded identifier associated with the target object; and analyzing the acquisition request, and determining at least one target industrial application program to be called according to the second code identification.
In one embodiment, the service platform is further configured to receive a trusted verification request of the internet platform; and determining whether the source of the target industrial application program is credible according to the credibility verification request.
In an embodiment, the service platform is further configured to, when issuing the industrial application, encode the industrial application through the service platform, and determine the first encoded identifier and the second encoded identifier.
In one embodiment, the service platform is further configured to generate a call relation chain according to the preset number of times of industrial application calls; determining a level value of the industrial application program according to the calling relation chain; and sequencing the industrial application programs according to the level values, so that the client determines at least one target industrial application program to be called according to the sequenced industrial application programs.
In one embodiment, there is provided a client for:
sending a calling request of a target industrial application program to a service platform, wherein the calling request comprises a first coding identifier associated with the target industrial application program, so that the service platform determines the position information of the target industrial application program according to the first coding identifier in the calling request;
and receiving the position information of the target industrial application program fed back by the service platform, and calling the target industrial application program according to the position information.
In one embodiment, the client is further configured to send an acquisition request of an industrial application associated with a target object, where the acquisition request includes a second code identifier associated with the target object, so that the service platform determines, according to the second code identifier in the acquisition request, at least one target industrial application to be invoked.
The specific limitations of the industrial application calling device, the service platform, and the client may refer to the above limitations of the industrial application calling method, and are not described herein again. The modules in the industrial application calling device can be wholly or partially realized by software, hardware and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a computer device is provided, which may be a server, and its internal structure diagram may be as shown in fig. 8. The computer device includes a processor, a memory, and a network interface connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The database of the computer device is used for storing data such as coding identification and the like. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement an industrial application calling method.
Those skilled in the art will appreciate that the architecture shown in fig. 8 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, a computer device is provided, comprising a memory and a processor, the memory having a computer program stored therein, the processor implementing the following steps when executing the computer program:
receiving a calling request of a target industrial application program sent by a client, wherein the calling request comprises a first coding identifier associated with the target industrial application program;
and analyzing the calling request, and determining the position information of the target industrial application program according to the first coding identification, so that the client calls the target industrial application program according to the position information.
In one embodiment, the processor, when executing the computer program, further performs the steps of:
receiving an acquisition request of an industrial application program associated with a target object, which is sent by the client, wherein the acquisition request comprises a second coding identifier associated with the target object;
and analyzing the acquisition request, and determining at least one target industrial application program to be called according to the second code identification.
In one embodiment, the processor, when executing the computer program, further performs the steps of:
receiving a credible verification request of an internet platform;
and determining whether the source of the target industrial application program is credible according to the credibility verification request.
In one embodiment, the processor, when executing the computer program, further performs the steps of:
and when the industrial application program is released, the industrial application program is coded through a service platform, and the first coded identifier and the second coded identifier are determined.
In one embodiment, a computer device is provided, comprising a memory and a processor, the memory having a computer program stored therein, the processor implementing the following steps when executing the computer program:
in one embodiment, the processor, when executing the computer program, further performs the steps of:
according to the preset times of industrial application program calling, generating a calling relation chain;
determining a level value of the industrial application program according to the calling relation chain;
and sequencing the industrial application programs according to the level values, so that the client determines at least one target industrial application program to be called according to the sequenced industrial application programs.
In one embodiment, a computer device is provided, comprising a memory and a processor, the memory having a computer program stored therein, the processor implementing the following steps when executing the computer program:
sending a calling request of a target industrial application program to a service platform, wherein the calling request comprises a first coding identifier associated with the target industrial application program, so that the service platform determines the position information of the target industrial application program according to the first coding identifier in the calling request;
and receiving the position information of the target industrial application program fed back by the service platform, and calling the target industrial application program according to the position information.
In one embodiment, the processor, when executing the computer program, further performs the steps of:
sending an acquisition request of an industrial application program associated with a target object, wherein the acquisition request comprises a second code identifier associated with the target object, so that the service platform determines at least one target industrial application program to be called according to the second code identifier in the acquisition request.
In one embodiment, a computer-readable storage medium is provided, having a computer program stored thereon, which when executed by a processor, performs the steps of:
receiving a calling request of a target industrial application program sent by a client, wherein the calling request comprises a first coding identifier associated with the target industrial application program;
and analyzing the calling request, and determining the position information of the target industrial application program according to the first coding identification, so that the client calls the target industrial application program according to the position information.
In one embodiment, the computer program when executed by the processor further performs the steps of:
receiving an acquisition request of an industrial application program associated with a target object, which is sent by the client, wherein the acquisition request comprises a second coding identifier associated with the target object;
and analyzing the acquisition request, and determining at least one target industrial application program to be called according to the second code identification.
In one embodiment, the computer program when executed by the processor further performs the steps of:
receiving a credible verification request of an internet platform;
and determining whether the source of the target industrial application program is credible according to the credibility verification request.
In one embodiment, the computer program when executed by the processor further performs the steps of:
and when the industrial application program is released, the industrial application program is coded through a service platform, and the first coded identifier and the second coded identifier are determined.
In one embodiment, the computer program when executed by the processor further performs the steps of:
according to the preset times of industrial application program calling, generating a calling relation chain;
determining a level value of the industrial application program according to the calling relation chain;
and sequencing the industrial application programs according to the level values, so that the client determines at least one target industrial application program to be called according to the sequenced industrial application programs.
In one embodiment, a computer-readable storage medium is provided, having a computer program stored thereon, which when executed by a processor, performs the steps of:
sending a calling request of a target industrial application program to a service platform, wherein the calling request comprises a first coding identifier associated with the target industrial application program, so that the service platform determines the position information of the target industrial application program according to the first coding identifier in the calling request;
and receiving the position information of the target industrial application program fed back by the service platform, and calling the target industrial application program according to the position information.
In one embodiment, the computer program when executed by the processor further performs the steps of:
sending an acquisition request of an industrial application program associated with a target object, wherein the acquisition request comprises a second code identifier associated with the target object, so that the service platform determines at least one target industrial application program to be called according to the second code identifier in the acquisition request.
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 hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database or other medium used in the embodiments provided herein can include at least one of non-volatile and volatile memory. Non-volatile Memory may include Read-Only Memory (ROM), magnetic tape, floppy disk, flash Memory, optical storage, or the like. Volatile Memory can include Random Access Memory (RAM) or external cache Memory. By way of illustration and not limitation, RAM can take many forms, such as Static Random Access Memory (SRAM) or Dynamic Random Access Memory (DRAM), among others.
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (13)

1. An industrial application calling method, comprising:
receiving a calling request of a target industrial application program sent by a client, wherein the calling request comprises a first coding identifier associated with the target industrial application program;
analyzing the calling request, and determining the position information of the target industrial application program according to the first coding identification so that the client calls the target industrial application program according to the position information; the position information comprises the information of an internet platform where the target industrial application program is located and the position of the target industrial application program on the internet platform.
2. The method of claim 1, wherein receiving a call request for a target industrial application from a client further comprises:
receiving an acquisition request of an industrial application program associated with a target object, which is sent by the client, wherein the acquisition request comprises a second coding identifier associated with the target object;
and analyzing the acquisition request, and determining at least one target industrial application program to be called according to the second code identification.
3. The method of claim 1, wherein determining location information for the target industrial application based on the encoded identification further comprises:
receiving a credible verification request of an internet platform;
and determining whether the source of the target industrial application program is credible according to the credibility verification request.
4. The method of claim 2, further comprising:
and when the industrial application program is released, the industrial application program is coded through a service platform, and the first coded identifier and the second coded identifier are determined.
5. The method of claim 2, further comprising:
according to the preset times of industrial application program calling, generating a calling relation chain;
determining a level value of the industrial application program according to the calling relation chain;
and sequencing the industrial application programs according to the level values, so that the client determines at least one target industrial application program to be called according to the sequenced industrial application programs.
6. An industrial application calling method, comprising:
sending a calling request of a target industrial application program to a service platform, wherein the calling request comprises a first coding identifier associated with the target industrial application program, so that the service platform determines the position information of the target industrial application program according to the first coding identifier in the calling request;
receiving the position information of the target industrial application program fed back by the service platform, and calling the target industrial application program according to the position information; the position information comprises the information of an internet platform where the target industrial application program is located and the position of the target industrial application program on the internet platform.
7. The method of claim 6, wherein sending the target industrial application call request to the service platform further comprises:
sending an acquisition request of an industrial application program associated with a target object, wherein the acquisition request comprises a second code identifier associated with the target object, so that the service platform determines at least one target industrial application program to be called according to the second code identifier in the acquisition request.
8. An industrial application calling apparatus, comprising:
the system comprises a first receiving module, a second receiving module and a third receiving module, wherein the first receiving module is used for receiving a calling request of a target industrial application program sent by a client, and the calling request comprises a first coding identifier associated with the target industrial application program;
the first analysis module is used for analyzing the calling request and determining the position information of the target industrial application program according to the first coding identifier so that the client calls the target industrial application program according to the position information; the position information comprises the information of an internet platform where the target industrial application program is located and the position of the target industrial application program on the internet platform.
9. An industrial application calling apparatus, comprising:
the system comprises a first sending module, a second sending module and a third sending module, wherein the first sending module is used for sending a calling request of a target industrial application program to a service platform, and the calling request comprises a first coding identifier associated with the target industrial application program, so that the service platform determines the position information of the target industrial application program according to the first coding identifier in the calling request;
the second receiving module is used for receiving the position information of the target industrial application program fed back by the service platform and calling the target industrial application program according to the position information; the position information comprises the information of an internet platform where the target industrial application program is located and the position of the target industrial application program on the internet platform.
10. A service platform, wherein the service platform is configured to:
receiving a calling request of a target industrial application program sent by a client, wherein the calling request comprises a first coding identifier associated with the target industrial application program;
analyzing the calling request, and determining the position information of the target industrial application program according to the first coding identification so that the client calls the target industrial application program according to the position information; the position information comprises the information of an internet platform where the target industrial application program is located and the position of the target industrial application program on the internet platform.
11. A client, wherein the client is configured to:
sending a calling request of a target industrial application program to a service platform, wherein the calling request comprises a first coding identifier associated with the target industrial application program, so that the service platform determines the position information of the target industrial application program according to the first coding identifier in the calling request;
receiving the position information of the target industrial application program fed back by the service platform, and calling the target industrial application program according to the position information; the position information comprises the information of an internet platform where the target industrial application program is located and the position of the target industrial application program on the internet platform.
12. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor, when executing the computer program, implements the steps of the method of any of claims 1 to 7.
13. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 7.
CN202110304895.8A 2021-03-23 2021-03-23 Industrial application program calling method and device, computer equipment and storage medium Pending CN112698932A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110304895.8A CN112698932A (en) 2021-03-23 2021-03-23 Industrial application program calling method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110304895.8A CN112698932A (en) 2021-03-23 2021-03-23 Industrial application program calling method and device, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112698932A true CN112698932A (en) 2021-04-23

Family

ID=75515406

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110304895.8A Pending CN112698932A (en) 2021-03-23 2021-03-23 Industrial application program calling method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112698932A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114756776A (en) * 2022-06-15 2022-07-15 中国信息通信研究院 Method and device for displaying industrial internet information, electronic equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103544220A (en) * 2013-09-29 2014-01-29 北京航空航天大学 Method and device for recommending applications
CN110688232A (en) * 2018-07-05 2020-01-14 珠海市魅族科技有限公司 Application program calling method, terminal device and computer readable storage medium
US20200348662A1 (en) * 2016-05-09 2020-11-05 Strong Force Iot Portfolio 2016, Llc Platform for facilitating development of intelligence in an industrial internet of things system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103544220A (en) * 2013-09-29 2014-01-29 北京航空航天大学 Method and device for recommending applications
US20200348662A1 (en) * 2016-05-09 2020-11-05 Strong Force Iot Portfolio 2016, Llc Platform for facilitating development of intelligence in an industrial internet of things system
CN110688232A (en) * 2018-07-05 2020-01-14 珠海市魅族科技有限公司 Application program calling method, terminal device and computer readable storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
中国信息通研究院等: "《工业APP白皮书(2020)(征求意见稿)》", 31 December 2020 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114756776A (en) * 2022-06-15 2022-07-15 中国信息通信研究院 Method and device for displaying industrial internet information, electronic equipment and storage medium
CN114756776B (en) * 2022-06-15 2022-09-06 中国信息通信研究院 Method and device for displaying industrial internet information, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN109558748B (en) Data processing method and device, electronic equipment and storage medium
CN112256318B (en) Construction method and equipment for dependent product
CN110930254A (en) Data processing method, device, terminal and medium based on block chain
CN112527504A (en) Multi-tenant resource quota management method and device, and computer equipment
CN107395623B (en) Interface access data verification method and device, computer storage medium and equipment
CN112698932A (en) Industrial application program calling method and device, computer equipment and storage medium
CN111352846A (en) Test system number making method, device, equipment and storage medium
CN111260475A (en) Data processing method, block chain node point equipment and storage medium
CN112068812B (en) Micro-service generation method and device, computer equipment and storage medium
CN115329759B (en) Information processing method, device, equipment and storage medium
CN112115401A (en) Webpage data processing method, device and system based on cloud platform
CN114661545A (en) Method, device and equipment for monitoring processor resources and storage medium
CN113590352A (en) Data calling method, device, equipment and readable storage medium
CN112860702A (en) Test execution work order verification method and device, computer equipment and storage medium
CN105677453B (en) Task processing method and device for task platform
CN116720818B (en) Warehouse processing method, device and computer equipment based on block chain
CN112699034B (en) Virtual login user construction method, device, equipment and storage medium
CN116701470B (en) Method and device for reproducing customer problems under medium rack, electronic equipment and medium
CN114661509A (en) Method, device, terminal equipment and storage medium for field verification based on client parameters
CN116416002A (en) Advertisement conversion data returning method and device, electronic equipment and storage medium
CN113553196A (en) Service request processing method and device, computer equipment and storage medium
CN113886215A (en) Interface test method, device and storage medium
CN112561690A (en) Method, system, equipment and storage medium for testing credit card staging service interface
CN115328488A (en) Code compiling method, device, equipment and storage medium based on compiling cluster
CN116185655A (en) Custom interface construction method, 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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210423