CN110688172B - Device function mutual exclusion logic configuration method and device, electronic device and storage medium - Google Patents
Device function mutual exclusion logic configuration method and device, electronic device and storage medium Download PDFInfo
- Publication number
- CN110688172B CN110688172B CN201910926135.3A CN201910926135A CN110688172B CN 110688172 B CN110688172 B CN 110688172B CN 201910926135 A CN201910926135 A CN 201910926135A CN 110688172 B CN110688172 B CN 110688172B
- Authority
- CN
- China
- Prior art keywords
- function
- configuration file
- logic
- parameters
- parameter values
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44505—Configuring for program initiating, e.g. using registry, configuration files
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44568—Immediately runnable code
-
- Y—GENERAL 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
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02P—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
- Y02P90/00—Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
- Y02P90/02—Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Abstract
The utility model discloses a device mutual exclusion logic configuration method, a device, an electronic device and a storage medium, which relate to the field of multifunctional devices and are used for solving the problem that the existing mutual exclusion conditions are distributed and cannot be uniformly configured, and the method comprises the following steps: replacing preset parameters in the configuration file according to the input equipment function parameters; replacing preset parameter values in the configuration file according to the input equipment function parameter values; matching logic relation expressions in the configuration file according to mutual exclusion relation corresponding to the device function parameter values and generating a new configuration file, which is called a first configuration file; and executing the first configuration file according to all the input equipment function state parameters, and outputting a result. The utility model also discloses a device mutual exclusion logic configuration device, electronic equipment and a computer storage medium. The utility model makes mutual exclusion condition centralized by establishing the configuration file containing the logic relation among the parameters, thereby being convenient for unified configuration.
Description
Technical Field
The present utility model relates to the field of multifunctional devices, and in particular, to a device function mutex logic configuration method, device, electronic device, and storage medium.
Background
Along with the popularization of equipment intellectualization, the functions of intelligent equipment are more and more, mutual exclusion relation exists among the functions of the intelligent equipment, mutual exclusion logic among the functions is more and more complex, for example, a warm prompt function of an air conditioner is required to be enabled after a power supply is turned on, a refrigerating mode is started, the temperature is higher than 26 degrees, and the APP is turned on, so that the warm prompt function is enabled to be effective, and once a condition becomes, the warm prompt function is disabled. Various mutual exclusion conditions in the program are dispersed in each functional page, the mutual exclusion logic relationship also changes along with the iteration of the software version, and in order to ensure that the mutual exclusion constraint relationship between each function is accurate, the later maintenance is needed to adapt to the changing requirement.
At present, the mutual exclusion logic relationship of the device for realizing various functions is complex, mutual exclusion conditions are distributed in various places of a program and cannot be configured uniformly, the mutual exclusion logic needs to be edited again every time software is updated, the cost is high, and later maintenance is difficult.
Disclosure of Invention
In order to overcome the defects of the prior art, one of the purposes of the utility model is to provide a device function mutex logic configuration method which can solve the problem that mutex conditions are difficult to uniformly configure and disperse.
One of the purposes of the utility model is realized by adopting the following technical scheme:
a device function mutex logic configuration method comprises the following steps:
replacing preset parameters in the configuration file according to the input equipment function parameters;
replacing preset parameter values in the configuration file according to the input equipment function parameter values;
matching logical relation expressions in the configuration file according to mutual exclusion relation corresponding to the device function parameter value and generating a new configuration file, namely a first configuration file
Executing a first configuration file according to all input equipment function state parameters, and outputting a result, wherein the equipment function state parameters are parameters and parameter values corresponding to the current function states of the equipment, and the result is a result set for judging whether each function is available.
Further, the parameter is a device function name, and the parameter value is a function value corresponding to the device function name.
Further, the configuration file stores one or more logic relation expressions among preset parameters.
Further, the logical relationships in the logical relationship expression include any one or more of "and", "or", "not".
Further, the parameters and the parameter values are stored through a data exchange language; and replacing the preset parameters and preset parameter values and outputting a result.
Further, the data exchange language is JSON, and the parameter value are JSON key values.
The second purpose of the utility model is to provide a configuration method of the equipment function mutex logic, which matches the mutex logic relationship according to the control instruction, so as to realize that a user can add new functions.
The second purpose of the utility model is realized by adopting the following technical scheme:
receiving a control instruction sent by a control interface, wherein the control instruction comprises a target function to be executed and a target function value;
replacing preset parameter values according to the target function values and matching logic relation expressions according to preset parameters in the configuration file;
and updating the configuration file and rendering the control interface according to the matching result.
It is a third object of the present utility model to provide an apparatus for configuring a device function mutex logic by updating a configuration file.
The third purpose of the utility model is realized by adopting the following technical scheme:
a device function mutex logic configuration apparatus, comprising:
the updating module is used for replacing preset parameters in the configuration file according to the input equipment function parameters; replacing preset parameter values in the configuration file according to the input equipment function parameter values; matching logic relation expressions in the configuration file according to mutual exclusion relation corresponding to the device function parameter values and generating a new configuration file, which is called a first configuration file;
and the execution module executes the first configuration file according to all the input equipment function state parameters, and outputs a result, wherein the equipment function state parameters are parameters and parameter values corresponding to the current function states of the equipment, and the result is a result set for judging whether each function is available.
A fourth object of the present utility model is to provide an electronic device for performing one of the objects of the present utility model, which includes a processor, a storage medium, and a computer program stored in the storage medium, the computer program realizing the above-mentioned device function mutex logic configuration method when executed by the processor.
It is a fifth object of the present utility model to provide a computer-readable storage medium storing one of the objects of the present utility model, on which a computer program is stored, which when executed by a processor implements the above-described device function mutex logic configuration method.
Compared with the prior art, the utility model has the beneficial effects that:
according to the utility model, the configuration file containing the logic relationship among the parameters is established, and the preset parameters and parameter values in the configuration file are replaced according to the specific parameters and parameter values of the equipment and the corresponding logic relationship is matched, so that a result set capable of judging whether each function is available is generated, the mutual exclusion condition is not required to be dispersed in each function page, the unified configuration of the mutual exclusion logic relationship is realized, and the mutual exclusion logic relationship is easier to find and change during modification.
Drawings
FIG. 1 is a flow chart of a device mutex logic configuration according to an embodiment of the utility model;
FIG. 2 is a block diagram illustrating a configuration of a device mutex logic according to a fourth embodiment of the present utility model;
fig. 3 is a schematic structural diagram of an electronic device according to a fifth embodiment of the present utility model.
Detailed Description
The utility model will now be described in more detail with reference to the accompanying drawings, to which it should be noted that the description is given by way of illustration only and not by way of limitation. Various embodiments may be combined with one another to form further embodiments not shown in the following description.
Example 1
An embodiment provides a configuration method of device function mutex logic, which aims to obtain a set of judging available functions by replacing configuration files according to functions of devices and mutex relations among the functions.
The mutual exclusion essence provided by the utility model is that the function value of a certain function parameter is partially or completely unavailable under a certain state of the equipment, wherein after all unavailable, such as a child lock is opened, the equipment can not be controlled except a power button; some unavailable modes include refrigeration, heating and air supply, for example, the refrigeration mode is invalid after the self-cleaning of the evaporator is started, the heating mode is invalid after the drying function is started, and the air supply function is invalid after the sleeping or drying or energy-saving function is started.
All functions of the device can be abstracted into parameters and their functional values. For example, wind speed (speed) is a functional parameter, and the functional values of the wind speed (speed) are (1) low speed, (2) medium speed (3) and high speed (4). The functional parameter value for which the state of a certain functional parameter of the device at a certain moment is available is a certain one.
When mutual exclusion logic configuration is needed for a device, firstly, a parameter value corresponding to each functional parameter needs to be determined; referring to fig. 1, a method for configuring a device function mutex logic includes the following steps:
s1, replacing preset parameters in a configuration file according to input equipment function parameters;
s2, replacing preset parameter values in the configuration file according to the input equipment function parameter values;
s3, matching logic relation expressions in the configuration file according to the mutual exclusion relation corresponding to the equipment function parameter value and generating a new configuration file, namely a first configuration file;
s4, executing a first configuration file according to all input equipment function state parameters, and outputting a result, wherein the equipment function state parameters are parameters and parameter values corresponding to the current function states of the equipment, and the result is a result set for judging whether each function is available.
If the state parameter accords with the logic relation expression, the function corresponding to the logic relation expression is indicated to be executable, namely, the parameter value is not executable; when executing, the embedded functions of eval () or new Function () can be used in JavaScript to execute the logic relation expression under a specific context (sandbox), the first configuration file is equivalent to a Function in JavaScript, and the execution language is not limited to JavaScript, but can be other programming languages.
If the mutual exclusion conditions of the developing device and the standard version device are different, the result set of the function output can be updated only by changing the logic relation expression in the configuration file.
The configuration file conforms to the following format:
wherein, "param1", "param2" represent preset parameters, which may be replaced with device function parameters, such as wind speed (speed), mode (mode), etc.; "val1" and "val2" represent preset parameter values, i.e., parameter values corresponding to a certain function parameter, for example, a mode is represented by a function parameter "mode", and the refrigeration and heating functions of the mode are represented by parameter values "1" and "2"; "expression" represents a logical relational expression in the configuration file, for example, "param1 = = 0 = param2 = 1", "0" and "1" are parameter values of parameters "param1" and "param2" down "and" on ", respectively, and this logical relational expression represents a state of" param1 off and param2 on "; logical relationships include any one or more of "and", "or", "not".
Example two
The second embodiment is an improvement based on the first embodiment, and mainly describes the input mode of parameters and parameter values and the output mode of results, so that the parameters and parameter values are easier to be read and analyzed by a programming language or a program executed.
The parameters and the parameter values are saved through a data exchange language; replacing preset parameters and preset parameter values and outputting a result; the data exchange language is JSON, but is not limited to this data exchange language.
The method comprises the following specific steps:
dynamically defining a parameter value as a variable according to all input equipment function state parameters;
according to each parameter, a logic relation expression corresponding to a preset parameter and a mutual exclusion relation is matched in the configuration file;
and executing the logic relation expression, namely executing the function, and assigning the obtained result to the corresponding parameter. Wherein the parameter is used as a key of the JSON object, and the result is used as a value of the JSON object;
all JSON objects are merged into one total JSON object as a return value for the function, the return value representing the result set of whether each function of the device is available.
Example III
Embodiment three aims to change the configuration file according to the instruction sent by the control interface, so that the control interface can establish new functional mutex logic.
The implementation method comprises the following steps:
receiving a control instruction sent by a control interface, wherein the control instruction comprises a target function to be executed and a target function value;
replacing preset parameter values according to the target function values and matching logic relation expressions according to preset parameters in the configuration file;
and updating the configuration file and rendering the control interface according to the matching result.
For example, the control command sent by the control interface is to implement a child lock function, where the implementation conditions are that the device is in a pause state, the power is turned on, and the device is not in a standby state, and the configuration file updated according to the control command is: "child lock": wm_state-! =0 & & start = =0 = & pwr = =1 "; if the updating is successful, the control interface is rendered according to the new configuration file, and if the updating of the configuration file cannot be completed, the control interface is rendered according to the result of the updating failure.
Example IV
An embodiment four discloses a device corresponding to the device function mutex logic configuration method of the foregoing embodiment, which is a virtual device structure of the foregoing embodiment, and referring to fig. 2, and includes:
an updating module 110, configured to replace preset parameters in the configuration file according to the input device function parameters; replacing preset parameter values in the configuration file according to the input equipment function parameter values; matching logic relation expressions in the configuration file according to mutual exclusion relation corresponding to the device function parameter values and generating a new configuration file, which is called a first configuration file;
the execution module 120 executes the first configuration file according to all the input device function status parameters, and outputs a result, where the device function status parameters are parameters and parameter values corresponding to the current function status of the device, and the result is a result set for judging whether each function is available.
Example five
Fig. 3 is a schematic structural diagram of an electronic device according to a fifth embodiment of the present utility model, where, as shown in fig. 3, the electronic device includes a processor 210, a memory 220, an input device 230, and an output device 240; the number of processors 210 in the computer device may be one or more, one processor 210 being taken as an example in fig. 3; the processor 210, memory 220, input device 230, and output device 240 in the electronic device may be connected by a bus or other means, for example in fig. 3.
The memory 220 is a computer readable storage medium, and may be used to store a software program, a computer executable program, and a module, such as program instructions/modules corresponding to the device mutual exclusion logic configuration method in the embodiment of the present utility model (for example, the update module 110 and the execution module 120 in the device function mutual exclusion logic configuration method apparatus). The processor 210 executes various functional applications and data processing of the electronic device by executing software programs, instructions and modules stored in the memory 220, that is, implements the device mutex logic configuration method of the first to third embodiments.
The memory 220 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, at least one application program required for functions; the storage data area may store data created according to the use of the terminal, etc. In addition, memory 220 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid-state storage device. In some examples, memory 220 may further include memory remotely located relative to processor 210, which may be connected to the electronic device via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input means 230 may be used to receive device function parameters and the like. The output means 240 may comprise a display device such as a display screen.
Example six
A sixth embodiment of the present utility model also provides a storage medium containing computer-executable instructions, which when executed by a computer processor, are configured to perform a method of device mutex logic configuration, the method comprising:
replacing preset parameters in the configuration file according to the input equipment function parameters;
replacing preset parameter values in the configuration file according to the input equipment function parameter values;
matching logic relation expressions in the configuration file according to mutual exclusion relation corresponding to the device function parameter values and generating a new configuration file, which is called a first configuration file;
executing a first configuration file according to all input equipment function state parameters, and outputting a result, wherein the equipment function state parameters are parameters and parameter values corresponding to the current function states of the equipment, and the result is a result set for judging whether each function is available.
Of course, the storage medium containing the computer executable instructions provided in the embodiments of the present utility model is not limited to the method operations described above, and may also perform the related operations in the device mutual exclusion logic based configuration method provided in any embodiment of the present utility model.
From the above description of embodiments, it will be clear to a person skilled in the art that the present utility model may be implemented by means of software and necessary general purpose hardware, but of course also by means of hardware, although in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present utility model may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a computer readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, etc., and include several instructions for causing an electronic device (which may be a mobile phone, a personal computer, a server, or a network device, etc.) to execute the method according to the embodiments of the present utility model.
It should be noted that, in the embodiment of the configuration method apparatus based on the device mutual exclusion logic, each unit and module included are only divided according to the functional logic, but are not limited to the above-mentioned division, so long as the corresponding functions can be implemented; in addition, the specific names of the functional units are also only for distinguishing from each other, and are not used to limit the protection scope of the present utility model.
It will be apparent to those skilled in the art from this disclosure that various other changes and modifications can be made which are within the scope of the utility model as defined in the appended claims.
Claims (8)
1. The device function mutex logic configuration method is characterized by comprising the following steps:
replacing preset parameters in the configuration file according to the input equipment function parameters;
replacing preset parameter values in the configuration file according to the input equipment function parameter values;
the configuration file stores one or more logic relation expressions among preset parameters, the logic relation expressions in the configuration file are matched according to mutual exclusion relation corresponding to the equipment function parameter values, and a new configuration file is generated and is called a first configuration file, wherein the logic relation in the logic relation expressions comprises any one or more of AND, OR and NOT;
executing a first configuration file according to all input equipment function state parameters, and outputting a result, wherein the equipment function state parameters are parameters and parameter values corresponding to the current function states of the equipment, and the result is a result set for judging whether each function is available or not;
if the equipment function state parameter accords with the logic relation expression, the function corresponding to the logic relation expression, namely, the parameter value, can be executed, otherwise, the function cannot be executed;
when executing, the logical relation expression is executed under a context sandbox in the JavaScript programming language by using an eval () built-in Function or a new Function () built-in Function.
2. The method for configuring a device function mutex as claimed in claim 1, wherein the parameter is a device function name, and the parameter value is a function value corresponding to the device function name.
3. The method of claim 1, wherein said parameters and said parameter values are stored in a data exchange language; and replacing the preset parameters and preset parameter values and outputting a result.
4. A method for configuring a device function mutex logic as defined in claim 3, wherein said data exchange language is JSON, and said parameters and said parameter values are JSON key values.
5. The device function mutex logic configuration method is characterized by comprising the following steps:
receiving a control instruction sent by a control interface, wherein the control instruction comprises a target function to be executed and a target function value;
the configuration file stores one or more logic relation expressions among preset parameters, the preset parameter values are replaced according to the target function according to the preset parameters in the target function replacement configuration file, and the logic relation expressions are matched according to the target function values, wherein the logic relation in the logic relation expressions comprises any one or more of AND, OR and NOT;
updating the configuration file and rendering the control interface according to the matching result;
if the equipment function state parameter accords with the logic relation expression, the function corresponding to the logic relation expression, namely, the parameter value, can be executed, otherwise, the function cannot be executed;
when executing, the logical relation expression is executed under a context sandbox in the JavaScript programming language by using an eval () built-in Function or a new Function () built-in Function.
6. A device function mutex logic configuration apparatus, comprising:
the updating module is used for replacing preset parameters in the configuration file according to the input equipment function parameters; replacing preset parameter values in the configuration file according to the input equipment function parameter values; matching logic relation expressions in the configuration files according to mutual exclusion relations corresponding to the device function parameter values and generating new configuration files, namely a first configuration file, wherein the logic relations in the logic relation expressions comprise any one or more of AND, OR and NOT;
the execution module is used for storing one or more logic relation expressions among preset parameters in the configuration file, executing a first configuration file according to all input equipment function state parameters, and outputting a result, wherein the equipment function state parameters are parameters and parameter values corresponding to the current function states of the equipment, and the result is a result set for judging whether each function is available or not;
if the equipment function state parameter accords with the logic relation expression, the function corresponding to the logic relation expression, namely, the parameter value, can be executed, otherwise, the function cannot be executed; when executing, the logical relation expression is executed under a context sandbox in the JavaScript programming language by using an eval () built-in Function or a new Function () built-in Function.
7. An electronic device comprising a processor, a storage medium, and a computer program stored in the storage medium, wherein the computer program when executed by the processor implements the device function mutex logic configuration method of any one of claims 1 to 5.
8. A computer storage medium having stored thereon a computer program, wherein the computer program when executed by a processor implements the device function mutex logic configuration method of any of claims 1 to 5.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910926135.3A CN110688172B (en) | 2019-09-27 | 2019-09-27 | Device function mutual exclusion logic configuration method and device, electronic device and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910926135.3A CN110688172B (en) | 2019-09-27 | 2019-09-27 | Device function mutual exclusion logic configuration method and device, electronic device and storage medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN110688172A CN110688172A (en) | 2020-01-14 |
CN110688172B true CN110688172B (en) | 2023-11-03 |
Family
ID=69110683
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201910926135.3A Active CN110688172B (en) | 2019-09-27 | 2019-09-27 | Device function mutual exclusion logic configuration method and device, electronic device and storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN110688172B (en) |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111563036B (en) * | 2020-04-26 | 2021-07-20 | 珠海格力电器股份有限公司 | Function logic judgment method and device, intelligent equipment and storage medium |
CN111585812B (en) * | 2020-05-07 | 2022-08-23 | 网经科技(苏州)有限公司 | Method for fusing mutually exclusive functions of gateway |
CN111682969B (en) * | 2020-06-02 | 2022-04-15 | 中国科学院自动化研究所 | Distributed and decentralized device control mutual exclusion method, system and device |
CN111858109B (en) * | 2020-07-22 | 2024-09-13 | 中国第一汽车股份有限公司 | Method, device, equipment and storage medium for verifying mutex logic |
CN113342420B (en) * | 2021-06-28 | 2024-06-18 | 杭州涂鸦信息技术有限公司 | Firmware configuration method, device, equipment and storage medium |
CN114697150B (en) * | 2022-02-25 | 2024-03-22 | 青岛海尔科技有限公司 | Command issuing method and device, storage medium and electronic device |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103577178A (en) * | 2012-08-03 | 2014-02-12 | 北京奥鹏远程教育中心有限公司 | Method and system for flexibly modifying computation rule |
CN103577174A (en) * | 2012-08-01 | 2014-02-12 | 北京奥鹏远程教育中心有限公司 | Visualized generation method and system of calculation rule scripts |
CN103701671A (en) * | 2013-12-31 | 2014-04-02 | 北京邮电大学 | Method and device for detecting conflicts among businesses |
CN104702442A (en) * | 2015-03-19 | 2015-06-10 | 浪潮集团有限公司 | Service platform correlation monitoring and management method based on Boolean logic function |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP3745595B2 (en) * | 2000-06-29 | 2006-02-15 | インターナショナル・ビジネス・マシーンズ・コーポレーション | Network system construction method and system, network system configuration diagram drawing method and system, network system configuration file generation method and system, and recording medium |
US7953651B2 (en) * | 2006-02-27 | 2011-05-31 | International Business Machines Corporation | Validating updated business rules |
CN102665231B (en) * | 2012-05-23 | 2015-02-18 | 北京中创信测科技股份有限公司 | Method of automatically generating parameter configuration file for LTE (Long Term Evolution) system |
-
2019
- 2019-09-27 CN CN201910926135.3A patent/CN110688172B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103577174A (en) * | 2012-08-01 | 2014-02-12 | 北京奥鹏远程教育中心有限公司 | Visualized generation method and system of calculation rule scripts |
CN103577178A (en) * | 2012-08-03 | 2014-02-12 | 北京奥鹏远程教育中心有限公司 | Method and system for flexibly modifying computation rule |
CN103701671A (en) * | 2013-12-31 | 2014-04-02 | 北京邮电大学 | Method and device for detecting conflicts among businesses |
CN104702442A (en) * | 2015-03-19 | 2015-06-10 | 浪潮集团有限公司 | Service platform correlation monitoring and management method based on Boolean logic function |
Also Published As
Publication number | Publication date |
---|---|
CN110688172A (en) | 2020-01-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN110688172B (en) | Device function mutual exclusion logic configuration method and device, electronic device and storage medium | |
EP4250104B1 (en) | Scene configuration method, storage medium and border gateway | |
CN110647564B (en) | Hive table building method, electronic device and computer readable storage medium | |
CN112445147A (en) | Awakening method, system and device of intelligent equipment, electronic equipment and storage medium | |
CN112070202B (en) | Fusion graph generation method and device and computer readable storage medium | |
CN111643898A (en) | Virtual scene construction method, device, terminal and storage medium | |
CN109067562A (en) | Dynamic configuration update method and system, server and medium based on intelligent pointer | |
CN114327709A (en) | Control page generation method and device, intelligent device and storage medium | |
CN106371869A (en) | Realizing method for IEC61850 configuration software of compartment equipment of intelligent substation | |
US8583798B2 (en) | Unidirectional resource and type dependencies in oracle clusterware | |
CN117092924A (en) | Control method for intelligent household system, air conditioner and intelligent household system | |
CN118192371B (en) | Management and control method of modeled Internet of things equipment | |
CN110661873B (en) | Internet of things platform parameter conversion method, device, equipment, medium and system | |
CN110045997B (en) | Object initialization method, device, equipment and storage medium of basic function module | |
CN115756463A (en) | Web tree component automatic generation method and device, electronic equipment and storage medium | |
CN117555810A (en) | Virtual debugging method, device, equipment and storage medium of Internet of things application | |
CN112948001B (en) | Method, readable storage medium and device for setting tensor hardware configuration | |
CN116541076A (en) | Multi-path CPU control system, method, storage medium and equipment | |
CN116431200A (en) | Configuration method, device, equipment and storage medium for application data configuration information | |
CN111857782B (en) | Interface updating method and device, computer equipment and storage medium | |
CN114818308A (en) | Template-based intelligent scheme generation method, system, device and medium | |
CN113694523A (en) | H5 game display method and device based on mobile terminal APP and computer equipment | |
CN116068907A (en) | Equipment operation testing method and device, storage medium and electronic device | |
CN114257701A (en) | Access configuration method, device and storage medium of video processing algorithm | |
EP3521948A1 (en) | Systems and methods for auto-generating a control and monitoring solution for smart and robotics environments |
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 |