CN111949305A - Parameter reset control method, device and storage medium - Google Patents

Parameter reset control method, device and storage medium Download PDF

Info

Publication number
CN111949305A
CN111949305A CN202010629244.1A CN202010629244A CN111949305A CN 111949305 A CN111949305 A CN 111949305A CN 202010629244 A CN202010629244 A CN 202010629244A CN 111949305 A CN111949305 A CN 111949305A
Authority
CN
China
Prior art keywords
software program
parameters
current software
current
parameter
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010629244.1A
Other languages
Chinese (zh)
Inventor
蒋浩
陈学舒
雷朋飞
张利
李干春
潘群
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangdong PHNIX Eco Energy Solution Ltd
Original Assignee
Guangdong PHNIX Eco Energy Solution 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 Guangdong PHNIX Eco Energy Solution Ltd filed Critical Guangdong PHNIX Eco Energy Solution Ltd
Priority to CN202010629244.1A priority Critical patent/CN111949305A/en
Publication of CN111949305A publication Critical patent/CN111949305A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • 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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Abstract

The invention discloses a parameter reset control method, a parameter reset control device and a storage medium. The parameter reset control method comprises the following steps: reading the version number of the software program from the nonvolatile memory, and judging whether the nonvolatile memory stores the version number of the current software program; when the version number of the current software program is saved in the nonvolatile memory, calculating the version span between the version number of the current software program and the version number of the software program; if the version span is larger than 0, resetting the parameters of newly added parameters of adjacent software programs between the current software program and the software program, and storing all the parameters of the current software program in a nonvolatile memory; and if the version span is less than or equal to 0, storing all parameters of the current software program in the nonvolatile memory. The invention can keep the set parameters under the condition of software program upgrading, and simultaneously reset the newly added parameters, thereby effectively reducing the error probability of the parameters and being beneficial to ensuring the safe and stable operation of the controlled equipment.

Description

