CN113268042A - Upper computer program processing method and device and electronic equipment - Google Patents

Upper computer program processing method and device and electronic equipment Download PDF

Info

Publication number
CN113268042A
CN113268042A CN202110525117.1A CN202110525117A CN113268042A CN 113268042 A CN113268042 A CN 113268042A CN 202110525117 A CN202110525117 A CN 202110525117A CN 113268042 A CN113268042 A CN 113268042A
Authority
CN
China
Prior art keywords
name
target
equipment
address
attribute
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
CN202110525117.1A
Other languages
Chinese (zh)
Other versions
CN113268042B (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.)
BGRIMM Technology Group Co Ltd
Original Assignee
BGRIMM Technology Group 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 BGRIMM Technology Group Co Ltd filed Critical BGRIMM Technology Group Co Ltd
Priority to CN202110525117.1A priority Critical patent/CN113268042B/en
Publication of CN113268042A publication Critical patent/CN113268042A/en
Application granted granted Critical
Publication of CN113268042B publication Critical patent/CN113268042B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/418Total factory control, i.e. centrally controlling a plurality of machines, e.g. direct or distributed numerical control [DNC], flexible manufacturing systems [FMS], integrated manufacturing systems [IMS] or computer integrated manufacturing [CIM]
    • G05B19/4185Total factory control, i.e. centrally controlling a plurality of machines, e.g. direct or distributed numerical control [DNC], flexible manufacturing systems [FMS], integrated manufacturing systems [IMS] or computer integrated manufacturing [CIM] characterised by the network communication
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/30Nc systems
    • G05B2219/31From computer integrated manufacturing till monitoring
    • G05B2219/31088Network communication between supervisor and cell, machine group
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Manufacturing & Machinery (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • Programmable Controllers (AREA)
  • Stored Programmes (AREA)

Abstract

The application provides a method and a device for processing an upper computer program and an electronic device, relates to the technical field of industrial control, and solves the technical problem that the upper computer program development efficiency is low due to the fact that equipment-associated PLC program variables are large in workload and prone to error, and the PLC program variables need to be repeatedly associated when equipment is newly added or equipment addresses are modified. The method comprises the following steps: an address table is established in advance, and the address table comprises at least one target device name and a target address corresponding to the target device name; generating sub-templates related to different equipment type names according to a preset basic equipment template, wherein each sub-template comprises at least one attribute; generating a plurality of equipment objects to be associated corresponding to the equipment type names according to the sub-templates; if the name of the equipment object to be associated is the same as the name of the target equipment in the address table, acquiring a target address corresponding to the name of the target equipment; and associating the attribute to be associated with the target address of the equipment object to be associated based on the attribute and the target address of the sub-template.

Description

Upper computer program processing method and device and electronic equipment
Technical Field
The present disclosure relates to the field of industrial control technologies, and in particular, to a method and an apparatus for processing an upper computer program, and an electronic device.
Background
At present, a host computer program, also called a Human Machine Interface (HMI) for short, is a medium for interaction and information exchange between a user and a Programmable Logic Controller (PLC) in an industrial field, and is a related program designed for interaction and communication between the user and hardware, so that the user can conveniently and effectively check a hardware state and operate the hardware to achieve bidirectional interaction, so as to complete monitoring work.
In the development of an upper computer system in the field of industrial automation, a common method is to develop an upper computer object by one device, and each attribute of the upper computer object is directly connected with a PLC program variable, however, in the process of connecting each attribute with the PLC program variable, errors are easily caused in the associated PLC program variable, repeated and time-consuming labor is brought, and the development period is prolonged.
Disclosure of Invention
The application aims to provide a method and a device for processing an upper computer program and an electronic device, so as to solve the technical problems that the workload of associating PLC program variables with devices is large, errors are easy to occur, and the PLC program variables need to be repeatedly associated when devices are added or device addresses are modified, so that the development efficiency of the upper computer program is low.
In a first aspect, an embodiment of the present application provides a method for processing an upper computer program, where the method includes:
the method comprises the steps that an address table is established in advance, and the address table comprises at least one target device name and a target address corresponding to the target device name;
generating sub-templates related to different equipment type names according to a preset basic equipment template, wherein each sub-template comprises at least one attribute;
generating a plurality of equipment objects to be associated corresponding to the equipment type names according to the sub-templates;
if the name of the equipment object to be associated is the same as the name of the target equipment in the address table, acquiring a target address corresponding to the name of the target equipment;
and associating the attribute to be associated of the equipment object to be associated with the target address based on the attribute and the target address of the sub-template.
In one possible implementation, the method further comprises:
acquiring multiple device type names and attributes corresponding to the device type names;
generating an attribute definition table about the device type name and the attribute according to the first corresponding relation between the device type name and the attribute;
acquiring a target device name included by the device type name;
and generating a name definition table about the device type name and the target device name according to the second corresponding relation between the device type name and the target device name.
In one possible implementation, the method further comprises:
and generating a preset basic equipment template on a preset platform, wherein the preset basic equipment template comprises the attributes in the attribute definition table, and the preset platform comprises Wonderware software.
In one possible implementation, the step of generating sub-templates related to different device type names according to a preset basic device template includes:
and generating sub-templates related to different equipment type names according to a preset basic equipment template based on the first corresponding relation between the equipment type names and the attributes, wherein each sub-template comprises the attributes corresponding to the equipment type names.
In one possible implementation, the step of pre-establishing an address table includes:
the method comprises the steps of obtaining a target device name and a target address corresponding to the target device name in advance;
and generating an address table about the name of the target device and the target address according to a third corresponding relation between the name of the target device and the target address.
In a possible implementation, if the name of the device object to be associated is the same as the name of the target device in the address table, the step of obtaining the target address corresponding to the name of the target device includes:
reading the address table by using a preset script program;
judging whether the name of the equipment object to be associated is the same as the name of the target equipment in the address table or not;
and if the name of the equipment object to be associated is the same as the name of the target equipment, storing a target address corresponding to the name of the target equipment according to the third corresponding relation.
In one possible implementation, the step of associating the attribute to be associated of the device object to be associated with the target address based on the attribute of the sub-template and the target address includes:
acquiring the length of a number part in the target address to obtain a first address expressed in a number form;
sequentially reading a preset number of addresses by taking the first address as a starting point, wherein the addresses respectively correspond to the attributes of the sub-templates;
determining the attribute of the sub-template corresponding to each address, and taking the attribute as an attribute to be associated;
and associating the attribute to be associated of the equipment object to be associated with the target address.
In one possible implementation, the method further comprises:
after the device is newly added, determining the name and the target address of the target device corresponding to the newly added device, and updating an address table;
determining a device type name corresponding to the target device name according to the second corresponding relation, and determining a sub-template corresponding to the device type name;
and executing the step of generating a plurality of equipment objects to be associated corresponding to the equipment type names according to the sub-templates until the attributes to be associated of the equipment objects to be associated are associated with the target address.
In a second aspect, there is provided an upper computer program processing apparatus, the apparatus comprising:
the system comprises an establishing module, a processing module and a processing module, wherein the establishing module is used for establishing an address table in advance, and the address table comprises at least one target device name and a target address corresponding to the target device name;
the first generation module is used for generating sub-templates related to different equipment type names according to a preset basic equipment template, and each sub-template comprises at least one attribute;
the second generation module is used for generating a plurality of equipment objects to be associated corresponding to the equipment type names according to the sub-templates;
an obtaining module, configured to obtain a target address corresponding to a name of the target device if the name of the device object to be associated is the same as the name of the target device in the address table;
and the association module is used for associating the attribute to be associated of the equipment object to be associated with the target address based on the attribute and the target address of the sub-template.
In a third aspect, an embodiment of the present application further provides an electronic device, which includes a memory and a processor, where the memory stores a computer program that is executable on the processor, and the processor implements the method of the first aspect when executing the computer program.
In a fourth aspect, this embodiment of the present application further provides a computer-readable storage medium storing computer-executable instructions, which, when invoked and executed by a processor, cause the processor to perform the method of the first aspect.
The embodiment of the application brings the following beneficial effects:
according to the upper computer program processing method, the upper computer program processing device and the electronic equipment, an address table can be established in advance, wherein the address table comprises at least one target equipment name and a target address corresponding to the target equipment name; generating sub-templates related to different equipment type names according to a preset basic equipment template, wherein each sub-template comprises at least one attribute; generating a plurality of equipment objects to be associated corresponding to the equipment type names according to the sub-templates; if the name of the equipment object to be associated is the same as the name of the target equipment in the address table, acquiring a target address corresponding to the name of the target equipment; and associating the attribute to be associated with the target address of the equipment object to be associated based on the attribute and the target address of the sub-template. In the scheme, the sub-template is a template related to different device type names, so that the attributes contained in the sub-template are all attributes corresponding to the device type names to which the sub-template belongs, a plurality of device objects to be associated corresponding to the device type names are generated according to the sub-template, the attributes to be associated of the device objects to be associated are in the attribute range of the sub-template, if the names of the device objects to be associated are the same as the target device names in the address table, the names of the device objects to be associated and the target device names correspond to the same device, the target address of the target device name is obtained and serves as the target address of the device objects to be associated, then the attributes to be associated are determined in the attribute range of the sub-template according to the target address, and finally the attributes to be associated of the device objects to be associated and the target address are automatically associated. Therefore, a plurality of equipment objects to be associated corresponding to the equipment type names can be derived through the sub-templates, the target addresses are determined according to the names of the equipment objects to be associated, attributes to be associated of the equipment objects to be associated are automatically associated with the target addresses, the PLC program variables are automatically associated with the equipment to be associated, the accuracy of the associated PLC program variables is greatly improved, the development time of the upper computer program is shortened, the problems that the equipment associated PLC program variables are large in workload and prone to errors, the PLC program variables need to be repeatedly associated when equipment is newly added or the equipment addresses are modified are solved, and the technical problem that the upper computer program development efficiency is low is caused.
In order to make the aforementioned objects, features and advantages of the present application more comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the detailed description of the present application or the technical solutions in the prior art, the drawings needed to be used in the detailed description of the present application or the prior art description will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present application, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a schematic flowchart of a host computer program processing method provided in an embodiment of the present application;
fig. 2 is a scene schematic diagram of a host computer program processing method provided in an embodiment of the present application;
fig. 3 is a schematic view of another scenario of a host computer program processing method according to an embodiment of the present application;
fig. 4 is a schematic view of another scene of the upper computer program processing method according to the embodiment of the present application;
fig. 5 is a schematic structural diagram of an upper computer program processing apparatus according to an embodiment of the present application;
fig. 6 shows a schematic structural diagram of an electronic device provided in an embodiment of the present application.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions of the present application will be clearly and completely described below with reference to the accompanying drawings, and it is obvious that the described embodiments are some, but not all embodiments of the present application. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The terms "comprising" and "having," and any variations thereof, as referred to in the embodiments of the present application, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements but may alternatively include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
At present, a host computer program, also called a Human Machine Interface (HMI) for short, is a medium for interaction and information exchange between a user and a Programmable Logic Controller (PLC) in an industrial field, and is a related program designed for interaction and communication between the user and hardware, so that the user can conveniently and effectively check a hardware state and operate the hardware to achieve bidirectional interaction, so as to complete monitoring work. In the aspect of upper computer system development in the field of industrial automation, a common method is that one device develops an upper computer object, and each attribute of the upper computer object is directly connected with a PLC program variable, however, in the process of connecting each attribute with the PLC program variable, errors are easily caused in the related PLC program variable, repeated and time-consuming labor is brought, and the development period is prolonged; in addition, when a new device is added, the new device also needs to repeatedly develop an upper computer object, and repeated development also causes the problems of long development time, high possibility of errors of related PLC program variables and the like.
Based on this, embodiments of the present application provide a method and an apparatus for processing an upper computer program, and an electronic device, by which the technical problem that the upper computer program development efficiency is low due to a large workload of device-associated PLC program variables and an error is prone to occur, and the PLC program variables need to be repeatedly associated when a device is newly added or a device address is modified can be solved.
Embodiments of the present application are further described below with reference to the accompanying drawings.
Fig. 1 is a schematic flowchart of a processing method of an upper computer program according to an embodiment of the present application.
Wherein, the method is applied to the electronic equipment; as shown in fig. 1, the method includes:
step S110, an address table is established in advance, and the address table comprises at least one target device name and a target address corresponding to the target device name;
it should be noted that each device type name includes at least one target device name, and the device type name may refer to names of various devices and meters, for example, the device type name includes a general direct start device, a motor protector device, a frequency converter device, a belt scale, and the like; the target device name may refer to a lower level name of the device and the meter included in the device type name, for example, the target device name includes a whisk controlled by the motor protector device, which belongs to the target device name included in the "motor protector device". Specifically, the address table may include a plurality of target device names and target addresses corresponding to the target device names.
Step S120, generating sub-templates related to different equipment type names according to a preset basic equipment template;
in this step, since each device type name includes at least one attribute, a sub-template regarding different device type names is generated according to a preset basic device template, and each sub-template also includes at least one attribute.
Step S130, generating a plurality of equipment objects to be associated corresponding to the equipment type names according to the sub-templates;
specifically, the device object to be associated may refer to the lower device and the meter included in the device type name; when naming the device object to be associated, naming may be performed according to the device type to which the device object to be associated belongs, for example, the device object to be associated 1 and the device object to be associated 2 corresponding to the "motor protector device" are generated according to the sub-template, and since the "motor protector device" may be expressed as: SAT _ MMC _ MB, therefore, the device object 1 to be associated may be named SAT _ MMC _ MB1, and the device object 2 to be associated may be named SAT _ MMC _ MB2, which is not limited in this application.
In this step, the electronic device may generate a plurality of objects to be associated corresponding to the device type name according to the sub-template, and name the objects to be associated to obtain names of the plurality of objects to be associated.
Step S140, if the name of the device object to be associated is the same as the name of the target device, the target address of the name of the target device is obtained;
specifically, the name of the device object to be associated is compared with the name of the target device, and if the name of the device object to be associated is the same as the name of the target device, it is indicated that the name of the device object to be associated and the name of the target device correspond to the same device, so that the target address of the name of the target device is obtained, and the target address can be used as the target address of the device object to be associated.
And S150, associating the attribute to be associated of the equipment object to be associated with the target address based on the attribute and the target address of the sub-template.
In this step, since the device object to be associated is generated by the sub-template, and the name of the device object to be associated is within the device type name range of the sub-template, the attribute to be associated of the device object to be associated is also within the attribute range of the sub-template, and further, the attribute to be associated of the device object to be associated can be determined within the attribute range of the sub-template according to the target address, and then the attribute to be associated of the device object to be associated is associated with the target address.
In the embodiment of the application, an address table can be established in advance, wherein the address table comprises at least one target device name and a target address corresponding to the target device name; generating sub-templates related to different equipment type names according to a preset basic equipment template, wherein each sub-template comprises at least one attribute; generating a plurality of equipment objects to be associated corresponding to the equipment type names according to the sub-templates; if the name of the equipment object to be associated is the same as the name of the target equipment in the address table, acquiring a target address corresponding to the name of the target equipment; and associating the attribute to be associated with the target address of the equipment object to be associated based on the attribute and the target address of the sub-template. In the scheme, the sub-template is a template related to different device type names, so that the attributes contained in the sub-template are all attributes corresponding to the device type names to which the sub-template belongs, a plurality of device objects to be associated corresponding to the device type names are generated according to the sub-template, the attributes to be associated of the device objects to be associated are in the attribute range of the sub-template, if the names of the device objects to be associated are the same as the target device names in the address table, the names of the device objects to be associated and the target device names correspond to the same device, the target address of the target device name is obtained and serves as the target address of the device objects to be associated, then the attributes to be associated are determined in the attribute range of the sub-template according to the target address, and finally the attributes to be associated of the device objects to be associated and the target address are automatically associated. Therefore, a plurality of equipment objects to be associated corresponding to the equipment type names can be derived through the sub-templates, the target addresses are determined according to the names of the equipment objects to be associated, attributes to be associated of the equipment objects to be associated are automatically associated with the target addresses, the PLC program variables are automatically associated with the equipment to be associated, the accuracy of the associated PLC program variables is greatly improved, the development time of the upper computer program is shortened, the problems that the equipment associated PLC program variables are large in workload and prone to errors, the PLC program variables need to be repeatedly associated when equipment is newly added or the equipment addresses are modified are solved, and the technical problem that the upper computer program development efficiency is low is caused.
The above steps are described in detail below.
In some embodiments, the attribute definition table and the name definition table may be pre-established, so as to associate the attribute to be associated with the target address of the device object to be associated according to the attribute definition table and the name definition table. As an example, the above method may include the steps of:
step a), acquiring various device type names and attributes corresponding to the device type names;
step b), generating an attribute definition table about the device type name and the attribute according to the first corresponding relation between the device type name and the attribute;
step c), acquiring the name of the target device included by the device type name;
and d), generating a name definition table about the device type name and the target device name according to the second corresponding relation between the device type name and the target device name.
For step a) above, the device type name includes, for example: common direct start devices, motor protector devices, frequency converter devices, belt scales, etc., each device type name includes multiple attributes.
For step b), as shown in fig. 2, specifically, rows of the attribute definition table are a plurality of device type names, columns are 55 attribute variables, and the columns are numbered, for example, AIO _0, AIO _1, australia.
For the step c), the name of the target device included in the device type name is obtained, specifically, each device object is named, and the name of the target device is obtained.
For the step d), a name definition table about the device type name and the target device name is generated according to the second corresponding relationship between the device type name and the target device name, so that the device type name to which the target device name belongs can be determined.
In the embodiment of the invention, the names of various equipment types and the attributes corresponding to the equipment type names are obtained; generating an attribute definition table about the device type name and the attribute according to the first corresponding relation between the device type name and the attribute; acquiring a target device name included by the device type name; and generating a name definition table related to the device type name and the target device name according to the second corresponding relation between the device type name and the target device name. Therefore, the electronic device can generate the attribute definition table and the name definition table, and is convenient for associating the PLC program variable according to the attribute definition table and the name definition table.
In some embodiments, a preset basic device template may be generated, so as to generate a sub-template according to the preset basic device template. As an example, the method may further comprise the steps of:
and e), generating a preset basic equipment template on the preset platform, wherein the preset basic equipment template comprises the attributes in the attribute definition table.
It should be noted that the preset platform may include Wonderware software, etc., a preset basic device template is generated on the preset platform, and a plurality of attributes are created in the preset basic device template, where an attribute refers to a number of an attribute, for example, the created attribute may be the same as the number and number of columns in the attribute definition table.
In the embodiment of the application, a preset basic device template is generated on a preset platform, and the preset basic device template comprises attributes in an attribute definition table. Therefore, the electronic device can generate a preset basic device template in Wonderware software and acquire the numbers of the plurality of attributes listed in the attribute definition table.
In some embodiments, based on the step S110, sub-templates related to different device type names may be generated according to a preset basic device template, and the step S110 may include the following steps:
and f), generating sub-templates related to different equipment type names according to a preset basic equipment template based on the first corresponding relation between the equipment type names and the attributes, wherein each sub-template comprises the attributes corresponding to the equipment type names.
In this step, sub-templates related to different device type names are generated according to a preset basic device template based on a first corresponding relationship between the device type names and the attributes, so that each sub-template includes all the attributes corresponding to the device type names.
After the sub-templates are generated, user interfaces of various sub-templates can be developed and generated according to the attributes of each type of sub-template.
In the embodiment of the application, based on the first corresponding relationship between the device type names and the attributes, sub-templates related to different device type names are generated according to a preset basic device template, and each sub-template comprises the attributes corresponding to the device type names. Therefore, the electronic device can generate sub-templates related to different device type names according to the preset basic device template.
In some embodiments, the address table may be pre-established. As an example, as shown in fig. 3, the step S110 may include the following steps:
step g), acquiring a target device name and a target address corresponding to the target device name in advance;
and h), generating an address table related to the name and the address of the target device according to the third corresponding relation between the name and the address of the target device.
Specifically, the name of the target device and the target address corresponding to the name of the target device are obtained in advance, and then an address table about the name of the target device and the target address is generated according to a third corresponding relationship between the name of the target device and the target address, for example, a stirring barrel controlled by a "motor protector device" is named to obtain the name of the target device: since SAT _ MMC _ MB1 has a target address R00301 corresponding to the target device name, an address table is generated from SAT _ MMC _ MB1 and R00301, and stored in a Comma-Separated Values (CSV) file format, in which a character string on the left side of a Comma separator is the target device name and a character string on the right side of the Comma separator is the target address.
In the embodiment of the application, the name of the target device and the target address corresponding to the name of the target device can be obtained in advance; and generating an address table about the name and the address of the target device according to the third corresponding relation between the name and the address of the target device. Therefore, the electronic device may pre-establish an address table, where the address table includes a plurality of target device names and corresponding target addresses.
In some embodiments, it may be determined whether the name of the device object to be associated is the same as the name of the target device in the address table, so as to obtain the target address. As an example, the step S130 may include the steps of:
step i), reading an address table by using a preset script program;
step j), judging whether the name of the device object to be associated is the same as the name of the target device in the address table;
and k), if the name of the equipment object to be associated is the same as the name of the target equipment, storing the target address corresponding to the name of the target equipment according to the third corresponding relation.
For the step i), the electronic device may create a script program in advance, where the script program is used to read the address table, specifically, open the address table first, read each row of characters in a loop, obtain the length of the character string, read the position of the comma separator, read the name of the target device on the left of the comma separator, and read the target address on the right of the comma separator.
And step j) judging whether the name of the required equipment object to be associated is the same as the name of the target equipment in the character string.
And step k) if the same, saving the target address and exiting the loop, and setting the address to be 0 if the target address does not match after the loop is ended.
In the embodiment of the application, a preset script program is used for reading an address table; judging whether the name of the equipment object to be associated is the same as the name of the target equipment in the address table or not; and if the name of the equipment object to be associated is the same as the name of the target equipment, storing the target address corresponding to the name of the target equipment according to the third corresponding relation. Therefore, the electronic device can determine the same target device name as the own device object by reading the address table, store the target address corresponding to the target device name, and further use the target address as the target address of the own device object.
In some embodiments, the attribute to be associated of the device object to be associated may be determined according to the target address, so that the attribute to be associated is associated with the target address. As an example, the step S140 may include the steps of:
step l), obtaining the length of the number part in the target address to obtain a first address expressed in a number form;
step m), sequentially reading a preset number of addresses by taking the first address as a starting point, wherein the addresses respectively correspond to the attributes of the sub-templates;
n), determining the attribute of the sub-template corresponding to each address, and taking the attribute as the attribute to be associated;
and step o), associating the attribute to be associated of the equipment object to be associated with the target address.
For step l) above, the target address is illustratively R00301, and the length of the digit part in R00301 is obtained: 00301, the first address is obtained 00301.
For the step m), specifically, taking the first address 00301 as a starting point, reading 55 addresses in a backward sequence, where each address corresponds to an attribute of a sub-template, for example, adding 1 to the first address each time, and the read addresses are: 00301. 00302, 00303, 00304, 00305.. 00355, 00301 corresponds to AIO _0 of the sub-template, 00302 corresponds to AIO _1.. of the sub-template, and so on until 55 addresses correspond.
And for the step n), sequentially determining whether the attribute corresponding to each address is null, and if not, taking the specific meaning corresponding to the attribute as the attribute to be associated.
And for the step o), automatically associating the attribute to be associated with the target address after determining the attribute to be associated of the equipment object to be associated.
In the embodiment of the application, the length of the number part in the target address can be obtained to obtain the first address expressed in a number form; sequentially reading a preset number of addresses by taking the first address as a starting point, wherein the addresses respectively correspond to the attributes of the sub-templates; determining the attribute of the sub-template corresponding to each address, and taking the attribute as the attribute to be associated; and associating the attribute to be associated of the equipment object to be associated with the target address. Therefore, the electronic device can determine the attribute to be associated of the device object to be associated in the sub-template according to the target address, and automatically associate the attribute to be associated of the device object to be associated with the target address, so that the accuracy of associating the PLC program variables is greatly improved.
In some embodiments, when a device is added or a target address of the device is modified, the address table may be updated at any time, so that the added device automatically associates the PLC program variables according to the address table. As an example, the method may further include the steps of:
step p), after the device is added, determining the name and the target address of the target device corresponding to the added device, and updating an address table;
step q), determining the device type name corresponding to the target device name according to the second corresponding relation, and determining the sub-template corresponding to the device type name;
and r), executing the step of generating a plurality of equipment objects to be associated corresponding to the equipment type names according to the sub-templates until the attributes to be associated of the equipment objects to be associated are associated with the target address.
For the step p), after the device is newly added, determining the name and the target address of the target device corresponding to the newly added device, adding the name and the target address of the target device into the address table, and updating the address table in real time; or when the target address corresponding to the target device name is modified or deleted, the address table is updated in time, and the like.
And for the step q), determining the device type name corresponding to the target device name according to the second corresponding relation between the device type name and the target device name, and determining the sub-template corresponding to the device type name.
For the step r), after determining the corresponding sub-template, continuing to execute the step S120 until the attribute to be associated of the device object to be associated is associated with the target address.
In the embodiment of the application, after the device is newly added, the name and the target address of the target device corresponding to the newly added device are determined, and the address table is updated; determining a device type name corresponding to the target device name according to the second corresponding relation, and determining a sub-template corresponding to the device type name; and executing the step of generating a plurality of equipment objects to be associated corresponding to the equipment type names according to the sub-templates until the attributes to be associated of the equipment objects to be associated are associated with the target address. Therefore, the electronic equipment can automatically associate the PLC program variables according to the address table updated in real time and the sub-template corresponding to the type name of the equipment, so that the accuracy of associating the PLC program variables by the newly added equipment is improved, and the problems that the newly added equipment repeatedly develops the upper computer object and the associated equipment repeatedly develops the upper computer object due to the fact that the target address is modified are solved.
Exemplarily, fig. 4 is a schematic view of another scene of the upper computer program processing method provided in the embodiment of the present application.
Fig. 5 provides a schematic structural diagram of an upper computer program processing apparatus. As shown in fig. 5, the upper computer program processing device 500 includes:
an establishing module 501, configured to pre-establish an address table, where the address table includes at least one name of a target device and a target address corresponding to the name of the target device;
a first generating module 502, configured to generate sub-templates related to different device type names according to a preset basic device template, where each sub-template includes at least one attribute;
a second generating module 503, configured to generate, according to the sub-template, multiple device objects to be associated corresponding to the device type name;
an obtaining module 504, configured to obtain a target address corresponding to a name of a target device if the name of the device object to be associated is the same as the name of the target device in the address table;
and the associating module 505 is configured to associate the attribute to be associated with the target address of the device object to be associated based on the attribute and the target address of the sub-template.
In some embodiments, the upper computer program processing means is further for:
acquiring various device type names and attributes corresponding to the device type names;
generating an attribute definition table about the device type name and the attribute according to the first corresponding relation between the device type name and the attribute;
acquiring a target device name included by the device type name;
and generating a name definition table related to the device type name and the target device name according to the second corresponding relation between the device type name and the target device name.
In some embodiments, the upper computer program processing means is further for:
and generating a preset basic equipment template on a preset platform, wherein the preset basic equipment template comprises the attributes in the attribute definition table, and the preset platform comprises Wonderware software.
In some embodiments, the first generating module is specifically configured to:
and generating sub-templates related to different equipment type names according to a preset basic equipment template based on the first corresponding relation between the equipment type names and the attributes, wherein each sub-template comprises the attributes corresponding to the equipment type names.
In some embodiments, the setup module is to:
the method comprises the steps of obtaining a target device name and a target address corresponding to the target device name in advance;
and generating an address table about the name and the address of the target device according to the third corresponding relation between the name and the address of the target device.
In some embodiments, the obtaining module is specifically configured to:
reading an address table by using a preset script program;
judging whether the name of the equipment object to be associated is the same as the name of the target equipment in the address table or not;
and if the name of the equipment object to be associated is the same as the name of the target equipment, storing the target address corresponding to the name of the target equipment according to the third corresponding relation.
In some embodiments, the association module is specifically configured to:
acquiring the length of a number part in a target address to obtain a first address expressed in a number form;
sequentially reading a preset number of addresses by taking the first address as a starting point, wherein the addresses respectively correspond to the attributes of the sub-templates;
determining the attribute of the sub-template corresponding to each address, and taking the attribute as the attribute to be associated;
and associating the attribute to be associated of the equipment object to be associated with the target address.
In some embodiments, the upper computer program processing means is further for:
after the device is newly added, determining the name and the target address of the target device corresponding to the newly added device, and updating an address table;
determining a device type name corresponding to the target device name according to the second corresponding relation, and determining a sub-template corresponding to the device type name;
and executing the step of generating a plurality of equipment objects to be associated corresponding to the equipment type names according to the sub-templates until the attributes to be associated of the equipment objects to be associated are associated with the target address.
The upper computer program processing device provided by the embodiment of the present application has the same technical features as the upper computer program processing method provided by the above embodiment, so that the same technical problems can be solved, and the same technical effects can be achieved.
As shown in fig. 6, an electronic device 600 includes a memory 601 and a processor 602, where the memory stores a computer program that can run on the processor, and the processor executes the computer program to implement the steps of the method provided in the foregoing embodiment.
Referring to fig. 6, the electronic device further includes: a bus 603 and a communication interface 604, the processor 602, the communication interface 604 and the memory 601 being connected by the bus 603; the processor 602 is used to execute executable modules, such as computer programs, stored in the memory 601.
The Memory 601 may include a Random Access Memory (RAM), and may also include a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. The communication connection between the network element of the system and at least one other network element is implemented through at least one communication interface 604 (which may be wired or wireless), and the internet, a wide area network, a local network, a metropolitan area network, and the like may be used.
The bus 603 may be an ISA bus, a PCI bus, or an EISA bus, etc. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one double-headed arrow is shown in FIG. 6, but that does not indicate only one bus or one type of bus.
The memory 601 is used for storing a program, and the processor 602 executes the program after receiving an execution instruction, and the method performed by the apparatus defined by the process disclosed in any of the foregoing embodiments of the present application may be applied to the processor 602, or implemented by the processor 602.
The processor 602 may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware or instructions in the form of software in the processor 602. The Processor 602 may be a general-purpose Processor, and includes a Central Processing Unit (CPU), a Network Processor (NP), and the like; the device can also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field-Programmable Gate Array (FPGA), or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components. The various methods, steps, and logic blocks disclosed in the embodiments of the present application may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present application may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software module may be located in ram, flash memory, rom, prom, or eprom, registers, etc. storage media as is well known in the art. The storage medium is located in the memory 601, and the processor 602 reads the information in the memory 601 and performs the steps of the above method in combination with the hardware thereof.
Corresponding to the upper computer program processing method, the embodiment of the application also provides a computer readable storage medium, wherein a computer executable instruction is stored in the computer readable storage medium, and when the computer executable instruction is called and executed by the processor, the computer executable instruction causes the processor to execute the step of the upper computer program processing method.
The upper computer program processing device provided by the embodiment of the present application may be specific hardware on a device, or software or firmware installed on a device, or the like. The device provided by the embodiment of the present application has the same implementation principle and technical effect as the foregoing method embodiments, and for the sake of brief description, reference may be made to the corresponding contents in the foregoing method embodiments where no part of the device embodiments is mentioned. It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the foregoing systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions when actually implemented, and for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of devices or units through some communication interfaces, and may be in an electrical, mechanical or other form.
For another example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments provided in the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application or a part of the technical solution may be embodied in the form of a software product, which is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the upper computer program processing method according to the embodiments of the present application. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus once an item is defined in one figure, it need not be further defined and explained in subsequent figures, and moreover, the terms "first", "second", "third", etc. are used merely to distinguish one description from another and are not to be construed as indicating or implying relative importance.
Finally, it should be noted that: the above-mentioned embodiments are only specific embodiments of the present application, and are used for illustrating the technical solutions of the present application, but not limiting the same, and the scope of the present application is not limited thereto, and although the present application is described in detail with reference to the foregoing embodiments, those skilled in the art should understand that: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope disclosed in the present application; such modifications, changes or substitutions do not depart from the scope of the embodiments of the present application. Are intended to be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (11)

1. A method for processing a host computer program, the method comprising:
the method comprises the steps that an address table is established in advance, and the address table comprises at least one target device name and a target address corresponding to the target device name;
generating sub-templates related to different equipment type names according to a preset basic equipment template, wherein each sub-template comprises at least one attribute;
generating a plurality of equipment objects to be associated corresponding to the equipment type names according to the sub-templates;
if the name of the equipment object to be associated is the same as the name of the target equipment in the address table, acquiring a target address corresponding to the name of the target equipment;
and associating the attribute to be associated of the equipment object to be associated with the target address based on the attribute and the target address of the sub-template.
2. The upper computer program processing method according to claim 1, further comprising:
acquiring multiple device type names and attributes corresponding to the device type names;
generating an attribute definition table about the device type name and the attribute according to the first corresponding relation between the device type name and the attribute;
acquiring a target device name included by the device type name;
and generating a name definition table about the device type name and the target device name according to the second corresponding relation between the device type name and the target device name.
3. The upper computer program processing method according to claim 2, further comprising:
and generating a preset basic equipment template on a preset platform, wherein the preset basic equipment template comprises the attributes in the attribute definition table, and the preset platform comprises Wonderware software.
4. The upper computer program processing method according to claim 2, wherein the step of generating sub-templates for different device type names from a preset basic device template includes:
and generating sub-templates related to different equipment type names according to a preset basic equipment template based on the first corresponding relation between the equipment type names and the attributes, wherein each sub-template comprises the attributes corresponding to the equipment type names.
5. The upper computer program processing method according to claim 1, wherein the step of establishing an address table in advance includes:
the method comprises the steps of obtaining a target device name and a target address corresponding to the target device name in advance;
and generating an address table about the name of the target device and the target address according to a third corresponding relation between the name of the target device and the target address.
6. The upper computer program processing method according to claim 5, wherein if the name of the device object to be associated is the same as the target device name in the address table, the step of obtaining the target address corresponding to the target device name includes:
reading the address table by using a preset script program;
judging whether the name of the equipment object to be associated is the same as the name of the target equipment in the address table or not;
and if the name of the equipment object to be associated is the same as the name of the target equipment, storing a target address corresponding to the name of the target equipment according to the third corresponding relation.
7. The upper computer program processing method according to claim 1, wherein the step of associating the attribute to be associated of the device object to be associated with the destination address based on the attribute and the destination address of the sub-template includes:
acquiring the length of a number part in the target address to obtain a first address expressed in a number form;
sequentially reading a preset number of addresses by taking the first address as a starting point, wherein the addresses respectively correspond to the attributes of the sub-templates;
determining the attribute of the sub-template corresponding to each address, and taking the attribute as an attribute to be associated;
and associating the attribute to be associated of the equipment object to be associated with the target address.
8. The upper computer program processing method according to claim 1, further comprising:
after the device is newly added, determining the name and the target address of the target device corresponding to the newly added device, and updating an address table;
determining a device type name corresponding to the target device name according to the second corresponding relation, and determining a sub-template corresponding to the device type name;
and executing the step of generating a plurality of equipment objects to be associated corresponding to the equipment type names according to the sub-templates until the attributes to be associated of the equipment objects to be associated are associated with the target address.
9. An upper computer program processing apparatus, characterized in that the apparatus comprises:
the system comprises an establishing module, a processing module and a processing module, wherein the establishing module is used for establishing an address table in advance, and the address table comprises at least one target device name and a target address corresponding to the target device name;
the first generation module is used for generating sub-templates related to different equipment type names according to a preset basic equipment template, and each sub-template comprises at least one attribute;
the second generation module is used for generating a plurality of equipment objects to be associated corresponding to the equipment type names according to the sub-templates;
an obtaining module, configured to obtain a target address corresponding to a name of the target device if the name of the device object to be associated is the same as the name of the target device in the address table;
and the association module is used for associating the attribute to be associated of the equipment object to be associated with the target address based on the attribute and the target address of the sub-template.
10. An electronic device comprising a memory and a processor, wherein the memory stores a computer program operable on the processor, and wherein the processor implements the steps of the method of any of claims 1 to 8 when executing the computer program.
11. A computer readable storage medium having stored thereon computer executable instructions which, when invoked and executed by a processor, cause the processor to execute the method of any of claims 1 to 8.
CN202110525117.1A 2021-05-13 2021-05-13 Upper computer program processing method and device and electronic equipment Active CN113268042B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110525117.1A CN113268042B (en) 2021-05-13 2021-05-13 Upper computer program processing method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110525117.1A CN113268042B (en) 2021-05-13 2021-05-13 Upper computer program processing method and device and electronic equipment

Publications (2)

Publication Number Publication Date
CN113268042A true CN113268042A (en) 2021-08-17
CN113268042B CN113268042B (en) 2022-06-24

Family

ID=77230792

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110525117.1A Active CN113268042B (en) 2021-05-13 2021-05-13 Upper computer program processing method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN113268042B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115567481A (en) * 2022-11-08 2023-01-03 三一石油智能装备有限公司 Upper computer PLC address binding method and device and electronic equipment
CN117970865A (en) * 2024-04-02 2024-05-03 深圳市今天国际软件技术有限公司 Method and system for automatically generating PLC (programmable logic controller) program for intelligent logistics system

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6088624A (en) * 1996-12-09 2000-07-11 Rockwell Technologies, Llc Industrial controller with flexible data structures
US20050097233A1 (en) * 2003-10-02 2005-05-05 Omron Corporation Programmable controller and communication unit, and controller system and method of processing data, and methods of solving variables and of handing data
JP2007179114A (en) * 2005-12-26 2007-07-12 Digital Electronics Corp Data processor, its indication data creating device, program, and recording medium
US20100095297A1 (en) * 2008-10-15 2010-04-15 International Business Machines Corporation Method, system and computer program product for solution replication
US20100161085A1 (en) * 2007-02-19 2010-06-24 Mitsubishi Electric Corporation Peripheral device of programmable controller, method of variable substitution, and computer program product thereof
CN107885782A (en) * 2017-10-16 2018-04-06 深圳市合信自动化技术有限公司 A kind of method and device that PLC variables are read and write by SQL database
CN110019731A (en) * 2017-12-25 2019-07-16 上海智臻智能网络科技股份有限公司 Intelligent interactive method, device, terminal device and storage medium
CN110333861A (en) * 2019-06-13 2019-10-15 宝鸡石油机械有限责任公司 A kind of general UI design method of host computer based on PLC
CN110442059A (en) * 2019-08-02 2019-11-12 珠海格力电器股份有限公司 Controlled device expanding method, device and control equipment
CN111600924A (en) * 2020-03-30 2020-08-28 北京和欣运达科技有限公司 Data communication method
CN112162843A (en) * 2020-10-19 2021-01-01 腾讯科技(深圳)有限公司 Workflow execution method, device, equipment and storage medium
CN112415930A (en) * 2020-11-20 2021-02-26 苏伊士水务工程有限责任公司 Interface list, instance program intelligent generation method and automatic integrated intelligent system

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6088624A (en) * 1996-12-09 2000-07-11 Rockwell Technologies, Llc Industrial controller with flexible data structures
US20050097233A1 (en) * 2003-10-02 2005-05-05 Omron Corporation Programmable controller and communication unit, and controller system and method of processing data, and methods of solving variables and of handing data
JP2007179114A (en) * 2005-12-26 2007-07-12 Digital Electronics Corp Data processor, its indication data creating device, program, and recording medium
US20100161085A1 (en) * 2007-02-19 2010-06-24 Mitsubishi Electric Corporation Peripheral device of programmable controller, method of variable substitution, and computer program product thereof
US20100095297A1 (en) * 2008-10-15 2010-04-15 International Business Machines Corporation Method, system and computer program product for solution replication
CN107885782A (en) * 2017-10-16 2018-04-06 深圳市合信自动化技术有限公司 A kind of method and device that PLC variables are read and write by SQL database
CN110019731A (en) * 2017-12-25 2019-07-16 上海智臻智能网络科技股份有限公司 Intelligent interactive method, device, terminal device and storage medium
CN110333861A (en) * 2019-06-13 2019-10-15 宝鸡石油机械有限责任公司 A kind of general UI design method of host computer based on PLC
CN110442059A (en) * 2019-08-02 2019-11-12 珠海格力电器股份有限公司 Controlled device expanding method, device and control equipment
CN111600924A (en) * 2020-03-30 2020-08-28 北京和欣运达科技有限公司 Data communication method
CN112162843A (en) * 2020-10-19 2021-01-01 腾讯科技(深圳)有限公司 Workflow execution method, device, equipment and storage medium
CN112415930A (en) * 2020-11-20 2021-02-26 苏伊士水务工程有限责任公司 Interface list, instance program intelligent generation method and automatic integrated intelligent system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115567481A (en) * 2022-11-08 2023-01-03 三一石油智能装备有限公司 Upper computer PLC address binding method and device and electronic equipment
CN117970865A (en) * 2024-04-02 2024-05-03 深圳市今天国际软件技术有限公司 Method and system for automatically generating PLC (programmable logic controller) program for intelligent logistics system

Also Published As

Publication number Publication date
CN113268042B (en) 2022-06-24

Similar Documents

Publication Publication Date Title
CN113268042B (en) Upper computer program processing method and device and electronic equipment
CN107766900B (en) Method, system and computing device for printing bar code
CN113434328A (en) Logic configuration compiling error correction method and system for distributed control system
CN105404574B (en) Smart card and mobile terminal consistency test method and device
CN113079199A (en) Data acquisition method and device based on industrial equipment and electronic equipment
US20230391147A1 (en) Method and Apparatus for Displaying Function Menu Interface of Automobile Tyre Pressure Monitoring System
CN113342671B (en) Method, device, electronic equipment and medium for verifying operation module
CN110580220A (en) method for measuring execution time of code segment and terminal equipment
CN113268229A (en) Code generation method and code generation device
CN110719619B (en) Network distribution method and device of intelligent equipment and related equipment
CN111400245B (en) Art resource migration method and device
CN110543394A (en) server sensor information consistency testing method, system, terminal and storage medium
TWI510942B (en) System and method for outputting measurement codes
CN114328181A (en) Test case generation and execution method, device and storage medium
CN114579147A (en) Burning verification method and device, terminal equipment and storage medium
CN113761005A (en) Metadata configuration method and device, electronic equipment and storage medium
CN112631931A (en) Version testing method and device, storage medium and electronic equipment
CN110865932A (en) Program internal interface testing method, system, terminal and storage medium
CN112579189A (en) Configuration file updating method and device
CN111400181A (en) Object testing method and device and server
CN111078711A (en) Block chain data storage and acquisition method and device based on data index
CN106802765B (en) Password input method and device
CN109117359A (en) Serialize test method and device
CN118014596A (en) Production information tracing method and device and electronic equipment
CN112463125B (en) Timing method and equipment of virtual timer

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