CN111190615A - Method for remotely modifying equipment parameters and upgrading equipment parameters - Google Patents

Method for remotely modifying equipment parameters and upgrading equipment parameters Download PDF

Info

Publication number
CN111190615A
CN111190615A CN201911399292.XA CN201911399292A CN111190615A CN 111190615 A CN111190615 A CN 111190615A CN 201911399292 A CN201911399292 A CN 201911399292A CN 111190615 A CN111190615 A CN 111190615A
Authority
CN
China
Prior art keywords
steps
parameters
upgrading
instruction
equipment
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
CN201911399292.XA
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.)
Shenzhen Eyesky Technology Co ltd
Original Assignee
Shenzhen Eyesky Technology 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 Shenzhen Eyesky Technology Co ltd filed Critical Shenzhen Eyesky Technology Co ltd
Priority to CN201911399292.XA priority Critical patent/CN111190615A/en
Publication of CN111190615A publication Critical patent/CN111190615A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/63Image based installation; Cloning; Build to order
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to the technical field of software, in particular to a method for remotely modifying equipment parameters and upgrading, which comprises the following steps: s1: accessing a network; s2: receiving an instruction sent by a remote platform; s3: analyzing and executing the instruction; s4: and returning the data. The method for remotely modifying the equipment parameters and upgrading the equipment can remotely modify the equipment parameters and upgrade software, is beneficial to reducing the time wasted by relevant workers to the site, and is also beneficial to reducing the travel cost so as to improve the enterprise revenue.

Description