Parameter reset control method, device and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a parameter reset control method, apparatus, and storage medium.
Background
The software program in the controller is often provided with parameters capable of adjusting program functions to adapt to different controlled devices, so as to ensure that the controlled devices operate safely and stably. Because the parameters are required to be effectively stored in the RAM for a long time and are influenced by the characteristics of power-down volatile data of the RAM, the parameters are usually stored in the nonvolatile memory when the power is down, and the parameters in the nonvolatile memory are reset or restored to the RAM when the power is up.
The traditional parameter resetting method is mainly characterized in that parameters in the RAM are stored in an EEPROM in batches, check codes are generated by checking the parameters in the same batch, and the batch of parameters and the corresponding check codes are stored in the EEPROM, so that parameter initialization is carried out according to the comparison result of the check codes generated by secondary check parameters and the check codes in the EEPROM after the parameters are powered on, namely, parameter resetting is carried out when the check codes are inconsistent, and parameter recovery is carried out when the check codes are consistent. When the program is upgraded and new parameters are added, the new parameters are stored in the EEPROM corresponding to the new addresses, if the parameters are initialized, the addresses corresponding to the same batch of parameters where the new parameters are located are all reset, so that the parameters which are already set in the previous version are reset, if the addresses are initialized in the original version of the program, the new addresses are initialized, so that the new parameters cannot be normally reset to effective values, and the problem of initializing the new parameters for upgrading the program is difficult to solve.
Disclosure of Invention
In order to overcome the defects of the prior art, the invention provides a parameter reset control method, a parameter reset control device and a storage medium, which can keep the set parameters under the condition of software program upgrading, reset newly added parameters, effectively reduce the error probability of the parameters and be beneficial to ensuring the safe and stable operation of controlled equipment.
In order to solve the above technical problem, in a first aspect, an embodiment of the present invention provides a parameter reset control method, including:
reading the version number of the software program from the nonvolatile memory, and judging whether the version number of the current software program is stored in the nonvolatile memory;
when the version number of the current software program is saved in the nonvolatile memory, calculating the version span between the version number of the current software program and the version number of the software program;
if the version span is larger than 0, resetting the parameters of newly added parameters of adjacent software programs between the current software program and the software program, and storing all the parameters of the current software program in the nonvolatile memory;
if the version span is less than or equal to 0, storing all parameters of the current software program in the nonvolatile memory.
Further, the parameter reset control method further includes:
and when the version number of the current software program is not saved in the nonvolatile memory, resetting all parameters of the current software program, and storing the version number of the current software program and all parameters in the nonvolatile memory.
Further, the resetting the parameters of the newly added parameters of the adjacent software programs between the current software program and the software program specifically includes:
and resetting the parameters of the newly added parameters of the adjacent software programs between the current software program and the software program according to the sequence from the current software program to the software program.
Further, the resetting the parameters of the newly added parameters of the adjacent software programs between the current software program and the software program specifically includes:
and resetting the parameters of the newly added parameters of the adjacent software programs between the current software program and the software program according to the sequence from the software program to the current software program.
In a second aspect, an embodiment of the present invention provides a parameter reset control apparatus, including:
the judging module is used for reading the version number of the software program from the nonvolatile memory and judging whether the nonvolatile memory stores the version number of the current software program or not;
the calculation module is used for calculating the version span between the version number of the current software program and the version number of the software program when the version number of the current software program is saved in the nonvolatile memory;
the first storage module is used for resetting the parameters of the newly increased adjacent software programs between the current software program and the software program if the version span is greater than 0, and storing all the parameters of the current software program in the nonvolatile memory;
and the second storage module is used for storing all parameters of the current software program in the nonvolatile memory if the version span is less than or equal to 0.
Further, the parameter resetting control device further includes a third storage module, configured to perform parameter resetting on all parameters of the current software program when the version number of the current software program is not saved in the nonvolatile memory, and store the version number of the current software program and all parameters in the nonvolatile memory.
Further, the resetting the parameters of the newly added parameters of the adjacent software programs between the current software program and the software program specifically includes:
and resetting the parameters of the newly added parameters of the adjacent software programs between the current software program and the software program according to the sequence from the current software program to the software program.
Further, the resetting the parameters of the newly added parameters of the adjacent software programs between the current software program and the software program specifically includes:
and resetting the parameters of the newly added parameters of the adjacent software programs between the current software program and the software program according to the sequence from the software program to the current software program.
In a third aspect, an embodiment of the present invention provides a computer-readable storage medium, where the computer-readable storage medium includes a stored computer program, where the computer program, when running, controls an apparatus where the computer-readable storage medium is located to execute the parameter resetting control method described above.
Compared with the prior art, the embodiment of the invention has the following beneficial effects:
judging whether the nonvolatile memory stores the version number of the current software program or not by utilizing the power-down memory of the nonvolatile memory when the nonvolatile memory is powered on, judging whether the current software program is upgraded or not according to the version number of the current software program and the software span of the version number of the software program read from the nonvolatile memory when the nonvolatile memory stores the version number of the current software program, if the version span is more than 0, judging that the current software program is upgraded, only performing parameter reset on newly-added parameters of the adjacent software program between the current software program and the software program, if the version span is less than or equal to 0, judging that the current software program is not upgraded, not performing parameter reset on the parameters of the current software program, and under the condition of upgrading the software program, keeping the set parameters and simultaneously resetting the newly-added parameters, the error probability of the parameters is effectively reduced, and the safe and stable operation of the controlled equipment is ensured.
Drawings
FIG. 1 is a flowchart illustrating a parameter reset control method according to a first embodiment of the present invention;
FIG. 2 is a schematic flow chart of a preferred embodiment of the first embodiment of the present invention;
FIG. 3 is another schematic flow chart of a preferred embodiment of the first embodiment of the present invention;
FIG. 4 is a schematic structural diagram of a parameter reset control apparatus according to a second embodiment of the present invention;
fig. 5 is a schematic structural diagram of a preferred embodiment in a second embodiment of the present invention.
Detailed Description
The technical solutions in the present invention will be described clearly and completely with reference to the accompanying drawings, and it is obvious that the described embodiments are only some embodiments of the present invention, not all embodiments. 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 invention.
It should be noted that, the step numbers in the text are only for convenience of explanation of the specific embodiments, and do not serve to limit the execution sequence of the steps.
As shown in fig. 1, the first embodiment provides a parameter reset control method, which includes steps S1 to S4:
and S1, reading the version number of the software program from the nonvolatile memory, and judging whether the nonvolatile memory stores the version number of the current software program.
S2, when the version number of the current software program is saved in the nonvolatile memory, calculating a version span between the version number of the current software program and the version number of the software program.
And S3, if the version span is larger than 0, resetting the parameters of the newly added parameters of the adjacent software programs between the current software program and the software programs, and storing all the parameters of the current software program in the nonvolatile memory.
And S4, if the version span is less than or equal to 0, storing all parameters of the current software program in a nonvolatile memory.
Non-volatile memory includes, but is not limited to, EEPROM, among others. An eeprom (electrically Erasable Programmable read only memory) refers to a charged Erasable Programmable read only memory, and is a memory chip with no data loss after power failure. The EEPROM can be erased and reprogrammed on a computer or a special device.
Illustratively, in step S1, when the current software program is powered on, the version number of the software program is read from the non-volatile memory, and it is determined whether the non-volatile memory stores the version number of the current software program by using the power-down memory of the non-volatile memory.
In step S2, when it is determined that the version number of the current software program is saved in the nonvolatile memory, the version number of the current software program is subtracted from the version number of the current software program to obtain a version span, so as to determine whether the current software program has been upgraded according to the version span.
In step S3, when the version span is greater than 0, it is determined that the current software program is upgraded, and only parameter reset is performed on newly added parameters of the adjacent software programs between the current software program and the software program, the current values of the newly added parameters are retained, the current values of the newly added parameters are modified to initial values, and after the parameter reset is completed, all the parameters of the current software program are stored in the nonvolatile memory.
In step S4, when the version span is less than or equal to 0, it is determined that the current software program is not upgraded, and it is only necessary to store all the parameters of the current software program in the nonvolatile memory without resetting the parameters of the current software program, and keep the current values of all the parameters.
In the embodiment, whether the nonvolatile memory stores the version number of the current software program is judged by using the power-down memory of the nonvolatile memory when the nonvolatile memory is powered on, so that when the nonvolatile memory stores the version number of the current software program, whether the current software program is upgraded is judged according to the version number of the current software program and the software span of the version number of the software program read from the nonvolatile memory, if the version span is greater than 0, the current software program is considered to be upgraded, only parameter reset needs to be carried out on newly-increased parameters of the adjacent software programs between the current software program and the software program, if the version span is less than or equal to 0, the current software program is not upgraded, the parameter reset does not need to be carried out on the parameters of the current software program, so that the set parameters can be reserved and the newly-increased parameters can be reset simultaneously under the condition of upgrading the software program, the error probability of the parameters is effectively reduced, and the safe and stable operation of the controlled equipment is ensured.
As shown in fig. 2-3, in a preferred embodiment, the parameter resetting control method further includes step S5:
and S5, when the version number of the current software program is not saved in the nonvolatile memory, resetting all parameters of the current software program, and storing the version number of the current software program and all parameters in the nonvolatile memory.
As an example, in step S5, when it is determined that the nonvolatile memory has not saved the version number of the current software program, it is necessary to perform parameter reset on all parameters of the current software program, modify the current values of all parameters to initial values, and store all parameters of the current software program in the nonvolatile memory after the parameter reset is completed.
In the embodiment, all the parameters of the current software program are reset when the version number of the current software program is judged not to be saved in the nonvolatile memory, so that the parameters can be saved as initial values under the condition that the parameters of the software program are not saved, the error probability of the parameters is effectively reduced, and the safe and stable operation of the controlled equipment is ensured.
In a preferred embodiment, the resetting the parameter of the newly added parameter of the adjacent software program between the current software program and the software program specifically includes: and resetting the parameters of the newly added parameters of the adjacent software programs between the current software program and the software program according to the sequence from the current software program to the software program.
Take the example that the version number of the current software program is V1.7 and the version number of the software program is V1.3.
According to the sequence from the current software program to the software programs, namely the current software program V1.7, the intermediate software program V1.6, the intermediate software program V1.5, the intermediate software program V1.4 and the software program V1.3, a parameter reset function V17_ reset () for the newly added parameter of the current software program V1.7 on the basis of the intermediate software program V1.6, a parameter reset function V16_ reset () for the newly added parameter of the intermediate software program V1.6 on the basis of the intermediate software program V1.5, a parameter reset function V15_ reset () for the newly added parameter of the intermediate software program V1.5 on the basis of the intermediate software program V1.4 and a parameter reset function V14_ reset () for the newly added parameter of the intermediate software program V1.4 on the basis of the software program V1.3 are sequentially executed, thereby completing the parameter reset for the newly added parameter of the adjacent software program between the current software program and the software program.
In a preferred embodiment, the resetting the parameter of the newly added parameter of the adjacent software program between the current software program and the software program specifically includes: and resetting the parameters of the newly added parameters of the adjacent software programs between the current software program and the software program according to the sequence from the software program to the current software program.
Take the example that the version number of the current software program is V1.7 and the version number of the software program is V1.3.
According to the sequence from the software program to the current software program, namely the software program V1.3, the intermediate software program V1.4, the intermediate software program V1.5, the intermediate software program V1.6 and the current software program V1.7, a parameter reset function V14_ reset () for the parameter newly added by the intermediate software program V1.4 on the basis of the software program V1.3, a parameter reset function V15_ reset () for the parameter newly added by the intermediate software program V1.5 on the basis of the intermediate software program V1.4, a parameter reset function V16_ reset () for the parameter newly added by the intermediate software program V1.6 on the basis of the intermediate software program V1.5 and a parameter reset function V17_ reset () for the parameter newly added by the current software program V1.7 on the basis of the intermediate software program V1.6 are sequentially executed, thereby completing the parameter reset for the newly added parameter of the adjacent software program between the current software program and the software program.
As shown in fig. 4, a second embodiment provides a parameter reset control apparatus, including: the judging module 21 is configured to read a version number of the software program from the nonvolatile memory, and judge whether the nonvolatile memory stores the version number of the current software program; the calculation module 22 is configured to calculate a version span between the version number of the current software program and the version number of the software program when the version number of the current software program is saved in the nonvolatile memory; the first storage module 23 is configured to, if the version span is greater than 0, perform parameter resetting on newly added parameters of adjacent software programs between the current software program and the software program, and store all parameters of the current software program in the nonvolatile memory; and the second storage module 24 is used for storing all parameters of the current software program in the nonvolatile memory if the version span is less than or equal to 0.
Non-volatile memory includes, but is not limited to, EEPROM, among others. An eeprom (electrically Erasable Programmable read only memory) refers to a charged Erasable Programmable read only memory, and is a memory chip with no data loss after power failure. The EEPROM can be erased and reprogrammed on a computer or a special device.
Illustratively, by the determining module 21, when the current software program is powered on, the version number of the software program is read from the nonvolatile memory, and it is determined whether the nonvolatile memory stores the version number of the current software program by using the power-down memory of the nonvolatile memory.
Through the calculating module 22, when it is determined that the nonvolatile memory stores the version number of the current software program, the version number of the current software program is subtracted from the version number of the current software program to obtain the version span, so as to determine whether the current software program is upgraded according to the version span.
Through the first storage module 23, when the version span is greater than 0, the current software program is considered to be upgraded, only parameter reset needs to be performed on newly added parameters of adjacent software programs between the current software program and the software program, the current values of the newly added parameters are reserved, the current values of the newly added parameters are modified into initial values, and after parameter reset is completed, all parameters of the current software program are stored in the nonvolatile memory.
Through the second storage module 24, when the version span is less than or equal to 0, it is determined that the current software program is not upgraded, and it is not necessary to reset the parameters of the current software program, and it is only necessary to keep the current values of all the parameters, and directly store all the parameters of the current software program in the nonvolatile memory.
In the embodiment, whether the nonvolatile memory stores the version number of the current software program is judged by using the power-down memory of the nonvolatile memory when the nonvolatile memory is powered on, so that when the nonvolatile memory stores the version number of the current software program, whether the current software program is upgraded is judged according to the version number of the current software program and the software span of the version number of the software program read from the nonvolatile memory, if the version span is greater than 0, the current software program is considered to be upgraded, only parameter reset needs to be carried out on newly-increased parameters of the adjacent software programs between the current software program and the software program, if the version span is less than or equal to 0, the current software program is not upgraded, the parameter reset does not need to be carried out on the parameters of the current software program, so that the set parameters can be reserved and the newly-increased parameters can be reset simultaneously under the condition of upgrading the software program, the error probability of the parameters is effectively reduced, and the safe and stable operation of the controlled equipment is ensured.
In a preferred embodiment, as shown in fig. 5, the parameter resetting control device further includes a third storage module 25, configured to perform parameter resetting on all parameters of the current software program when the non-volatile memory does not store the version number of the current software program, and store the version number of the current software program and all parameters in the non-volatile memory.
Illustratively, through the third storage module 25, when it is determined that the nonvolatile memory does not store the version number of the current software program, it is necessary to perform parameter resetting on all parameters of the current software program, modify the current values of all parameters to initial values, and store all parameters of the current software program in the nonvolatile memory after the parameter resetting is completed.
In the embodiment, all the parameters of the current software program are reset when the version number of the current software program is judged not to be saved in the nonvolatile memory, so that the parameters can be saved as initial values under the condition that the parameters of the software program are not saved, the error probability of the parameters is effectively reduced, and the safe and stable operation of the controlled equipment is ensured.
In a preferred embodiment, the resetting the parameter of the newly added parameter of the adjacent software program between the current software program and the software program specifically includes: and resetting the parameters of the newly added parameters of the adjacent software programs between the current software program and the software program according to the sequence from the current software program to the software program.
Take the example that the version number of the current software program is V1.7 and the version number of the software program is V1.3.
According to the sequence from the current software program to the software programs, namely the current software program V1.7, the intermediate software program V1.6, the intermediate software program V1.5, the intermediate software program V1.4 and the software program V1.3, a parameter reset function V17_ reset () for the newly added parameter of the current software program V1.7 on the basis of the intermediate software program V1.6, a parameter reset function V16_ reset () for the newly added parameter of the intermediate software program V1.6 on the basis of the intermediate software program V1.5, a parameter reset function V15_ reset () for the newly added parameter of the intermediate software program V1.5 on the basis of the intermediate software program V1.4 and a parameter reset function V14_ reset () for the newly added parameter of the intermediate software program V1.4 on the basis of the software program V1.3 are sequentially executed, thereby completing the parameter reset for the newly added parameter of the adjacent software program between the current software program and the software program.
In a preferred embodiment, the resetting the parameter of the newly added parameter of the adjacent software program between the current software program and the software program specifically includes: and resetting the parameters of the newly added parameters of the adjacent software programs between the current software program and the software program according to the sequence from the software program to the current software program.
Take the example that the version number of the current software program is V1.7 and the version number of the software program is V1.3.
According to the sequence from the software program to the current software program, namely the software program V1.3, the intermediate software program V1.4, the intermediate software program V1.5, the intermediate software program V1.6 and the current software program V1.7, a parameter reset function V14_ reset () for the parameter newly added by the intermediate software program V1.4 on the basis of the software program V1.3, a parameter reset function V15_ reset () for the parameter newly added by the intermediate software program V1.5 on the basis of the intermediate software program V1.4, a parameter reset function V16_ reset () for the parameter newly added by the intermediate software program V1.6 on the basis of the intermediate software program V1.5 and a parameter reset function V17_ reset () for the parameter newly added by the current software program V1.7 on the basis of the intermediate software program V1.6 are sequentially executed, thereby completing the parameter reset for the newly added parameter of the adjacent software program between the current software program and the software program.
A third embodiment provides a computer-readable storage medium, which includes a stored computer program, where when the computer program runs, the apparatus where the computer-readable storage medium is located is controlled to execute the parameter resetting control method according to the first embodiment, and the same beneficial effects can be achieved.
In summary, the embodiment of the present invention has the following advantages:
judging whether the nonvolatile memory stores the version number of the current software program or not by utilizing the power-down memory of the nonvolatile memory when the nonvolatile memory is powered on, judging whether the current software program is upgraded or not according to the version number of the current software program and the software span of the version number of the software program read from the nonvolatile memory when the nonvolatile memory stores the version number of the current software program, if the version span is more than 0, judging that the current software program is upgraded, only performing parameter reset on newly-added parameters of the adjacent software program between the current software program and the software program, if the version span is less than or equal to 0, judging that the current software program is not upgraded, not performing parameter reset on the parameters of the current software program, and under the condition of upgrading the software program, keeping the set parameters and simultaneously resetting the newly-added parameters, the error probability of the parameters is effectively reduced, and the safe and stable operation of the controlled equipment is ensured.
While the foregoing is directed to the preferred embodiment of the present invention, it will be understood by those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention.
It will be understood by those skilled in the art that all or part of the processes of the above embodiments may be implemented by hardware related to instructions of a computer program, and the computer program may be stored in a computer readable storage medium, and when executed, may include the processes of the above embodiments. The storage medium may be a magnetic disk, an optical disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), or the like.

