CN112073211B - DALI (digital addressable lighting interface) online upgrading method and system, computer equipment and readable storage medium - Google Patents

DALI (digital addressable lighting interface) online upgrading method and system, computer equipment and readable storage medium Download PDF

Info

Publication number
CN112073211B
CN112073211B CN202010661223.8A CN202010661223A CN112073211B CN 112073211 B CN112073211 B CN 112073211B CN 202010661223 A CN202010661223 A CN 202010661223A CN 112073211 B CN112073211 B CN 112073211B
Authority
CN
China
Prior art keywords
upgrading
instruction
byte
upgrade
online
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
Application number
CN202010661223.8A
Other languages
Chinese (zh)
Other versions
CN112073211A (en
Inventor
区志杨
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Foshan Huaquan Technology Co ltd
Guangdong Cnl Optoelectronics Technology Co ltd
FOSHAN HUAQUAN ELECTRICAL LIGHTING CO LTD
Original Assignee
Foshan Huaquan Technology Co ltd
Guangdong Cnl Optoelectronics Technology Co ltd
FOSHAN HUAQUAN ELECTRICAL LIGHTING 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 Foshan Huaquan Technology Co ltd, Guangdong Cnl Optoelectronics Technology Co ltd, FOSHAN HUAQUAN ELECTRICAL LIGHTING CO LTD filed Critical Foshan Huaquan Technology Co ltd
Priority to CN202010661223.8A priority Critical patent/CN112073211B/en
Publication of CN112073211A publication Critical patent/CN112073211A/en
Application granted granted Critical
Publication of CN112073211B publication Critical patent/CN112073211B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • H04L41/0813Configuration setting characterised by the conditions triggering a change of settings
    • H04L41/082Configuration setting characterised by the conditions triggering a change of settings the condition being updates or upgrades of network functionality
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates

Abstract

The invention discloses a DALI online upgrading method, which comprises the following steps: when the system receives an upgrading starting instruction sent by a first communication instruction set, exiting the current application program, entering an online upgrading program segment, setting an upgrading mark in the online upgrading program segment, and starting to receive an upgrading transmission instruction sent by a second communication instruction set; after receiving the upgrading transmission instruction, the system writes the application program according to the content of the upgrading transmission instruction, and repeats the steps until receiving a programming finishing instruction in the upgrading transmission instruction, stops receiving the upgrading transmission instruction, clears an upgrading mark, and starts to receive an upgrading finishing instruction sent by the first communication instruction set; and after receiving the upgrade completion instruction, the system clears all upgrade information in the online upgrade program segment and enters a newly programmed application program. The invention also discloses a DALI online upgrading system, computer equipment and a computer readable storage medium. By adopting the invention, the DALI function is expanded, and the DALI-based online upgrade is realized.

Description

DALI (digital addressable lighting interface) online upgrading method and system, computer equipment and readable storage medium
Technical Field
The invention relates to the technical field of LEDs, in particular to a DALI online upgrading method, a DALI online upgrading system, computer equipment and a computer readable storage medium.
Background
Most of the program memories of modern microprocessors (microprocessors) adopt flash memories, which can realize on-line reading and writing, but the writing is actually a process of firstly erasing and then writing.
In fact, an "online upgrade" cannot "erase" all program space first and then "write" sequentially byte by byte, as in a normal programming program, but instead there is a "minimum erase chunk", and if the contents of this "chunk" need to be rewritten, only this minimum "chunk" needs to be "erased" and then "written".
DALI Digital Addressable lighting interface (Digital Addressable lighting interface) is a data transmission protocol that defines the communication mode between an electronic ballast and a device controller, but does not define the "online upgrade" mode between the electronic ballast and the device controller, so that the "online upgrade" cannot be implemented between the electronic ballast and the device controller.
Disclosure of Invention
The technical problem to be solved by the invention is to provide a DALI online upgrade method, a system, computer equipment and a computer readable storage medium, which can realize the DALI-based online upgrade and have strong flexibility and practicability.
In order to solve the technical problem, the invention provides a DALI online upgrading method, which comprises the following steps: when the system receives an upgrading starting instruction sent by a first communication instruction set, exiting a current application program and entering an online upgrading program segment, setting an upgrading mark in the online upgrading program segment, and starting to receive an upgrading transmission instruction sent by a second communication instruction set; when the system receives the upgrading transmission instruction, programming an application program according to the content of the upgrading transmission instruction, repeating the steps until a programming finishing instruction in the upgrading transmission instruction is received, stopping receiving the upgrading transmission instruction, clearing the upgrading mark, and starting receiving an upgrading finishing instruction sent by a first communication instruction set; and after receiving the upgrading completion instruction, the system clears all upgrading information in the online upgrading program segment and enters a newly programmed application program.
As an improvement of the above scheme, the method for entering the newly-programmed application program includes: and entering a newly-programmed application program through a soft reset method.
As an improvement of the above scheme, the DALI online upgrade method further includes: taking a system setting instruction '-136' reserved by the first communication instruction set as an upgrading starting instruction; taking a system setting instruction '-137' reserved by the first communication instruction set as an upgrading completion instruction; the 24-bit instruction reserved by the second communication instruction set is used as an upgrade transmission instruction.
As an improvement of the scheme, the upgrade starting instruction and the upgrade completing instruction are transmitted in a broadcasting mode.
As an improvement of the above scheme, the upgrade transmission instruction includes a start address transmission instruction, a data transmission instruction, and a programming end instruction; the starting address transmission instruction is used for recording a starting address of a program block to be modified, and comprises three bytes, wherein the first byte is an identification byte, the second byte is a starting address high-order byte, and the third byte is a starting address low-order byte; the data transmission instruction is used for recording the data of the program block to be modified, and comprises three bytes, wherein the first byte is an identification byte, the second byte is a high-order byte of a data word, and the third byte is a low-order byte of the data word; the programming ending instruction is used for indicating that programming of the program block to be modified is completed, and comprises three bytes, wherein the first byte, the second byte and the third byte are identification bytes.
As an improvement of the above scheme, the DALI online upgrade method further includes: and the second communication instruction set repeatedly sends data transmission instructions until all the contents on the program block to be modified are sent in sequence.
As an improvement of the above scheme, the upgrade transmission instruction further includes a total byte number instruction for recording a total byte number to be transmitted by the program block to be modified; the first byte of the total byte number instruction is an identification byte, the second byte is a total byte number high-order byte, and the third byte is a total byte number low-order byte.
Correspondingly, the invention also provides a DALI online upgrading system, which comprises an upgrading starting module, an upgrading transmission module and an upgrading completion module, wherein the upgrading starting module is used for receiving the upgrading starting instruction sent by the first communication instruction set, exiting the current application program and entering an online upgrading program segment when receiving the upgrading starting instruction sent by the first communication instruction set, setting an upgrading mark in the online upgrading program segment and driving the upgrading transmission module; the upgrading transmission module is used for receiving an upgrading transmission instruction sent by a second communication instruction set, programming an application program according to the content of the upgrading transmission instruction when the upgrading transmission instruction is received, repeating the steps until a programming finishing instruction in the upgrading transmission instruction is received, stopping receiving the upgrading transmission instruction, clearing the upgrading mark and driving the upgrading finishing module; the upgrading completion module is used for receiving an upgrading completion instruction sent by the first communication instruction set, clearing all upgrading information in the online upgrading program segment after receiving the upgrading completion instruction, and entering a newly written application program.
Correspondingly, the invention also provides computer equipment which comprises a memory and a processor, wherein the memory stores a computer program, and the processor executes the steps of the DALI online upgrading method.
Accordingly, the present invention also provides a computer readable storage medium having stored thereon a computer program which, when being executed by a processor, carries out the steps of the above-mentioned DALI online upgrade method.
The implementation of the invention has the following beneficial effects:
the DALI online upgrading method and the DALI online upgrading system have the advantages that the DALI online upgrading instruction (such as an upgrading starting instruction, an initial address transmission instruction, a total byte number instruction, a data transmission instruction, a programming ending instruction and an upgrading finishing instruction) is redefined by using the instruction which is reserved in the first communication instruction set and the second communication instruction set but is not used, so that the DALI functions are expanded and supplemented, the DALI-based online upgrading is realized, and the practicability and the flexibility are strong.
Furthermore, the invention adopts a system setting instruction '-136' reserved by the first communication instruction set (DALI 1) as an upgrading starting instruction and '-137' as an upgrading finishing instruction, and borrows a 24-bit instruction reserved by the second communication instruction set (DALI 2) as an online upgrading data transmission instruction, thereby effectively ensuring that the upgrading instruction type is consistent with the reserved instruction type, reducing the change of the instruction and being more convenient to operate.
Drawings
FIG. 1 is a flow chart of an embodiment of a DALI online upgrade method of the present invention;
fig. 2 is a schematic structural diagram of a DALI online upgrade system according to the present invention.
Detailed Description
To make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail with reference to the accompanying drawings.
Referring to fig. 1, fig. 1 shows a flow chart of an embodiment of the DALI online upgrade method of the present invention, which includes:
s101, when the system receives an upgrade starting instruction sent by a first communication instruction set, exiting the current application program, entering an online upgrade program segment, setting an upgrade flag in the online upgrade program segment, and starting to receive an upgrade transmission instruction sent by a second communication instruction set.
Unlike the prior art, the present invention utilizes a system setup instruction "-136" reserved by the first communication instruction set as an upgrade initiation instruction, where-136, namely: 1111,1111,1000,1000B (0 xff 88).
After the system receives the upgrading starting instruction, the original application program is immediately jumped out, the system enters an independent online upgrading program segment, and meanwhile, an upgrading mark must be set inside the system to start receiving 24-bit upgrading transmission instructions reserved for the second communication instruction set.
It should be noted that the upgrade start instruction is transmitted in a broadcast manner, and must be repeatedly sent within 100ms during normal use, which is highly reliable.
And S102, when the system receives the upgrading transmission instruction, programming the application program according to the content of the upgrading transmission instruction, repeating the steps until a programming finishing instruction in the upgrading transmission instruction is received, stopping receiving the upgrading transmission instruction, clearing the upgrading mark, and starting receiving an upgrading finishing instruction sent by the first communication instruction set.
Unlike the prior art, the present invention utilizes the 24-bit instruction reserved by the second communication instruction set as the upgrade transmission instruction. The upgrade transmission instruction comprises a start address transmission instruction, a data transmission instruction and a programming end instruction, and specifically:
the starting address transmission instruction is used for recording a starting address of a program block to be modified, and comprises three bytes, wherein the first byte is an identification byte, the second byte is a starting address high-order byte, and the third byte is a starting address low-order byte. The first byte is preferably 1111,0001 (0 xf 1).
The data transmission instruction is used for recording the data of the program block to be modified, and comprises three bytes, wherein the first byte is an identification byte, the second byte is a high-order byte of a data word, and the third byte is a low-order byte of the data word; the first byte is preferably 1111,0101 (0 xf 5). In the transmission process, when the second communication instruction set sends the upgrading transmission instruction, the initial address transmission instruction is sent firstly, and the data transmission instruction can be sent repeatedly until all the contents on the program block to be modified are sent in sequence.
The programming ending instruction is used for indicating that programming of the program block to be modified is completed, and comprises three bytes, wherein the first byte, the second byte and the third byte are identification bytes. The first byte is preferably 1111,0111 (0 xf 7), the second byte is preferably 0xaa, and the third byte is preferably 0x55.
It should be noted that, after the system receives the programming end instruction in the upgrade transmission instruction, the system immediately stops receiving the 24-bit upgrade transmission instruction in the second communication instruction set, and converts the 24-bit upgrade transmission instruction into a 16-bit upgrade completion instruction in the first communication instruction set. That is, after receiving the programming end instruction in the upgrade transmission instruction, the system waits for receiving the upgrade completion instruction, and when receiving the upgrade completion instruction, exits from the "online upgrade" state and enters into the new programming application program.
Further, the upgrade transmission instruction also comprises a total byte number instruction used for recording the total byte number to be transmitted by the program block to be modified. The total byte number instruction comprises three bytes, wherein the first byte is an identification byte, the second byte is a high-order byte of the total byte number, and the third byte is a low-order byte of the total byte number. The first byte is preferably 1111,0011 (0 xf 3).
It should be noted that the total byte number refers to the program byte in the program block, and does not include the start address and the total byte number itself, and usually a program block is 64 bytes or an integer multiple thereof, if it is standard 64 bytes, the total byte number instruction may not be sent.
S103, after the system receives the upgrade completion instruction, all upgrade information in the online upgrade program segment is cleared, and a newly programmed application program is entered.
Unlike the prior art, the present invention utilizes a system setup instruction "-137" reserved by the first communication instruction set as an upgrade complete instruction, where-137, i.e.: 1111,1111,1000,1001B (0 xff 89).
It should be noted that the upgrade start instruction and the upgrade complete instruction are transmitted in a broadcast manner, and must be repeatedly transmitted within 100ms during normal use.
Further, the method for entering the newly-programmed application program comprises the following steps: and entering a newly-programmed application program through a soft reset method.
After the system receives the upgrade complete instruction, all upgrade information in the online upgrade program section in the online upgrade process is immediately cleared, and the newly programmed application program is initialized immediately by a soft reset method.
Therefore, the invention redefines the DALI online upgrading instruction (such as the upgrading starting instruction, the starting address transmission instruction, the total byte number instruction, the data transmission instruction, the programming ending instruction and the upgrading finishing instruction) by using the instruction reserved in the first communication instruction set and the second communication instruction set but not used, thereby expanding and supplementing the DALI function, realizing the online upgrading based on the DALI and having strong practicability and flexibility. Meanwhile, the invention adopts a system setting instruction '-136' reserved by the first communication instruction set (DALI 1) as an upgrade starting instruction and '-137' as an upgrade completing instruction, and borrows a 24-bit instruction reserved by the second communication instruction set (DALI 2) as an online upgrade data transmission instruction, thereby ensuring that the upgrade instruction type is consistent with the reserved instruction type, reducing the change of the instruction and being more convenient to operate.
Referring to fig. 2, fig. 2 shows a specific structure of the DALI online upgrade system 100 of the present invention, which includes an upgrade starting module 1, an upgrade transmitting module 2, and an upgrade completing module 3.
The following describes the three modules respectively:
1. the upgrading starting module:
the upgrading starting module 1 is used for receiving an upgrading starting instruction sent by the first communication instruction set, exiting the current application program and entering an online upgrading program segment when receiving the upgrading starting instruction sent by the first communication instruction set, setting an upgrading mark in the online upgrading program segment, and driving the upgrading transmission module 2.
The invention utilizes a system setting instruction '-136' reserved by a first communication instruction set as an upgrading starting instruction, wherein, 136 is: 1111,1111,1000,1000B (0 xff 88).
It should be noted that the upgrade start instruction is transmitted in a broadcast manner, and must be repeatedly transmitted within 100ms during normal use.
2. Upgrading the transmission module:
the upgrading transmission module 2 is configured to receive an upgrading transmission instruction sent by a second communication instruction set, and when the upgrading transmission instruction is received, program the application program according to the content of the upgrading transmission instruction, repeat the above steps until a programming end instruction in the upgrading transmission instruction is received, stop receiving the upgrading transmission instruction, and drive the upgrading completion module 3.
The present invention utilizes the 24-bit command reserved by the second communication command set as an upgrade transfer command. The upgrade transmission instruction comprises an initial address transmission instruction, a total byte number instruction, a data transmission instruction and a programming end instruction, and specifically:
the starting address transmission instruction is used for recording a starting address of a program block to be modified, and comprises three bytes, wherein the first byte is an identification byte, the second byte is a starting address high-order byte, and the third byte is a starting address low-order byte. The first byte is preferably 1111,0001 (0 xf 1).
The total byte number instruction is used for recording the total byte number to be transmitted by the program block to be modified, and comprises three bytes, wherein the first byte is an identification byte, the second byte is a high-order byte of the total byte number, and the third byte is a low-order byte of the total byte number. The first byte is preferably 1111,0011 (0 xf 3). It should be noted that the total byte number refers to the program byte in the program block, and does not include the start address and the total byte number itself, and usually a program block is 64 bytes or an integer multiple thereof, if it is standard 64 bytes, the total byte number instruction may not be sent.
The data transmission instruction is used for recording the data of the program block to be modified, and comprises three bytes, wherein the first byte is an identification byte, the second byte is a high-order byte of a data word, and the third byte is a low-order byte of the data word; the first byte is preferably 1111,0101 (0 xf 5). In the transmission process, when the second communication instruction set sends the upgrading transmission instruction, the initial address transmission instruction is sent firstly, and the data transmission instruction can be sent repeatedly until all the contents on the program block to be modified are sent in sequence.
The programming ending instruction is used for indicating that programming of the program block to be modified is completed, and comprises three bytes, wherein the first byte, the second byte and the third byte are identification bytes. The first byte is preferably 1111,0111 (0 xf 7), the second byte is preferably 0xaa, and the third byte is preferably 0x55.
3. Upgrade completion module
And the upgrading completion module 3 is used for receiving an upgrading completion instruction sent by the first communication instruction set, clearing all upgrading information in the online upgrading program segment after receiving the upgrading completion instruction, and entering a newly written application program.
The invention utilizes a system setting instruction '-137' reserved by a first communication instruction set as an upgrade completion instruction, wherein, -137 is that: 1111,1111,1000,1001B (0 xff 89).
It should be noted that the upgrade start instruction and the upgrade complete instruction are transmitted in a broadcast manner, and must be repeatedly transmitted within 100ms during normal use.
In the online upgrading process, after receiving an upgrading starting instruction sent by a first communication instruction set, an upgrading starting module 1 immediately jumps out of an original application program and enters an independent online upgrading program segment, and meanwhile, an upgrading mark is required to be arranged inside the upgrading starting module, and then an upgrading transmission module 2 is started to start to receive a 24-bit upgrading transmission instruction reserved for a second communication instruction set. When the upgrade transmission module 2 receives the upgrade transmission instruction, the application program is programmed according to the upgrade transmission instruction, and meanwhile, after the upgrade transmission module 2 receives a programming end instruction in the upgrade transmission instruction, the 24-bit upgrade transmission instruction of the second communication instruction set stops being received immediately, and meanwhile, the upgrade completion module 3 is driven to receive the upgrade completion instruction of the first communication instruction set. After receiving the upgrade complete instruction, the upgrade complete module 3 immediately clears all upgrade information in the online upgrade program segment in the online upgrade process, and immediately initializes and enters the newly programmed application program by a soft reset method.
Therefore, the invention can effectively realize the DALI-based online upgrade, thereby expanding and supplementing the DALI function and having strong practicability and flexibility.
Correspondingly, the invention also provides computer equipment which comprises a memory and a processor, wherein the memory stores a computer program, and the processor realizes the steps of the DALI online upgrading method when executing the computer program. Meanwhile, the present invention also provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the above DALI online upgrade method.
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.

Claims (10)

1. A DALI online upgrading method is characterized by comprising the following steps:
when the system receives an upgrade starting instruction sent by a first communication instruction set, exiting a current application program and entering an online upgrade program segment, setting an upgrade flag in the online upgrade program segment, and starting to receive an upgrade transmission instruction sent by a second communication instruction set;
when the system receives the upgrading transmission instruction, programming an application program according to the content of the upgrading transmission instruction, repeating the steps until a programming finishing instruction in the upgrading transmission instruction is received, stopping receiving the upgrading transmission instruction, clearing the upgrading mark, and starting receiving an upgrading finishing instruction sent by a first communication instruction set;
and after receiving the upgrading completion instruction, the system clears all upgrading information in the online upgrading program segment and enters a newly programmed application program.
2. The DALI online upgrade method as claimed in claim 1, wherein the method of entering a newly burned application program comprises: and entering a newly-programmed application program through a soft reset method.
3. The DALI online upgrade method as claimed in claim 1, further comprising:
taking a system setting instruction '-136' reserved by the first communication instruction set as an upgrading starting instruction;
taking a system setting instruction '-137' reserved by the first communication instruction set as an upgrading completion instruction;
the 24-bit instruction reserved by the second communication instruction set is used as an upgrade transmission instruction.
4. The DALI online upgrade method according to claim 1, wherein the upgrade start command and the upgrade complete command are transmitted in a broadcast manner.
5. The DALI online upgrade method according to claim 1, wherein the upgrade transmission instructions include a start address transmission instruction, a data transmission instruction, and a programming end instruction;
the starting address transmission instruction is used for recording a starting address of a program block to be modified, and comprises three bytes, wherein the first byte is an identification byte, the second byte is a starting address high-order byte, and the third byte is a starting address low-order byte;
the data transmission instruction is used for recording the data of the program block to be modified, and comprises three bytes, wherein the first byte is an identification byte, the second byte is a high-order byte of a data word, and the third byte is a low-order byte of the data word;
the programming ending instruction is used for indicating that programming of the program block to be modified is completed, and comprises three bytes, wherein the first byte, the second byte and the third byte are identification bytes.
6. The DALI online upgrade method as claimed in claim 5, further comprising: and the second communication instruction set repeatedly sends data transmission instructions until all the contents on the program block to be modified are sent in sequence.
7. The DALI online upgrade method according to claim 3, wherein the upgrade transfer instructions further include a total byte count instruction for recording a total number of bytes to be transferred for the block to be modified;
the total byte number instruction comprises three bytes, wherein the first byte is an identification byte, the second byte is a high-order byte of the total byte number, and the third byte is a low-order byte of the total byte number.
8. A DALI online upgrade system is characterized by comprising an upgrade starting module, an upgrade transmission module and an upgrade completing module, wherein,
the upgrading starting module is used for receiving an upgrading starting instruction sent by the first communication instruction set, exiting the current application program and entering an online upgrading program section when receiving the upgrading starting instruction sent by the first communication instruction set, setting an upgrading mark in the online upgrading program section and driving the upgrading transmission module;
the upgrading transmission module is used for receiving an upgrading transmission instruction sent by a second communication instruction set, programming an application program according to the content of the upgrading transmission instruction after receiving the upgrading transmission instruction, repeating the steps until a programming finishing instruction in the upgrading transmission instruction is received, stopping receiving the upgrading transmission instruction, clearing the upgrading mark and driving the upgrading finishing module;
the upgrading completion module is used for receiving an upgrading completion instruction sent by the first communication instruction set, clearing all upgrading information in the online upgrading program segment after receiving the upgrading completion instruction, and entering a newly written application program.
9. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor, when executing the computer program, implements the steps of the method of any of claims 1 to 7.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 7.
CN202010661223.8A 2020-07-10 2020-07-10 DALI (digital addressable lighting interface) online upgrading method and system, computer equipment and readable storage medium Active CN112073211B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010661223.8A CN112073211B (en) 2020-07-10 2020-07-10 DALI (digital addressable lighting interface) online upgrading method and system, computer equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010661223.8A CN112073211B (en) 2020-07-10 2020-07-10 DALI (digital addressable lighting interface) online upgrading method and system, computer equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN112073211A CN112073211A (en) 2020-12-11
CN112073211B true CN112073211B (en) 2022-10-11

Family

ID=73657332

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010661223.8A Active CN112073211B (en) 2020-07-10 2020-07-10 DALI (digital addressable lighting interface) online upgrading method and system, computer equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN112073211B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104881301A (en) * 2014-02-28 2015-09-02 北京谊安医疗系统股份有限公司 Burning method and device for DSP (digital signal processing) chip program upgrading
CN111158724A (en) * 2019-12-30 2020-05-15 深圳茂硕电子科技有限公司 DALI bus-based software automatic upgrading method and system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7369060B2 (en) * 2004-12-14 2008-05-06 Lutron Electronics Co., Inc. Distributed intelligence ballast system and extended lighting control protocol

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104881301A (en) * 2014-02-28 2015-09-02 北京谊安医疗系统股份有限公司 Burning method and device for DSP (digital signal processing) chip program upgrading
CN111158724A (en) * 2019-12-30 2020-05-15 深圳茂硕电子科技有限公司 DALI bus-based software automatic upgrading method and system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
数字可寻址照明接口DALI-1与DALI-2的对比分析;赵柱博等;《照明工程学报》;20200215(第01期);第97-107页 *
智能照明系统的研究与开发;张岳军;《中国优秀博硕士学位论文全文数据库(硕士)工程科技Ⅱ辑》;20060615;C042-180 *

Also Published As

Publication number Publication date
CN112073211A (en) 2020-12-11

Similar Documents

Publication Publication Date Title
US7177975B2 (en) Card system with erase tagging hierarchy and group based write protection
EP2115595B1 (en) Memory device performance enhancement through pre-erase mechanism
CN100454257C (en) Embedded system
US8386694B2 (en) Memory device, its access method, and memory system
US20060224821A1 (en) System for parallel updating flash memory and method for the same
US7725646B2 (en) Method of using a flash memory for a circular buffer
WO2003056431A1 (en) Memory device and recording/reproducing apparatus using the same
JPH1115705A (en) Memory management method, record medium and memory management device
CN103914393A (en) MCU-based (microprogrammed control unit-based) non-loss FLASH storage update method
US8775760B2 (en) Modifying a host interface setting for a non-volatile memory module
EP0890955B1 (en) Storage apparatus, data write-in method, and data read-out method
JP2003242470A (en) External connecting device and host device
CN107463341A (en) Method for deleting, device and the mobile terminal of FLASH chip
CN102446141B (en) Device and method for realizing write protection control
JP2003241908A (en) External connection equipment and host equipment
JPWO2007116476A1 (en) Memory card and data writing method
CN112073211B (en) DALI (digital addressable lighting interface) online upgrading method and system, computer equipment and readable storage medium
US10338843B2 (en) Methods for moving data internally and apparatuses using the same
US6301709B1 (en) Circuit pack system with semi-or fully-automatic upgrade capability
EP2307974A1 (en) Method for transferring or erasing data in a master-slave environment
CN112269585A (en) Joint driver firmware online updating method and device and joint driver
CN111309350A (en) Bootload updating method
US20060156297A1 (en) Method and device for modifying software in a control unit and corresponding control unit
CN101561760A (en) Method for upgrading firmware of interface card
US20090043945A1 (en) Non-Volatile Memory System and Method for Reading Data Therefrom

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