Method for remotely modifying equipment parameters and upgrading equipment parameters
[ technical field ] A method for producing a semiconductor device
The invention relates to the technical field of software, in particular to a method for remotely modifying equipment parameters and upgrading the equipment parameters.
[ background of the invention ]
The rapid development of the Internet of things provides great convenience for people, and a plurality of devices can be connected to the network to realize the remote transmission of data.
Since most devices on the market do not have the function of remote modification and upgrade, once the software fails, relevant workers are required to perform field processing to modify or upgrade the software. In the past, a lot of time is wasted for related workers, and the travel cost is not small when accumulated, so that a certain burden is caused to enterprises.
Therefore, how to overcome the problem that the existing equipment cannot be remotely modified and upgraded by parameters becomes the key point to be solved.
[ summary of the invention ]
In order to overcome the technical problems, the invention provides a method for remotely modifying equipment parameters and upgrading.
The invention provides a method for remotely modifying equipment parameters and upgrading, which solves the technical problem, and comprises the following steps:
s1: accessing a network;
s2: receiving an instruction sent by a remote platform;
s3: analyzing and executing the instruction;
s4: and returning the data.
Preferably, step S2 includes the steps of:
s21: verifying the integrity of the instruction;
s22: analyzing a function code of the instruction;
s23: judging the function code;
s24: modifying device parameters or upgrading.
Preferably, step S24 includes the steps of:
s241: judging the function code as a modified device parameter, and modifying the device parameter according to the instruction;
s242: and storing the parameters.
Preferably, step S24 includes the steps of:
s243: judging that the function code is remote upgrading, and upgrading the software file of the equipment according to the instruction;
s244: writing the upgraded software file into a storage code area of the equipment;
s245: and powering off and powering back on the power supply pin of the driving equipment.
Preferably, step S243 further includes the steps of:
s2431: issuing a hex file generated by MDK by a remote platform;
s2432: after the device receives the hex file, the device simulates the program to be re-programmed when the device uses MDK software to program.
Preferably, step S4 includes the steps of:
s41: and replying the data with successfully modified parameters.
Preferably, step S4 includes the steps of:
s42: and replying the data containing the version number successfully upgraded.
Compared with the prior art, the method for remotely modifying the equipment parameters and upgrading the equipment parameters has the following advantages:
the modification and upgrading instruction of the equipment parameters sent by the remote platform can be received through networking, the software of the equipment is operated in a remote mode, the time for maintenance and upgrading when relevant workers go out to the site is saved, the traveling cost is reduced, and enterprise burden is reduced while revenue is created.
[ description of the drawings ]
FIG. 1 is a flow chart of a method of remotely modifying device parameters and upgrades of the present invention.
Fig. 2 is a flowchart illustrating the step S2 of the method for remotely modifying device parameters and upgrading according to the present invention.
Fig. 3 is a flowchart illustrating the step S24 of the method for remotely modifying device parameters and upgrading according to the present invention.
Fig. 4 is a specific flowchart of step S243 in the method for remotely modifying device parameters and upgrading according to the present invention.
Fig. 5 is a flowchart illustrating step S4 of the method for remotely modifying device parameters and upgrading according to the present invention.
[ detailed description ] embodiments
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Referring to fig. 1-5, the present invention provides a method for remotely modifying device parameters and upgrading, comprising the following steps:
s1: accessing a network;
s2: receiving an instruction sent by a remote platform;
s3: analyzing and executing the instruction;
s4: and returning the data.
In step S1, both the device and the remote platform that need to be modified or upgraded access the network, so as to establish a communication relationship between the remote platform and the device.
In step S2, the device receives an instruction sent by the remote platform, where the instruction is an instruction to modify a parameter or an instruction to perform an upgrade.
In step S3, the device parses the command, i.e. analyzes the integrity of the command, analyzes the type of the command (including modifying parameters and upgrading, both types), and performs the command operation to modify or upgrade the parameters after parsing.
In step S4, the returned data is that the device "informs" the remote platform through the network that the device has completed parameter modification or upgrade, and if the device has completed software upgrade, the device will return the version number information after software upgrade to the remote platform through the data for recording and recording.
Step S2 further includes the steps of:
s21: verifying the integrity of the instruction;
s22: analyzing a function code of the instruction;
s23: judging the function code;
s24: modifying device parameters or upgrading.
In step S21, the device verifies the integrity of the command, and if the information sent by the remote terminal is not a complete parameter modification or upgrade command, the information may be other program commands, i.e., the device will not perform the parameter modification or upgrade operation.
In step S22, after determining that the command is a complete command, the device parses out the function code of the command through a preset format.
In step S23, a determination is made as to the specific type of function code to specifically determine whether the function code is used as a parameter modification or a program upgrade.
Step S24 includes the following steps:
s241: judging the function code as a modified device parameter, and modifying the device parameter according to the instruction;
s242: and storing the parameters.
S243: judging that the function code is remote upgrading, and upgrading the software file of the equipment according to the instruction;
s244: writing the upgraded software file into a storage code area of the equipment;
s245: and powering off and powering back on the power supply pin of the driving equipment.
In step S242, the parameters are saved by the memory of the device.
In step S244, the upgraded software file is saved in the storage code area of the memory of the device.
Step S245 is to restart the upgraded device, so as to execute loading.
It can be understood that the sequence of step S241 to step S242 and the sequence of step S243 to step S245 are not sequential, wherein step S241 and step S243 are determined by the device at the same time, and when the function code matches one of the steps, the subsequent steps of the step are performed to complete parameter modification or software upgrade smoothly.
Step S243 includes the steps of:
s2431: issuing a hex file generated by MDK by a remote platform;
s2432: after the device receives the hex file, the device simulates the program to be re-programmed when the device uses MDK software to program.
Steps S2431 and S2432 are a specific implementation of software upgrade.
Step S4 includes the following steps:
s41: and replying the data with successfully modified parameters.
S42: and replying the data containing the version number successfully upgraded.
Wherein step S41 is the response to the remote platform by the device to the step of parameter modification to "inform" the remote platform that the parameter modification is complete.
Step S42 is a response to the remote platform from the device to the software upgrade step to "inform" the remote platform that the software upgrade is completed, and add the upgraded version number to the data to record and record the remote platform, which is also beneficial to prevent wrong version when upgrading next time.
Compared with the prior art, the method for remotely modifying the equipment parameters and upgrading the equipment parameters has the following advantages:
the modification and upgrading instruction of the equipment parameters sent by the remote platform can be received through networking, the software of the equipment is operated in a remote mode, the time for maintenance and upgrading when relevant workers go out to the site is saved, the traveling cost is reduced, and enterprise burden is reduced while revenue is created.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and any modifications, equivalents, improvements, etc. made within the spirit of the present invention should be included in the scope of the present invention.

Claims (7)