Claims (9)

1. A parameter reset control method, comprising:
reading the version number of the software program from the nonvolatile memory, and judging whether the version number of the current software program is stored in the nonvolatile memory;
when the version number of the current software program is saved in the nonvolatile memory, calculating the version span between the version number of the current software program and the version number of the software program;
if the version span is larger than 0, resetting the parameters of newly added parameters of adjacent software programs between the current software program and the software program, and storing all the parameters of the current software program in the nonvolatile memory;
if the version span is less than or equal to 0, storing all parameters of the current software program in the nonvolatile memory.
2. The parameter reset control method according to claim 1, further comprising:
and when the version number of the current software program is not saved in the nonvolatile memory, resetting all parameters of the current software program, and storing the version number of the current software program and all parameters in the nonvolatile memory.
3. The parameter reset control method according to claim 1, wherein the parameter resetting of the newly added parameter of the adjacent software program between the current software program and the software program is specifically:
and resetting the parameters of the newly added parameters of the adjacent software programs between the current software program and the software program according to the sequence from the current software program to the software program.
4. The parameter reset control method according to claim 1, wherein the parameter resetting of the newly added parameter of the adjacent software program between the current software program and the software program is specifically:
and resetting the parameters of the newly added parameters of the adjacent software programs between the current software program and the software program according to the sequence from the software program to the current software program.
5. A parameter reset control apparatus, comprising:
the judging module is used for reading the version number of the software program from the nonvolatile memory and judging whether the nonvolatile memory stores the version number of the current software program or not;
the calculation module is used for calculating the version span between the version number of the current software program and the version number of the software program when the version number of the current software program is saved in the nonvolatile memory;
the first storage module is used for resetting the parameters of the newly increased adjacent software programs between the current software program and the software program if the version span is greater than 0, and storing all the parameters of the current software program in the nonvolatile memory;
and the second storage module is used for storing all parameters of the current software program in the nonvolatile memory if the version span is less than or equal to 0.
6. The parameter reset control device according to claim 5, further comprising a third storage module configured to perform parameter reset on all parameters of the current software program when the non-volatile memory does not store the version number of the current software program, and store the version number of the current software program and all parameters in the non-volatile memory.
7. The parameter reset control apparatus according to claim 5, wherein the parameter resetting of the newly added parameter of the adjacent software program between the current software program and the software program is specifically:
and resetting the parameters of the newly added parameters of the adjacent software programs between the current software program and the software program according to the sequence from the current software program to the software program.
8. The parameter reset control apparatus according to claim 5, wherein the parameter resetting of the newly added parameter of the adjacent software program between the current software program and the software program is specifically:
and resetting the parameters of the newly added parameters of the adjacent software programs between the current software program and the software program according to the sequence from the software program to the current software program.
9. A computer-readable storage medium, comprising a stored computer program, wherein the computer program, when executed, controls an apparatus in which the computer-readable storage medium is located to perform the parameter reset control method according to claims 1 to 4.
CN202010629244.1A 2020-07-01 2020-07-01 Parameter reset control method, device and storage medium Pending CN111949305A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010629244.1A CN111949305A (en) 2020-07-01 2020-07-01 Parameter reset control method, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010629244.1A CN111949305A (en) 2020-07-01 2020-07-01 Parameter reset control method, device and storage medium

