CN115357840A - Python language-based method and device for calculating equipment calculation formula and electronic equipment - Google Patents

Python language-based method and device for calculating equipment calculation formula and electronic equipment Download PDF

Info

Publication number
CN115357840A
CN115357840A CN202211298781.8A CN202211298781A CN115357840A CN 115357840 A CN115357840 A CN 115357840A CN 202211298781 A CN202211298781 A CN 202211298781A CN 115357840 A CN115357840 A CN 115357840A
Authority
CN
China
Prior art keywords
value
current
calculation
observation
early warning
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
CN202211298781.8A
Other languages
Chinese (zh)
Other versions
CN115357840B (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.)
Sinohydro Bureau 7 Co Ltd
Original Assignee
Sinohydro Bureau 7 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 Sinohydro Bureau 7 Co Ltd filed Critical Sinohydro Bureau 7 Co Ltd
Priority to CN202211298781.8A priority Critical patent/CN115357840B/en
Publication of CN115357840A publication Critical patent/CN115357840A/en
Application granted granted Critical
Publication of CN115357840B publication Critical patent/CN115357840B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/315Object-oriented languages
    • 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/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30003Arrangements for executing specific machine instructions
    • G06F9/30007Arrangements for executing specific machine instructions to perform operations on data operands
    • G06F9/30029Logical and Boolean instructions, e.g. XOR, NOT
    • 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/30Computing systems specially adapted for manufacturing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Mathematical Physics (AREA)
  • Computing Systems (AREA)
  • Algebra (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Debugging And Monitoring (AREA)
  • Design And Manufacture Of Integrated Circuits (AREA)

Abstract

The invention discloses a Python language-based equipment calculation formula calculation method, a Python language-based equipment calculation formula calculation device and electronic equipment, and belongs to the technical field of data processing. The calculation method comprises the following steps: acquiring the type of equipment, remarks of a current observation value, the current observation value, a calculation formula, a constant, an installation parameter, a manufacturer parameter, an observation early warning threshold value, a result early warning threshold value, a built-in variable, a historical observation value and a historical calculation result; comparing the historical observation value with the current observation value to obtain a first difference value; when the first difference is smaller than the observation early warning threshold value, calculating to obtain a current calculation result; comparing the historical calculation result with the current calculation result to obtain a second difference value; and when the second difference value is smaller than the result early warning threshold value, recording the current observation value, remarks and the current calculation result into a database. The invention can realize accurate management of calculation formulas, installation parameters, manufacturer parameters and calculation results.

Description

Python language-based equipment calculation formula calculation method and device and electronic equipment
Technical Field
The invention belongs to the technical field of data processing, and particularly relates to a Python language-based equipment calculation formula calculation method, a Python language-based equipment calculation formula calculation device and electronic equipment.
Background
The calculation of the equipment result data is a key ring in the safety detection work, plays an increasingly important role in engineering construction, and the requirements of construction units on the timeliness and the accuracy of the equipment result data and the promptness of the early warning information release generated by the result data are higher and higher. The current process for calculating result values in the safety monitoring industry is as follows: manually measuring and reading by using a reading instrument on site, recording on a paper record book, and measuring and reading by one person and recording by one person; after the monitoring is collected and the record is finished, the monitoring personnel return to the office, the paper monitoring data is handed to the monitoring management personnel, the monitoring management personnel enter the paper original data into the monitoring database one by one, the management personnel inquire the operation method corresponding to the equipment, the used historical data and the corresponding parameter values, the historical data and the corresponding parameter values are entered into a plurality of professional software, the data and the analysis are obtained through computer type calculation, if the data is not abnormal, the monitoring data is arranged and submitted, if the data is abnormal, the monitoring management personnel feed back the on-site monitoring personnel, the monitoring personnel arrive on-site retest again and confirm the data, and the data is recalculated after rechecking the data.
The existing method mainly has the following problems:
(1) The calculation formula cannot use the historical observation data and the historical calculation result of the equipment as variables to participate in the calculation of new data;
(2) The calculation formulas of different types of equipment contain different variable names, and the variable names cannot be flexibly defined;
(3) The calculation process containing multiple operations is too complex and difficult to use;
(4) Personnel are required to participate in the calculation process by means of a plurality of third-party software.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provides a calculation method, a calculation device and electronic equipment of an equipment calculation formula based on Python language.
The purpose of the invention is realized by the following technical scheme:
according to a first aspect of the present invention, a Python language-based method for calculating a device calculation formula comprises:
acquiring the type of equipment, a current observation value and remarks of the current observation value;
acquiring a corresponding calculation formula, a constant, installation parameters, manufacturer parameters, an observation early warning threshold value and a result early warning threshold value according to the type of the equipment;
acquiring a built-in variable corresponding to equipment;
acquiring a historical observation value and a historical calculation result;
checking whether the data types of the current observed value, the constant, the installation parameter, the factory parameter and the built-in variable are numbers and whether the key value corresponding to the factory parameter is complete;
if the verification is passed, comparing the historical observed value with the latest input time with the current observed value to obtain a first difference value;
if the first difference value is smaller than the observation early warning threshold value, substituting the values of the current observed value, the constant, the installation parameter, the manufacturer parameter and the built-in variable into the calculation formula in the Python operation environment to calculate to obtain a current calculation result;
comparing the historical calculation result with the latest input time with the current calculation result to obtain a second difference value;
and if the second difference is smaller than the result early warning threshold, recording the current observation value, the remark and the current calculation result into a database.
Further, the formula is parsed using Python speech and supports Python native mathematical and logical operators.
Furthermore, the key values corresponding to the installation parameters and the manufacturer parameters are determined according to the type of the equipment.
Further, if the verification fails, first error information is generated, and the current observation value and the first error information are stored in a database.
Further, if the first difference is greater than or equal to the observation early warning threshold, the current observation value and the first difference are stored in an early warning list of the database.
Further, if the second difference is greater than or equal to the result early warning threshold, the current calculation result and the second difference are stored in an early warning list of the database.
According to a second aspect of the present invention, a computing apparatus for computing a formula in a device implemented based on Python language, comprises:
the data acquisition module is used for acquiring the type, remarks, current observed values, historical observed values and historical calculation results of the equipment, and acquiring corresponding calculation formulas, built-in variables, constants, installation parameters, manufacturer parameters, observation early warning thresholds and result early warning thresholds according to the type of the equipment;
the data checking module is used for checking whether the data types of the current observed value, the constant, the installation parameter, the factory parameter and the built-in variable are numbers and whether the key value corresponding to the factory parameter is complete;
the first difference value calculation module is used for comparing the historical observation value with the latest input time with the current observation value when the data verification module passes the verification to obtain a first difference value;
the result calculation module is used for substituting the values of the current observed value, the constant, the installation parameter, the factory parameter and the built-in variable into the calculation formula in the Python operation environment to calculate to obtain the current calculation result when the first difference value is smaller than the observation early warning threshold value;
the second difference value calculation module is used for comparing a historical calculation result with the latest input time with a current calculation result to obtain a second difference value;
and the data storage module is used for recording the current observed value, remarks and the current calculation result into the database when the second difference value is smaller than the result early warning threshold value.
Further, the data storage module is further configured to store the current observation value and the first error information generated by the data verification module in the database when the test fails, store the current observation value and the first difference value in an early warning list of the database when the first difference value is greater than or equal to the observation early warning threshold, and store the current calculation result and the second difference value in an early warning list of the database when the second difference value is greater than or equal to the result early warning threshold.
According to a third aspect of the present invention, an electronic device comprises a processor and a memory, the memory is used for storing program codes and data of the calculation method, and the processor is used for calling program instructions in the memory to execute the calculation method of the Python language-based device calculation formula according to the first aspect of the present invention.
The invention has the beneficial effects that:
(1) The calculation formula is compatible with the native mathematical operator and the logical operator of the python language, and the basic characteristics of the python language can be fully utilized to expand the calculation capability of the formula;
(2) The variable names in the calculation formula are flexibly configured, so that data such as factory parameters, installation parameters, constants and the like can be conveniently brought into the formula to participate in calculation;
(3) The process data and the historical data are simplified into variables, the process data are used more flexibly to participate in calculation, and the complexity of a formula is simplified;
(4) The remark content in the acquired data can be used for controlling the value corresponding to the variable in the calculation formula, so that the calculation under different scenes can be realized;
(5) The corresponding relations between the equipment and the parameters, the formula, the result display name and the like are maintained in the database, and the accurate management of the calculation formula, the installation parameters, the manufacturer parameters and the calculation result can be realized according to different equipment.
Drawings
FIG. 1 is a flow chart of one embodiment of a calculation method of the present invention;
FIG. 2 is a schematic diagram of one embodiment of a computing device in the present invention;
fig. 3 is a schematic diagram of an embodiment of an electronic device in the invention.
Detailed Description
The technical solutions of the present invention will be described clearly and completely with reference to the following embodiments, and it should be apparent that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be obtained by a person skilled in the art without inventive effort based on the embodiments of the present invention, are within the scope of the present invention.
Referring to fig. 1 to fig. 3, the present invention provides a Python language-based method, an apparatus and an electronic device for calculating a device calculation formula:
one embodiment of the calculation method for the equipment calculation formula based on the Python language provided by the invention comprises the following steps: as shown in fig. 1, the method for calculating the device calculation formula based on Python language includes:
s100, obtaining the type of the equipment, the current observation value and remarks of the current observation value.
Typically, the current observed value is a temperature, a reading of a device instrument, or the like. The remarks are used for marking whether the current observation value is a reference value or not.
S200, acquiring a corresponding calculation formula, a constant, an installation parameter, a manufacturer parameter, an observation early warning threshold value and a result early warning threshold value according to the type of the equipment.
Generally, the constants are general values with little variation, such as: acceleration of gravity, etc.; the installation parameters refer to values formed by the equipment in the installation process, such as: hole depth, etc.; the factory parameters are correction coefficients measured in a laboratory when the equipment leaves a factory, such as: linear coefficient, temperature coefficient, etc.
In one embodiment, the computational formula is a custom formula.
In one embodiment, the computational formula is parsed using Python speech and supports Python-native mathematical and logical operators.
In one embodiment, the key values (used in the formula to replace characters) corresponding to the installation parameters and the manufacturer parameters are determined according to the type of the equipment. For example, the calculation formula, the installation parameters included in the calculation formula, and the key values corresponding to the manufacturer parameters are customized by the user according to the type of the equipment, and when the equipment is put in storage, the corresponding values are input according to the installation parameters and the key values of the manufacturer parameters in the calculation formula, and the observation early warning threshold value and the result early warning threshold value are input at the same time.
S300, acquiring built-in variables corresponding to the equipment.
Typically, the built-in variables are stored in a database, and the built-in variables are anchor head depth, wheelbase and the like.
S400, obtaining a historical observation value and a historical calculation result.
Generally, the historical observation values and the historical calculation results are stored in a database, and the historical observation values and the historical calculation results are read from the database.
In one embodiment, when the historical observation value and the historical calculation result are obtained, the historical observation value which is remarked as a reference value and the corresponding historical calculation result are obtained.
In one embodiment, when obtaining the historical observed value and the historical calculation result, only the historical observed value and the historical calculation result with the latest logging time (namely, the logging time is closest to the current time) are obtained.
S500, checking whether the data types of the current observed value, the constant, the installation parameter, the factory parameter and the built-in variable are numbers and whether the key value corresponding to the factory parameter is complete.
Generally, if the data types of the current observed value, the constant, the installation parameter, the manufacturer parameter and the built-in variable are all numbers, and the key value corresponding to the manufacturer parameter is complete, the check is considered to be passed, otherwise, the check is considered to be failed.
S600, if the verification is passed, comparing the historical observation value with the latest input time with the current observation value to obtain a first difference value.
Generally, the first difference is an absolute value of a difference between a historical observation value and a current observation value which are recorded at the latest time.
In one embodiment, if the check fails, a first error message is generated and the current observation and the first error message are saved in a database.
And S700, if the first difference value is smaller than the observation early warning threshold value, substituting the current observed value, the constant, the installation parameter, the factory parameter and the value of the built-in variable into the calculation formula in the Python operation environment to calculate to obtain the current calculation result.
In one embodiment, if the first difference is greater than or equal to the observation early warning threshold, the current observation value and the first difference are stored in an early warning list of the database.
And S800, comparing the historical calculation result with the current calculation result, which is recorded at the latest time, to obtain a second difference value.
Typically, the second difference is an absolute value of a difference between a historical calculation result most recent in the logging time and a current calculation result.
And S900, if the second difference value is smaller than a result early warning threshold value, recording the current observation value, the remark and the current calculation result into a database.
In one embodiment, if the second difference is greater than or equal to the result warning threshold, the current calculation result and the second difference are stored in a warning list of the database.
In one embodiment, the current observation and its corresponding current calculation recorded in the database in S800 are updated to the historical observation and the historical calculation for subsequent calculation and analysis.
One embodiment of the computing apparatus for a Python language-based device calculation formula provided by the present invention includes: as shown in fig. 2, the computing apparatus for computing formulas in a device based on Python language includes a data obtaining module, a data checking module, a first difference computing module, a second difference computing module, a result computing module, and a data storage module.
The data acquisition module is used for acquiring the type, remarks, current observed values, historical observed values and historical calculation results of the equipment, and acquiring corresponding calculation formulas, built-in variables, constants, installation parameters, manufacturer parameters, observation early warning thresholds and result early warning thresholds according to the type of the equipment.
In one embodiment, the computational formula is a custom formula that is parsed using Python speech and supports Python native mathematical and logical operators.
In one embodiment, the key values (used in the formulation of the custom) for the installation parameter and the factory parameter are determined based on the type of device. For example, the calculation formula, the installation parameters included in the calculation formula, and the KEY values corresponding to the manufacturer parameters are customized by the user according to the type of the equipment, and when the equipment is put in storage, the corresponding values are input according to the installation parameters in the calculation formula and the KEY values of the manufacturer parameters, and the observation early warning threshold value and the result early warning threshold value are input at the same time.
The data checking module is used for checking whether the data types of the current observed value, the constant, the installation parameter, the factory parameter and the built-in variable are numbers and whether the key value corresponding to the factory parameter is complete.
And the first difference value calculation module is used for comparing the historical observed value with the current observed value when the data verification module passes the verification to obtain a first difference value.
And the result calculation module is used for substituting the current observed value, the constant, the installation parameter, the factory parameter and the value of the built-in variable into the calculation formula in the Python operation environment to calculate to obtain the current calculation result when the first difference value is smaller than the observation early warning threshold value.
And the second difference value calculating module is used for comparing the historical calculation result with the latest entry time with the current calculation result to obtain a second difference value.
And the data storage module is used for recording the current observation value, remark and current calculation result into the database when the second difference value is smaller than the result early warning threshold value.
In one embodiment, the data storage module is further configured to store the current observed value and the first error information generated by the data verification module in the database when the test fails, store the current observed value and the first difference value in an early warning list of the database when the first difference value is greater than or equal to an observation early warning threshold, and store the current calculation result and the second difference value in an early warning list of the database when the second difference value is greater than or equal to a result early warning threshold.
One embodiment of an electronic device provided by the invention comprises: as shown in fig. 3, an electronic device includes a processor and a memory, the processor and the memory are connected through a communication bus, the memory is used for storing program codes and data of the calculation method, and the processor is used for calling program instructions in the memory to execute the calculation method based on the Python language device calculation formula in the above embodiment.
The foregoing is illustrative of the preferred embodiments of the present invention, and it is to be understood that the invention is not limited to the precise form disclosed herein and is not to be construed as limited to the exclusion of other embodiments, and that various other combinations, modifications, and environments may be used and modifications may be made within the scope of the concepts described herein, either by the above teachings or the skill or knowledge of the relevant art. And that modifications and variations may be effected by those skilled in the art without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (9)

1. The calculation method of the equipment calculation formula based on the Python language is characterized by comprising the following steps:
acquiring the type of equipment, a current observation value and remarks of the current observation value;
acquiring a corresponding calculation formula, a constant, installation parameters, manufacturer parameters, an observation early warning threshold value and a result early warning threshold value according to the type of the equipment;
acquiring a built-in variable corresponding to equipment;
acquiring a historical observation value and a historical calculation result;
checking whether the data types of the current observed value, the constant, the installation parameter, the factory parameter and the built-in variable are numbers and whether the key value corresponding to the factory parameter is complete;
if the verification is passed, comparing the historical observed value with the latest input time with the current observed value to obtain a first difference value;
if the first difference value is smaller than the observation early warning threshold value, substituting the values of the current observed value, the constant, the installation parameter, the manufacturer parameter and the built-in variable into the calculation formula in the Python operation environment to calculate to obtain a current calculation result;
comparing the historical calculation result with the latest input time with the current calculation result to obtain a second difference value;
and if the second difference is smaller than the result early warning threshold, recording the current observation value, the remark and the current calculation result into a database.
2. The method of computing a Python language based device calculation formula according to claim 1, wherein the calculation formula is parsed using Python speech and supports Python native mathematical and logical operators.
3. The method according to claim 1, wherein the key values corresponding to the installation parameters and the vendor parameters are determined according to the type of the device.
4. The method according to claim 1, wherein if the verification fails, a first error message is generated, and the current observation and the first error message are stored in a database.
5. The method according to claim 1, wherein if the first difference is greater than or equal to the observation warning threshold, the current observation value and the first difference are stored in a warning list of the database.
6. The method according to claim 1, wherein if the second difference is greater than or equal to the result warning threshold, the current calculation result and the second difference are stored in a warning list of the database.
7. A computing device for computing formulas in a device implemented based on a Python language, comprising:
the data acquisition module is used for acquiring the type, remarks, current observation values, historical observation values and historical calculation results of the equipment, and acquiring corresponding calculation formulas, built-in variables, constants, installation parameters, manufacturer parameters, observation early warning thresholds and result early warning thresholds according to the type of the equipment;
the data checking module is used for checking whether the data types of the current observed value, the constant, the installation parameter, the factory parameter and the built-in variable are numbers and whether the key value corresponding to the factory parameter is complete;
the first difference value calculation module is used for comparing the historical observation value with the latest input time with the current observation value when the data verification module passes the verification to obtain a first difference value;
the result calculation module is used for substituting the current observed value, the constant, the installation parameter, the factory parameter and the value of the built-in variable into the calculation formula in the Python operation environment to calculate to obtain the current calculation result when the first difference value is smaller than the observation early warning threshold value;
the second difference value calculation module is used for comparing a historical calculation result with the latest input time with a current calculation result to obtain a second difference value;
and the data storage module is used for recording the current observed value, remarks and the current calculation result into the database when the second difference value is smaller than the result early warning threshold value.
8. The apparatus according to claim 7, wherein the data storage module is further configured to store the current observation value and the first error information generated by the data check module in the database when the verification fails, store the current observation value and the first difference value in an early warning list of the database when the first difference value is greater than or equal to the observation early warning threshold, and store the current calculation result and the second difference value in the early warning list of the database when the second difference value is greater than or equal to the result early warning threshold.
9. An electronic device, comprising a processor and a memory, wherein the memory is used for storing program codes and data of the calculation method, and the processor is used for calling program instructions in the memory to execute the calculation method of the Python language-based device calculation formula according to any one of claims 1-6.
CN202211298781.8A 2022-10-24 2022-10-24 Python language-based equipment calculation formula calculation method and device and electronic equipment Active CN115357840B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211298781.8A CN115357840B (en) 2022-10-24 2022-10-24 Python language-based equipment calculation formula calculation method and device and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211298781.8A CN115357840B (en) 2022-10-24 2022-10-24 Python language-based equipment calculation formula calculation method and device and electronic equipment

Publications (2)

Publication Number Publication Date
CN115357840A true CN115357840A (en) 2022-11-18
CN115357840B CN115357840B (en) 2023-01-24

Family

ID=84008414

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211298781.8A Active CN115357840B (en) 2022-10-24 2022-10-24 Python language-based equipment calculation formula calculation method and device and electronic equipment

Country Status (1)

Country Link
CN (1) CN115357840B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150317556A1 (en) * 2014-04-30 2015-11-05 Prophetstor Data Services, Inc. Adaptive quick response controlling system for software defined storage system for improving performance parameter
CN105588978A (en) * 2015-12-14 2016-05-18 安徽立卓智能电网科技有限公司 Beidou satellite communication technology-based method for intelligently detecting and processing acquired electric energy data
CN105718715A (en) * 2015-12-23 2016-06-29 华为技术有限公司 Anomaly detection method and device
CN110781220A (en) * 2019-09-20 2020-02-11 江苏欣皓测试技术有限公司 Fault early warning method and device, storage medium and electronic equipment
CN111083212A (en) * 2019-12-09 2020-04-28 荏原电产(青岛)科技有限公司 Automatic calculation method for high-speed acquired data
CN114669055A (en) * 2022-03-29 2022-06-28 米哈游科技(上海)有限公司 Control method and device based on game running environment, electronic equipment and computer program product
CN114692738A (en) * 2022-03-17 2022-07-01 山西三友和智慧信息技术股份有限公司 Lightweight real-time series anomaly detection method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150317556A1 (en) * 2014-04-30 2015-11-05 Prophetstor Data Services, Inc. Adaptive quick response controlling system for software defined storage system for improving performance parameter
CN105588978A (en) * 2015-12-14 2016-05-18 安徽立卓智能电网科技有限公司 Beidou satellite communication technology-based method for intelligently detecting and processing acquired electric energy data
CN105718715A (en) * 2015-12-23 2016-06-29 华为技术有限公司 Anomaly detection method and device
CN110781220A (en) * 2019-09-20 2020-02-11 江苏欣皓测试技术有限公司 Fault early warning method and device, storage medium and electronic equipment
CN111083212A (en) * 2019-12-09 2020-04-28 荏原电产(青岛)科技有限公司 Automatic calculation method for high-speed acquired data
CN114692738A (en) * 2022-03-17 2022-07-01 山西三友和智慧信息技术股份有限公司 Lightweight real-time series anomaly detection method
CN114669055A (en) * 2022-03-29 2022-06-28 米哈游科技(上海)有限公司 Control method and device based on game running environment, electronic equipment and computer program product

Also Published As

Publication number Publication date
CN115357840B (en) 2023-01-24

Similar Documents

Publication Publication Date Title
JP4439340B2 (en) Manufacturing history management system
CN110929112B (en) Metrological verification and calibration system and method
CN115097376B (en) Processing method and device for check data of metering equipment and computer equipment
CN111898905A (en) Quality spot check management method and device, computer equipment and storage medium
CN115357840B (en) Python language-based equipment calculation formula calculation method and device and electronic equipment
CN112786124B (en) Problem troubleshooting method and device, storage medium and equipment
KR102280389B1 (en) Data processing method, data processing device, and computer readable recording medium with data processing program thereon
US8065112B2 (en) Apparatus and method for assessing exceedance of a process beyond safe operating limits
CN110956030A (en) Method and system for comparing configuration information of remote machine of transformer substation
Nelson Analysis of residuals from censored data
KR20230051560A (en) Method and system for universal calibration of device under test
CN111831862B (en) High-quality insulation evaluation system
CN114529095A (en) Method, device and equipment for predicting fire risk level of construction site
CN113447877A (en) System and method for calibrating upper computer of current measuring shunt
CN114154843A (en) Method and system for identifying slope instability slip factor by displacement monitoring
CN113689073A (en) Metering information management system based on data security
CN110399412B (en) Measurement data system and monitoring method thereof
RU2764359C1 (en) Device for diagnosing condition of equipment (options), method for diagnosing condition of equipment and system for diagnosing condition of equipment (options)
CN117707050B (en) Cloud computing-based numerical control machine tool real-time monitoring and data analysis system and method
US10606684B2 (en) Communication processing system, troubleshooting method, and management server for surveying instrument
CN115481863A (en) Hidden danger troubleshooting and treatment method and system
TR2021021829A2 (en) DATA MODEL MONITORING AND CONTROL SYSTEM
CN113869403A (en) Temperature detection method and device based on portable temperature measuring device
CN117933710A (en) Formula management system and method based on corrosion evaluation
Zujić et al. Dimensional Measuring System with Temperature Compensation

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