1. A method for remotely modifying equipment parameters and upgrading is characterized in that: the method comprises the following steps:
s1: accessing a network;
s2: receiving an instruction sent by a remote platform;
s3: analyzing and executing the instruction;
s4: and returning the data.
2. The method of claim 1 for remotely modifying device parameters and upgrades, comprising: step S2 includes the following steps:
s21: verifying the integrity of the instruction;
s22: analyzing a function code of the instruction;
s23: judging the function code;
s24: modifying device parameters or upgrading.
3. The method of claim 2, wherein the method further comprises the steps of: step S24 includes the following steps:
s241: judging the function code as a modified device parameter, and modifying the device parameter according to the instruction;
s242: and storing the parameters.
4. The method of claim 2, wherein the method further comprises the steps of: step S24 includes the following steps:
s243: judging that the function code is remote upgrading, and upgrading the software file of the equipment according to the instruction;
s244: writing the upgraded software file into a storage code area of the equipment;
s245: and powering off and powering back on the power supply pin of the driving equipment.
5. The method of claim 4, wherein the method further comprises the steps of: step S243 further includes the steps of:
s2431: issuing a hex file generated by MDK by a remote platform;
s2432: after the device receives the hex file, the device simulates the program to be re-programmed when the device uses MDK software to program.
6. The method of claim 1 for remotely modifying device parameters and upgrades, comprising: step S4 includes the following steps:
s41: and replying the data with successfully modified parameters.
7. The method of claim 1 for remotely modifying device parameters and upgrades, comprising: step S4 includes the following steps:
s42: and replying the data containing the version number successfully upgraded.
CN201911399292.XA 2019-12-30 2019-12-30 Method for remotely modifying equipment parameters and upgrading equipment parameters Pending CN111190615A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911399292.XA CN111190615A (en) 2019-12-30 2019-12-30 Method for remotely modifying equipment parameters and upgrading equipment parameters

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911399292.XA CN111190615A (en) 2019-12-30 2019-12-30 Method for remotely modifying equipment parameters and upgrading equipment parameters

Publications (1)

Publication Number Publication Date
CN111190615A true CN111190615A (en) 2020-05-22

Family

ID=70709660

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911399292.XA Pending CN111190615A (en) 2019-12-30 2019-12-30 Method for remotely modifying equipment parameters and upgrading equipment parameters

Country Status (1)

Country Link
CN (1) CN111190615A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114584466A (en) * 2022-02-28 2022-06-03 湖南亿联无限科技有限公司 Communication product reworking method and system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101303592A (en) * 2008-06-30 2008-11-12 电子科技大学 Novel method of wind generating set remote maintenance
CN106843943A (en) * 2017-01-03 2017-06-13 恒鸿达信息技术有限公司 A kind of STM32 microprocessor programs architecture design method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101303592A (en) * 2008-06-30 2008-11-12 电子科技大学 Novel method of wind generating set remote maintenance
CN106843943A (en) * 2017-01-03 2017-06-13 恒鸿达信息技术有限公司 A kind of STM32 microprocessor programs architecture design method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114584466A (en) * 2022-02-28 2022-06-03 湖南亿联无限科技有限公司 Communication product reworking method and system

Similar Documents

Publication Publication Date Title
US7634687B2 (en) Checkpoint restart system and method
US7454399B2 (en) Application integration system and method using intelligent agents for integrating information access over extended networks
US6622302B1 (en) Methods and apparatus for dynamic version transition of management applications and attached subsystems
CN113946358B (en) Automatic driving vehicle software remote upgrading method based on vehicle management system
CN1936844A (en) Method and system for updating software
CN104424095A (en) Automatic testing method and system of mobile terminal
CN106502747A (en) A kind of method of application upgrade and mobile terminal
CN103019726A (en) Management method and device of software system service rules
CN112698857B (en) Method and equipment for data refreshing
CN103530225A (en) Automatic compilation testing method and automatic compilation testing platform for realizing same
CN109598427B (en) Robot management method and device and electronic equipment
CN111459506B (en) Deep learning platform cluster deployment method and device, medium and electronic equipment
CN102572896A (en) Upgrading method and upgrading device for wireless communication system
CN100428824C (en) Method for carrying out active inquiry maintenance on mobile terminal
CN111190615A (en) Method for remotely modifying equipment parameters and upgrading equipment parameters
CN117971267A (en) Program wireless upgrading method based on hierarchical architecture
CN117950763A (en) Flow processing method based on activiti workflow engine
CN112230848B (en) NVM automatic configuration method, device and equipment
CN107621945A (en) A kind of method and device for the mark for determining ios device
CN112199283A (en) Program test control and execution method and corresponding device, equipment and medium
CN110941254A (en) Aeroengine data processing method and equipment
CN104732341A (en) Control method and control system for simulating service process and service process operation
CN110489147A (en) Things-internet gateway remote upgrade method, device and computer readable storage medium
CN110502258A (en) A kind of method, equipment and readable medium upgrading network interface card
CN115048187A (en) Operator-based pvc file importing method, device and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20200522