Publications (1)

Publication Number Publication Date
CN111949305A true CN111949305A (en) 2020-11-17

Family

ID=73337630

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010629244.1A Pending CN111949305A (en) 2020-07-01 2020-07-01 Parameter reset control method, device and storage medium

Country Status (1)

Country Link
CN (1) CN111949305A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040194079A1 (en) * 2003-03-26 2004-09-30 Sony Corporation And Sony Electronics Inc. Migration of configuration data from one software installation through an upgrade
CN108958770A (en) * 2018-06-27 2018-12-07 郑州云海信息技术有限公司 A kind of virtualization system upgrade method and device
CN109343881A (en) * 2018-10-11 2019-02-15 珠海格力电器股份有限公司 Firmware upgrade update method, device and air-conditioning
CN109358892A (en) * 2018-09-26 2019-02-19 潍柴动力股份有限公司 A kind of method for upgrading software version and device
CN110908706A (en) * 2019-11-28 2020-03-24 上海电气富士电机电气技术有限公司 Management method of multi-version software

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040194079A1 (en) * 2003-03-26 2004-09-30 Sony Corporation And Sony Electronics Inc. Migration of configuration data from one software installation through an upgrade
CN108958770A (en) * 2018-06-27 2018-12-07 郑州云海信息技术有限公司 A kind of virtualization system upgrade method and device
CN109358892A (en) * 2018-09-26 2019-02-19 潍柴动力股份有限公司 A kind of method for upgrading software version and device
CN109343881A (en) * 2018-10-11 2019-02-15 珠海格力电器股份有限公司 Firmware upgrade update method, device and air-conditioning
CN110908706A (en) * 2019-11-28 2020-03-24 上海电气富士电机电气技术有限公司 Management method of multi-version software

