CN112083902A - Control method of storage cabinet, storage cabinet and readable storage medium - Google Patents

Control method of storage cabinet, storage cabinet and readable storage medium Download PDF

Info

Publication number
CN112083902A
CN112083902A CN202010919919.6A CN202010919919A CN112083902A CN 112083902 A CN112083902 A CN 112083902A CN 202010919919 A CN202010919919 A CN 202010919919A CN 112083902 A CN112083902 A CN 112083902A
Authority
CN
China
Prior art keywords
dial
value
locker
display module
target
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010919919.6A
Other languages
Chinese (zh)
Other versions
CN112083902B (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.)
Shenzhen Zhilai Science and Technology Co Ltd
Original Assignee
Shenzhen Zhilai Science and 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 Zhilai Science and Technology Co Ltd filed Critical Shenzhen Zhilai Science and Technology Co Ltd
Priority to CN202010919919.6A priority Critical patent/CN112083902B/en
Publication of CN112083902A publication Critical patent/CN112083902A/en
Application granted granted Critical
Publication of CN112083902B publication Critical patent/CN112083902B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/1407General aspects irrespective of display type, e.g. determination of decimal point position, display with fixed or driving decimal point, suppression of non-significant zeros
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/16Sound input; Sound output

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • General Health & Medical Sciences (AREA)
  • User Interface Of Digital Computer (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

The invention provides a control method of a storage cabinet, the storage cabinet and a readable storage medium, wherein the control method of the storage cabinet is to obtain a dial value of a dial switch, obtain a corresponding target display parameter according to the dial value, and configure a display module through the target display parameter, namely, the display module is configured by obtaining the dial value of the dial switch and directly obtaining the target display parameter of the display module according to the dial value, so that the compiling and testing of system images are reduced, and the labor cost and the time cost are reduced; and reduces the configuration flow, thereby improving the production timeliness.

Description

Control method of storage cabinet, storage cabinet and readable storage medium
Technical Field
The invention relates to the field of storage equipment, in particular to a control method of a storage cabinet, the storage cabinet and a readable storage medium.
Background
At present, an operating system carried by an embedded master control of a storage device cannot be fully adapted and can meet various display screens, particularly the adaptation of the display screens of an LVDS interface, for example, the display screens of the LVDS interface are not supported by a communication protocol, a single system mirror image can only be adapted to the display screen of one LVDS interface, so that great pressure is caused to the compiling, testing and production debugging of the system mirror image, and the labor cost and the time cost are greatly increased.
Disclosure of Invention
The invention mainly aims to provide a control method of a storage cabinet, the storage cabinet and a readable storage medium, aiming at reducing compiling and testing of system images so as to reduce labor cost and time cost.
In order to achieve the above object, the present invention provides a control method of a storage cabinet, wherein the storage cabinet comprises a display module and a dial switch, and the control method of the storage cabinet comprises:
acquiring a dial value of the dial switch;
acquiring corresponding target display parameters according to the dial values;
and configuring the display module according to the target display parameters.
In an optional embodiment, the obtaining of the corresponding target display parameter according to the dialing value includes:
acquiring configuration information of the display module, wherein the configuration information comprises interface information and size information of the display module;
determining a target dial value of the dial switch according to the configuration information;
and when the target dial value is consistent with the dial value of the dial switch, taking the display parameter associated with the dial value of the dial switch as the target display parameter.
In an optional embodiment, after the step of determining the target dial value of the dial switch according to the configuration information, the step of obtaining the corresponding target display parameter according to the dial value further includes:
when the target dial value is inconsistent with the dial value of the dial switch, acquiring preset display parameters;
and taking the preset display parameters as the target display parameters.
In an optional embodiment, the control method of the storage cabinet further includes:
after the storage cabinet is powered on, initializing all dial bits in the display module and the dial switch.
In an optional embodiment, the step of initializing each dial bit in the dial switch includes:
acquiring a configuration value of the dial switch;
and carrying out initialization configuration on each dial bit in the dial switch according to the configuration value.
In an optional embodiment, after the step of configuring the display module according to the display parameter, the method further includes:
and returning the information of successful configuration to the locker.
In addition, to achieve the above object, the present invention further provides a locker, the locker including a memory, a processor, and a control program of the locker stored in the memory and operable on the processor, wherein the control program of the locker realizes the steps of the control method of the locker as described above when executed by the processor.
In an alternative embodiment, the cabinet comprises a courier cabinet, an article storage cabinet or a vending cabinet.
In addition, to achieve the above object, the present invention further provides a readable storage medium, on which a control program of a locker is stored, the control program of the locker implementing the steps of the control method of the locker as described above when executed by a processor.
The invention provides a control method of a storage cabinet, the storage cabinet and a readable storage medium, wherein the control method of the storage cabinet is to obtain a dial value of a dial switch, obtain a corresponding target display parameter according to the dial value, and configure a display module through the target display parameter, namely, the display module is configured by obtaining the dial value of the dial switch and directly obtaining the target display parameter of the display module according to the dial value, so that the compiling and testing of system images are reduced, and the labor cost and the time cost are reduced; and reduces the configuration flow, thereby improving the production timeliness.
Drawings
In order to more clearly illustrate the embodiments or exemplary technical solutions of the present invention, the drawings used in the embodiments or exemplary descriptions will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic terminal structure diagram of a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart illustrating a first embodiment of a method for controlling a storage cabinet according to the present invention;
FIG. 3 is a schematic flow chart illustrating a second embodiment of a method for controlling a storage cabinet according to the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the steps as a sequential process, many of the steps can be performed in parallel, concurrently or simultaneously. In addition, the order of the steps may be rearranged. A process may be terminated when its operations are completed, but may have additional steps not included in the figure. A process may correspond to a method, a function, a procedure, a subroutine, a subprogram, etc.
In order to realize interaction between the storage cabinet and a user, a display module, namely a display screen, is arranged on a common storage cabinet, but because the display screen is not supported by a communication protocol, display parameters of the display screen are adjusted, and particularly the display parameters related to dial values of the dial switches need to be adjusted. Specifically, the invention provides a solution to obtain the dial value of the dial switch; acquiring corresponding target display parameters according to the dial values; configuring the display module according to the target display parameters, namely, directly acquiring the target display parameters of the display module according to the dial values and the dial values to configure the display module, so that compiling and testing of system images are reduced, and labor cost and time cost are reduced; and reduces the configuration flow, thereby improving the production timeliness.
As shown in fig. 1, fig. 1 is a schematic diagram of a hardware operating environment of a terminal according to an embodiment of the present invention.
As shown in fig. 1, the terminal may be a storage cabinet or a control terminal communicatively connected to the storage cabinet, and includes: a processor 1001, such as a CPU, a network interface 1004, a user interface 1003, a memory 1005, a communication bus 1002. Wherein a communication bus 1002 is used to enable connective communication between these components. The user interface 1003 may include a Display module (Display), an input unit such as a Keyboard (Keyboard), a remote controller, and the optional user interface 1003 may also include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (such as a non-volatile memory), such as a disk memory. The memory 1005 may alternatively be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the configuration of the terminal shown in fig. 1 is not intended to be limiting and may include more or fewer components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, the memory 1005, which is a kind of computer storage medium, may include therein an operating system, a network communication module, a user interface module, and a control program of a locker.
In the terminal shown in fig. 1, the network interface 1004 is mainly used for connecting to a backend server and performing data communication with the backend server; the user interface 1003 is mainly used for connecting a client (user side) and performing data communication with the client; and the processor 1001 may be configured to call the control program of the locker stored in the memory 1005, and perform the following operations:
acquiring a dial value of the dial switch;
acquiring corresponding target display parameters according to the dial values;
and configuring the display module according to the target display parameters.
Further, the processor 1001 may call the control program of the locker stored in the memory 1005, and further perform the following operations:
acquiring configuration information of the display module, wherein the configuration information comprises interface information and size information of the display module;
determining a target dial value of the dial switch according to the configuration information;
and when the target dial value is consistent with the dial value of the dial switch, taking the display parameter associated with the dial value of the dial switch as the target display parameter.
Further, the processor 1001 may call the control program of the locker stored in the memory 1005, and further perform the following operations:
when the target dial value is inconsistent with the dial value of the dial switch, acquiring preset display parameters;
and taking the preset display parameters as the target display parameters.
Further, the processor 1001 may call the control program of the locker stored in the memory 1005, and further perform the following operations:
after the storage cabinet is powered on, all dial bits in the display module and the dial switch are initialized.
Further, the processor 1001 may call the control program of the locker stored in the memory 1005, and further perform the following operations:
acquiring a configuration value of the dial switch;
and carrying out initialization configuration on each dial bit in the dial switch according to the configuration value.
Further, the processor 1001 may call the control program of the locker stored in the memory 1005, and further perform the following operations:
and returning the information of successful configuration to the locker.
The invention provides a control method of a storage cabinet.
Referring to fig. 2, fig. 2 is a schematic flow chart of a first embodiment of a control method of a storage cabinet of the present invention.
The embodiment provides a control method of a storage cabinet, which comprises the following steps:
s10, acquiring the dial value of the dial switch;
s20, acquiring corresponding target display parameters according to the dial values;
s30, configuring the display module according to the target display parameters.
In an embodiment, the locker includes display module and dial switch, wherein, dial switch is provided with four dialing bits, and the dialing value of each dialing bit is 0 or 1, promptly dial switch's dialing value is 0000 ~ 1111.
Of course, in other embodiments, the dial switch is provided with two or three dial bits, which may be specifically set according to requirements, and is not limited herein.
Optionally, the storage cabinet includes a dial switch state detection module, where the dial switch state detection module is configured to detect a state of the dial switch, that is, detect a current dial value of the dial switch, for example, the storage cabinet sends a detection instruction to the dial switch state detection module, and after the dial switch state detection module receives the detection instruction, the dial value of the dial switch is detected and returned to the storage cabinet.
Further, the storage cabinet acquires a dial value of the dial switch, acquires a corresponding target display parameter according to the dial value, and configures the display module according to the target display parameter. In other words, in this embodiment, the configuration of the display module is performed by acquiring the dial value of the dial switch and directly acquiring the target display parameter of the display module according to the dial value, so that compilation and testing of system images are reduced, and labor cost and time cost are reduced; and reduces the configuration flow, thereby improving the production timeliness.
Optionally, the target display parameter may be a resolution parameter corresponding to the display module. Namely, the corresponding resolution parameter is obtained according to the dial-up value, so as to configure the display module according to the resolution parameter.
Further, after the display module is configured according to the display parameters, information of successful configuration is returned to the locker, and after the locker receives the information of successful configuration, the locker can display the configuration result to the user by controlling the display screen of the display module to display information of 'configuration completed'; alternatively, "configure successful" or the like may be broadcast by controlling a speaker associated with the locker, without limitation.
Optionally, the storage cabinet includes a courier cabinet, an article storage cabinet, a vending cabinet, or the like, which is not limited herein.
Further, before S10, the display module and the dial switch need to be initialized, that is, after the locker is powered on, each dial bit in the display module and the dial switch needs to be initialized.
When the display module is initialized, the display state of the display module is mainly initialized, for example, the current display interface is restored to the initial display interface. And it is right when initializing each dial bit in the dial switch, acquire the configuration value of dial switch, according to the configuration value is to each dial bit in the dial switch carries out initialization configuration, for example, the configuration value of dial switch is 0000, is about to the dial value of four dial bits in the dial switch all sets up to 0.
Certainly, in this embodiment, after the dial switch is initialized and configured, the dial switch is toggled according to the display module a (for example, a is a display screen of a 7-inch LVDS interface) that needs to be adapted to the current locker, so that the dial value of the dial switch is 0001 corresponding to the dial of the display module a.
In the embodiment of the invention, the control method of the storage cabinet is to obtain a dial value of the dial switch, obtain a corresponding target display parameter according to the dial value, and configure the display module through the target display parameter, namely, configure the display module by obtaining the dial value of the dial switch and directly obtaining the target display parameter of the display module according to the dial value, so as to reduce compiling and testing of system images and reduce labor cost and time cost; and reduces the configuration flow, thereby improving the production timeliness.
Based on the foregoing embodiment, referring to fig. 3, in order to accurately acquire the target display parameter corresponding to the dialing value, step S20 of this embodiment further includes:
s21, acquiring configuration information of the display module, wherein the configuration information comprises interface information and size information of the display module;
s22, determining a target dial value of the dial switch according to the configuration information;
and S23, when the target dial value is consistent with the dial value of the dial switch, taking the display parameter related to the dial value of the dial switch as the target display parameter.
That is, after the dialing value of the dialing switch is obtained, the storage cabinet needs to obtain the configuration parameters of the display module used with the storage cabinet. For example, the storage cabinet sends a configuration information acquisition instruction to the display module, and the display module returns configuration information to the storage cabinet after receiving the configuration information acquisition instruction of the storage cabinet; alternatively, the locker may directly obtain configuration information of the display module used with the locker from a local server or a cloud server, which is not limited herein.
Optionally, the configuration information includes interface information and size information of the display module. In this embodiment, the interface information includes interface types, such as: the LVDS interface comprises an LVDS interface, an HDMI interface, a VGA interface and the like, wherein a display module of the LVDS interface is provided with a display screen with 7 inches, 10.1 inches, 10.4 inches, 15 inches, 17 inches, 19 inches, 21.5 inches and 32 inches; the display module of HDMI interface has 50 cun display screen, and the display module of VGA interface has 27 cun display screen.
Of course, the above description is only exemplary descriptions of the interface information and the size information of the display module, in other embodiments, the type of the interface may also be other types, and the sizes corresponding to the various interfaces may also be specifically set according to the requirements, which is not limited herein.
Further, after the configuration information of the display module is acquired, the target dialing value of the dial switch is determined according to the configuration information, that is, the display screens of the LVDS interfaces, the HDMI interface and the VGA interface with different sizes correspond to different target dialing values, as shown in the following table:
dialing value Interface type Size of Resolution ratio
0000 LVDS 21.5 1920*1080
0001 LVDS 7 800*480
0010 LVDS 10.1 1280*800
0011 LVDS 10.4 1024*768
0100 LVDS 15 1024*768
0101 LVDS 17 1280*1024
0110 LVDS 19 1440*900
0111 LVDS 32 1920*1080
1000 HDMI 50 1920*1080
1001 VGA 27 1920*1080
1010 Default LVDS 21.5 1920*1080
1011 Default LVDS 21.5 1920*1080
1100 Default LVDS 21.5 1920*1080
1101 Default LVDS 21.5 1920*1080
1110 Default LVDS 21.5 1920*1080
1111 Default LVDS 21.5 1920*1080
As shown in the above table, since the display module of the locker mainly uses the display screen of the LVDS interface, that is, different sizes of the display screens of the LVDS interfaces correspond to one dialing value, and besides, due to the service requirement, the locker requirement of the display screen of the LVDS interface of 21.5 inches is large, the resolution corresponding to the display screen of the LVDS interface of 21.5 inches can be set as the default display parameter.
Of course, in other embodiments, the display screens of other sizes of LVDS interfaces may be set to default display parameters, such as: 7 cun, 15 cun, etc.; or, setting resolutions corresponding to display screens of other interfaces as default display parameters, such as: HDMI interface, VGA interface, etc., and are not limited herein.
That is, in this embodiment, after the configuration parameters of the display module are obtained, a table is looked up, and a target dial value corresponding to the configuration parameters is obtained, at this time, it is determined whether the target dial value is consistent with the dial value of the dial switch, and when the target dial value is consistent with the dial value of the dial switch, the display parameters associated with the dial value of the dial switch are used as the target display parameters. For example, the dialing value of the dial switch is 0001, and the target dialing value obtained from the configuration information and determined according to the configuration information is also 0001, that is, it is determined that the target dialing value is consistent with the dialing value of the dial switch, then a display parameter "800 × 480" (resolution) corresponding to the dialing value of the dial switch being 0001 is obtained by looking up a table, that is, the target display parameter of the display module, and at this time, the display module is configured according to the target display parameter.
Certainly, whether the target dialing value is consistent with the dialing value of the dial switch or not is judged, and when the target dialing value is inconsistent with the dialing value of the dial switch, for example, the configuration information of the display module is a display screen of a 19-inch LVDS interface, and the dialing value of the dial switch is 0000 or mistakenly dialed to 1111 at the moment, so that the target dialing value 0110 determined by the configuration information is inconsistent, at the moment, a preset display parameter is obtained, that is, a preset default display parameter "1920 x 1080" is obtained, the preset display parameter is used as the target display parameter, and the display module is configured according to the resolution "1920 x 1080".
That is, in this embodiment, by obtaining configuration information of the display module, where the configuration information includes interface information and size information of the display module, a target dial value of the dial switch is determined according to the configuration information, and when the target dial value is consistent with the dial value of the dial switch, a display parameter associated with the dial value of the dial switch is used as the target display parameter, so that a target dial value determined according to the configuration information of the display module is compared with the dial value of the dial switch, and when the target dial value is consistent with the dial value of the dial switch, a display parameter associated with the dial value of the dial switch is obtained to be used as the target display parameter, so that the obtained target display parameter is more accurate, that is, the success rate of configuration is improved.
The invention also proposes a storage cabinet comprising: the storage, the processor and the control program of the locker stored on the storage and capable of running on the processor, when the control program of the locker is executed by the processor, the steps of the control method of the locker as described in the above embodiments are realized.
In this embodiment, the locker includes an express delivery cabinet, an article storage cabinet or an automatic vending cabinet. Of course, in other embodiments, the storage cabinet may also have other storage devices, and is not limited herein.
The invention also provides a readable storage medium, which stores a control program of a locker, and the control program of the locker realizes the steps of the control method of the locker as described in any one of the above embodiments when being executed by a processor.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be substantially or partially embodied in the form of a software product, where the computer software product is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk), and includes several instructions for enabling a terminal device (e.g., a mobile phone, a computer, a cloud server, or a network device) to execute the method of the embodiments of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on this understanding, the technical solutions of the present invention may be embodied in the form of a software product, which can be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes instructions for causing a computer device to execute the method according to the embodiments of the present invention.
It should be noted that, in the above embodiments of the storage cabinet, the included units and modules are only divided according to the functional logic, but are not limited to the above division as long as the corresponding functions can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (9)

1. A control method of a locker is characterized in that the locker comprises a display module and a dial switch, and the control method of the locker comprises the following steps:
acquiring a dial value of the dial switch;
acquiring corresponding target display parameters according to the dial values;
and configuring the display module according to the target display parameters.
2. The method of controlling a storage cabinet of claim 1, wherein the obtaining of the corresponding target display parameter according to the dialing value comprises:
acquiring configuration information of the display module, wherein the configuration information comprises interface information and size information of the display module;
determining a target dial value of the dial switch according to the configuration information;
and when the target dial value is consistent with the dial value of the dial switch, taking the display parameter associated with the dial value of the dial switch as the target display parameter.
3. The method of controlling a storage cabinet of claim 2, wherein after the step of determining a target dialing value for the dial switch based on the configuration information, the step of obtaining corresponding target display parameters based on the dialing value further comprises:
when the target dial value is inconsistent with the dial value of the dial switch, acquiring preset display parameters;
and taking the preset display parameters as the target display parameters.
4. The method of controlling a cabinet of claim 1, further comprising:
after the storage cabinet is powered on, initializing all dial bits in the display module and the dial switch.
5. The method of controlling a cabinet as claimed in claim 4, wherein the step of initializing each of the dialing bits in the dialing switch comprises:
acquiring a configuration value of the dial switch;
and carrying out initialization configuration on each dial bit in the dial switch according to the configuration value.
6. The method of controlling a cabinet according to claim 1, wherein the step of configuring the display module according to the display parameters further comprises, after the step of configuring the display module according to the display parameters:
and returning the information of successful configuration to the locker.
7. A locker comprising a memory, a processor and a control program of the locker stored on the memory and executable on the processor, the control program of the locker realizing the steps of the method of controlling the locker of any one of claims 1 to 6 when executed by the processor.
8. A cabinet according to claim 7, wherein the cabinet comprises a courier cabinet, an item locker or a vending cabinet.
9. A readable storage medium, wherein a control program of a locker is stored on the readable storage medium, and the control program of the locker realizes the steps of the control method of the locker according to any one of claims 1 to 6 when executed by a processor.
CN202010919919.6A 2020-09-03 2020-09-03 Control method of storage cabinet, storage cabinet and readable storage medium Active CN112083902B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010919919.6A CN112083902B (en) 2020-09-03 2020-09-03 Control method of storage cabinet, storage cabinet and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010919919.6A CN112083902B (en) 2020-09-03 2020-09-03 Control method of storage cabinet, storage cabinet and readable storage medium

Publications (2)

Publication Number Publication Date
CN112083902A true CN112083902A (en) 2020-12-15
CN112083902B CN112083902B (en) 2023-12-19

Family

ID=73731912

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010919919.6A Active CN112083902B (en) 2020-09-03 2020-09-03 Control method of storage cabinet, storage cabinet and readable storage medium

Country Status (1)

Country Link
CN (1) CN112083902B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113010343A (en) * 2021-02-25 2021-06-22 中车株洲电力机车有限公司 High-safety equipment encoding method and system and train

Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62201080A (en) * 1986-02-27 1987-09-04 Matsushita Electric Ind Co Ltd Parameter setting device for motor controller
WO2008029902A1 (en) * 2006-09-05 2008-03-13 Canon Kabushiki Kaisha Image capturing apparatus and control method therefor
CN202454228U (en) * 2011-12-26 2012-09-26 青岛海信电器股份有限公司 Liquid crystal display screen parameter selection circuit and television
US20130345881A1 (en) * 2012-06-20 2013-12-26 Emerson Electric Co. HVAC Controls or Controllers Including Alphanumeric Displays and Push Buttons
CN204360056U (en) * 2014-12-19 2015-05-27 湖南汇盛科技有限公司 A kind of novel liquid crystal display screen test machine
CN104978245A (en) * 2015-06-24 2015-10-14 福州瑞芯微电子有限公司 Display screen online diagnosis method and system
CN105242749A (en) * 2015-09-07 2016-01-13 深圳微步信息股份有限公司 Mainboard of all-in-one computer, all-in-one computer, and resolution adjustment method
CN205121871U (en) * 2015-11-16 2016-03-30 上海应时为能源数据技术有限公司 Wireless module frequency of operation's configuration device and heat supply system of checking meter
CN105554547A (en) * 2015-12-22 2016-05-04 深圳Tcl数字技术有限公司 Self-adaptive configuration method and system for display screen
CN105786578A (en) * 2016-03-24 2016-07-20 北京友信宏科电子科技有限公司 Parameter configuration system and method
US20170199671A1 (en) * 2016-01-13 2017-07-13 Acronis International Gmbh System and method for providing comprehensive backup of modular mobile devices
CN107230445A (en) * 2017-06-05 2017-10-03 广州视源电子科技股份有限公司 The collocation method and device of a kind of screen parameter
CN107272502A (en) * 2017-07-26 2017-10-20 深圳云端生活科技有限公司 A kind of DIP under intelligent switch mode of operation sets system and method
CN109525354A (en) * 2018-12-28 2019-03-26 山东山大电力技术股份有限公司 A kind of serial ports timing device and its configuration method based on toggle switch control
US20190138631A1 (en) * 2017-11-09 2019-05-09 Bank Of America Corporation Systems, methods and architecture for updating parameters in mainframe relational databases
CN109976687A (en) * 2017-12-28 2019-07-05 深圳市雍慧电子科技有限公司 The display system and method for display screen
CN111028434A (en) * 2019-11-27 2020-04-17 珠海格力电器股份有限公司 Control method and device of storage cabinet, storage medium and storage cabinet
CN111030867A (en) * 2019-12-18 2020-04-17 国网山西省电力公司电力科学研究院 Communication acquisition device based on dial switch and communication protocol configuration-free method
CN111142711A (en) * 2019-12-31 2020-05-12 惠州Tcl移动通信有限公司 Firmware configuration method and device, storage medium and mobile terminal
CN111506282A (en) * 2020-04-21 2020-08-07 深圳市鸿合创新信息技术有限责任公司 Display parameter adjusting method and device, connecting equipment and storage medium

Patent Citations (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62201080A (en) * 1986-02-27 1987-09-04 Matsushita Electric Ind Co Ltd Parameter setting device for motor controller
WO2008029902A1 (en) * 2006-09-05 2008-03-13 Canon Kabushiki Kaisha Image capturing apparatus and control method therefor
CN202454228U (en) * 2011-12-26 2012-09-26 青岛海信电器股份有限公司 Liquid crystal display screen parameter selection circuit and television
US20130345881A1 (en) * 2012-06-20 2013-12-26 Emerson Electric Co. HVAC Controls or Controllers Including Alphanumeric Displays and Push Buttons
CN204360056U (en) * 2014-12-19 2015-05-27 湖南汇盛科技有限公司 A kind of novel liquid crystal display screen test machine
CN104978245A (en) * 2015-06-24 2015-10-14 福州瑞芯微电子有限公司 Display screen online diagnosis method and system
CN105242749A (en) * 2015-09-07 2016-01-13 深圳微步信息股份有限公司 Mainboard of all-in-one computer, all-in-one computer, and resolution adjustment method
CN205121871U (en) * 2015-11-16 2016-03-30 上海应时为能源数据技术有限公司 Wireless module frequency of operation's configuration device and heat supply system of checking meter
CN105554547A (en) * 2015-12-22 2016-05-04 深圳Tcl数字技术有限公司 Self-adaptive configuration method and system for display screen
US20170199671A1 (en) * 2016-01-13 2017-07-13 Acronis International Gmbh System and method for providing comprehensive backup of modular mobile devices
CN105786578A (en) * 2016-03-24 2016-07-20 北京友信宏科电子科技有限公司 Parameter configuration system and method
CN107230445A (en) * 2017-06-05 2017-10-03 广州视源电子科技股份有限公司 The collocation method and device of a kind of screen parameter
CN107272502A (en) * 2017-07-26 2017-10-20 深圳云端生活科技有限公司 A kind of DIP under intelligent switch mode of operation sets system and method
US20190138631A1 (en) * 2017-11-09 2019-05-09 Bank Of America Corporation Systems, methods and architecture for updating parameters in mainframe relational databases
CN109976687A (en) * 2017-12-28 2019-07-05 深圳市雍慧电子科技有限公司 The display system and method for display screen
CN109525354A (en) * 2018-12-28 2019-03-26 山东山大电力技术股份有限公司 A kind of serial ports timing device and its configuration method based on toggle switch control
CN111028434A (en) * 2019-11-27 2020-04-17 珠海格力电器股份有限公司 Control method and device of storage cabinet, storage medium and storage cabinet
CN111030867A (en) * 2019-12-18 2020-04-17 国网山西省电力公司电力科学研究院 Communication acquisition device based on dial switch and communication protocol configuration-free method
CN111142711A (en) * 2019-12-31 2020-05-12 惠州Tcl移动通信有限公司 Firmware configuration method and device, storage medium and mobile terminal
CN111506282A (en) * 2020-04-21 2020-08-07 深圳市鸿合创新信息技术有限责任公司 Display parameter adjusting method and device, connecting equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113010343A (en) * 2021-02-25 2021-06-22 中车株洲电力机车有限公司 High-safety equipment encoding method and system and train

Also Published As

Publication number Publication date
CN112083902B (en) 2023-12-19

Similar Documents

Publication Publication Date Title
EP3073379B1 (en) Firmware recovery method, device and terminal
US20180349107A1 (en) Preview Changes To Mobile Applications At Different Display Resolutions
US20140380295A1 (en) Method and system for updating application, and computer storage medium thereof
US20110265078A1 (en) Method and system for device configuration and customization during manufacturing process
CN105338011A (en) Cloud-service-based system configuration method and apparatus, and cloud server
US10620978B2 (en) Simulation desktop establishment method and related apparatus
US10908889B2 (en) Method, user equipment, and application server for downloading application
CN112653618A (en) Gateway registration method and device of micro-service application API endpoint
US20130169670A1 (en) Electronic device and method for transmitting slide file during slide file presentation
CN109684008A (en) Card rendering method, device, terminal and computer readable storage medium
CN110737711A (en) Report exporting method and device, computer equipment and storage medium
CN110708535A (en) Physical key detection method and device and computer readable storage medium
US10979582B2 (en) Extension of remote frame buffer (RFB) protocol
CN112083902A (en) Control method of storage cabinet, storage cabinet and readable storage medium
CN112149035A (en) Website static resource processing method and device
CN112969206B (en) Terminal application layer network management method, device, equipment and computer storage medium
CN112565461B (en) Screen projection equipment service agent discovery method, device, equipment and readable storage medium
CN107493518B (en) IPTV terminal network outlet switching method, device and readable storage medium
CN113407276A (en) Information processing method, device, equipment and storage medium
US20160380825A1 (en) Method and associated apparatus for applying device management rules in router
JP2015201074A (en) Information processing device and computer program
US10853098B2 (en) Interface processing method, electronic device, and graphical user interface
CN110850136A (en) Oscilloscope test method, terminal equipment and computer readable storage medium
CN105893502A (en) Code synchronization method and device
CN106851616B (en) Network service state updating method and device

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