Similar Documents

Publication Publication Date Title
US9164756B2 (en) Software updating process for an embedded device
US7664923B2 (en) Method and system for updating software
CN109358887B (en) On-line upgrading method, device and system for single chip microcomputer program
CN110109716B (en) Method and device for ensuring stable loading of SSD firmware, computer equipment and storage medium
CN113110891B (en) Firmware loading method and device for solid state disk, computer equipment and storage medium
CN111045713A (en) Method, system and device for upgrading computer system
CN107566169A (en) A kind of firmware upgrade method and router based on openwrt
US7418542B2 (en) Rewritable, nonvolatile memory, electronic device, method of rewriting rewritable, nonvolatile memory, and storage medium having stored thereon rewrite program
CN108733517A (en) SSD firmware upgrades guard method and device
CN114489732A (en) Method and device for updating FPGA (field programmable Gate array) firmware of equipment and electronic equipment
CN108170456B (en) Firmware upgrading method and device for electronic equipment
CN112379843B (en) EEPROM data processing method, system, storage medium and terminal
CN111949305A (en) Parameter reset control method, device and storage medium
CN112433769A (en) BMC starting method and device, computer equipment and storage medium
CN113760623A (en) Method and device for testing TCG (trusted computing group) protocol function of solid state disk and computer equipment
CN113312270A (en) ROM code repairing method and device, readable storage medium and terminal
CN111813597A (en) Air conditioner
CN114242125B (en) Power-down protection method, device and medium for NAND FLASH data
CN110618824A (en) Software upgrading method, device, medium and equipment
CN111400093B (en) Configuration method, configuration device and configuration equipment of NVDIMM (noise, voltage and noise memory Module)
CN112685332A (en) Data storage method and storage device
CN110910939B (en) Threshold value adjusting method and device of storage unit, storage equipment and storage medium
CN113064608A (en) OTA (over the air) upgrading method, device, equipment and medium
CN117632274A (en) Method for starting application program of controller, related equipment and vehicle
CN115407937A (en) Single chip microcomputer data storage method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination