CN111800923A - Light control method and device, readable storage medium and terminal equipment - Google Patents

Light control method and device, readable storage medium and terminal equipment Download PDF

Info

Publication number
CN111800923A
CN111800923A CN202010503151.4A CN202010503151A CN111800923A CN 111800923 A CN111800923 A CN 111800923A CN 202010503151 A CN202010503151 A CN 202010503151A CN 111800923 A CN111800923 A CN 111800923A
Authority
CN
China
Prior art keywords
value
group
color temperature
channel
calculating
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
CN202010503151.4A
Other languages
Chinese (zh)
Other versions
CN111800923B (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 Shengrui Technology Co ltd
Original Assignee
Shenzhen Shengrui 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 Shengrui Technology Co ltd filed Critical Shenzhen Shengrui Technology Co ltd
Priority to CN202010503151.4A priority Critical patent/CN111800923B/en
Publication of CN111800923A publication Critical patent/CN111800923A/en
Application granted granted Critical
Publication of CN111800923B publication Critical patent/CN111800923B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H05ELECTRIC TECHNIQUES NOT OTHERWISE PROVIDED FOR
    • H05BELECTRIC HEATING; ELECTRIC LIGHT SOURCES NOT OTHERWISE PROVIDED FOR; CIRCUIT ARRANGEMENTS FOR ELECTRIC LIGHT SOURCES, IN GENERAL
    • H05B47/00Circuit arrangements for operating light sources in general, i.e. where the type of light source is not relevant
    • H05B47/10Controlling the light source
    • H05B47/165Controlling the light source following a pre-assigned programmed sequence; Logic control [LC]
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02BCLIMATE CHANGE MITIGATION TECHNOLOGIES RELATED TO BUILDINGS, e.g. HOUSING, HOUSE APPLIANCES OR RELATED END-USER APPLICATIONS
    • Y02B20/00Energy efficient lighting technologies, e.g. halogen lamps or gas discharge lamps
    • Y02B20/40Control techniques providing energy savings, e.g. smart controller or presence detection

Landscapes

  • Circuit Arrangement For Electric Light Sources In General (AREA)

Abstract

The application belongs to the technical field of smart home, and particularly relates to a light control method and device, a computer-readable storage medium and a terminal device. Dividing each channel in the DMX512 light control system into a plurality of groups; respectively configuring the control modes of all the groups; and respectively controlling the light of each group according to the control mode of each group. By the method and the device, the DMX512 light control system can be flexibly grouped and configured, and personalized requirements of users in various application scenes are met.

Description

Light control method and device, readable storage medium and terminal equipment
Technical Field
The application belongs to the technical field of smart home, and particularly relates to a light control method and device, a computer-readable storage medium and a terminal device.
Background
With the development and improvement of science and technology and economy, users no longer just need to be lighted by light when lighting, but various personalized demands are increased. However, in the conventional DMX512 light control system, the control method is very monotonous, and cannot meet the requirements of users.
Disclosure of Invention
In view of this, embodiments of the present application provide a light control method, an apparatus, a computer-readable storage medium, and a terminal device, so as to solve the problem that the existing DMX512 light control system is monotonous in control manner and cannot meet the user requirements.
A first aspect of an embodiment of the present application provides a light control method, which may include:
dividing each channel in the DMX512 light control system into a plurality of groups;
respectively configuring the control modes of all the groups;
and respectively controlling the light of each group according to the control mode of each group.
Further, the performing the light control on each group according to the control mode of each group respectively includes:
for each group, determining the minimum channel number according to the control mode of the group, and determining the control attribute of each channel of the group according to the minimum channel number;
acquiring a target setting value of the group, and respectively calculating the attribute value of each channel of the group according to the target setting value;
and filling the attribute values into each channel of the group respectively, and outputting in a DMX512 light control data stream mode to perform light control.
Further, the calculating the attribute value of each channel of the group according to the target setting value includes:
and if the control mode of the group comprises the correlated color temperature attribute, respectively calculating a cold white attribute value and a warm white attribute value according to a target color temperature value in the target setting value, wherein the cold white attribute value is the attribute value of a channel corresponding to the cold white attribute in the group, and the warm white attribute value is the attribute value of a channel corresponding to the warm white attribute in the group.
Further, the respectively calculating the cool white attribute value and the warm white attribute value according to the target color temperature value in the target setting value includes:
calculating a unit color temperature value according to a preset warmest color temperature value and a coolest color temperature value;
calculating the cold white attribute value according to the target color temperature value, the warmest color temperature value and the unit color temperature value;
and calculating the warm white attribute value according to the cold white attribute value.
Further, the calculating the unit color temperature value according to the preset warmest color temperature value and coolest color temperature value includes:
calculating the unit color temperature value according to the following formula:
CCTDataMax_Min=(MaxVal-MinVal)*1000/255
wherein, MaxVal is the coldest color temperature value, MinVal is the warmest color temperature value, and CCTTDataMax _ Min is the unit color temperature value;
the calculating the cool-white attribute value according to the target color temperature value, the warmest color temperature value, and the unit color temperature value comprises:
calculating the cool white attribute value according to:
CW_Data=(TgtVal-MinVal)*1000/CCTDataMax_Min
wherein, TgtVal is the target color temperature value, and CW _ Data is the cold white attribute value;
said calculating the warm white attribute value from the cool white attribute value comprises:
calculating the warm white property value according to:
WW_Data=255-CW_Data
wherein WW _ Data is the warm white attribute value.
Further, the calculating the attribute value of each channel of the group according to the target setting value includes:
calculating a proportional value between a target brightness value in the target setting value and a preset maximum brightness value;
and calculating the attribute value of each channel of the group according to the input value of each channel of the group and the proportion value.
Further, the calculating a ratio value between a target brightness value and a preset maximum brightness value in the target setting value includes:
calculating the ratio value according to:
DimDataScale=CurrentDimData_255_Mode*10000/255
wherein, the CurrentDimData _255_ Mode is the target brightness value, and DimDataScale is the proportional value;
the calculating the attribute value of each channel of the group according to the input value and the proportion value of each channel of the group comprises:
the attribute values for the individual channels of the packet are calculated according to the following equation:
ValidData=(InputCtrlParameterData*DimDataScale)/10000
the InputCtrlParameterData is the input value of any channel, and the ValidData is the calculated attribute value of the channel.
A second aspect of the embodiments of the present application provides a light control device, which may include:
the channel grouping module is used for dividing each channel in the DMX512 light control system into a plurality of groups;
the control mode configuration module is used for respectively configuring the control modes of all the groups;
and the light control module is used for respectively controlling the light of each group according to the control mode of each group.
Further, the light control module may include:
the control attribute determining submodule is used for determining the minimum channel number according to the control mode of each group aiming at each group and determining the control attribute of each channel of the group according to the minimum channel number;
the attribute value operator module is used for acquiring a target setting value of the group and respectively calculating the attribute value of each channel of the group according to the target setting value;
and the light control submodule is used for respectively filling the attribute values into each channel of the group, outputting the attribute values in a DMX512 light control data stream mode and carrying out light control.
Further, the attribute value operator module may include:
and the color temperature attribute value calculating unit is used for respectively calculating a cold white attribute value and a warm white attribute value according to a target color temperature value in the target setting value if the control mode of the group comprises the correlated color temperature attribute, wherein the cold white attribute value is the attribute value of the channel corresponding to the cold white attribute in the group, and the warm white attribute value is the attribute value of the channel corresponding to the warm white attribute in the group.
Further, the color temperature attribute value calculation unit may include:
the unit color temperature value calculating operator unit is used for calculating a unit color temperature value according to a preset warmest color temperature value and a coolest color temperature value;
a cold white attribute value operator unit, configured to calculate the cold white attribute value according to the target color temperature value, the warmest color temperature value, and the unit color temperature value;
and the warm white attribute value operator unit is used for calculating the warm white attribute value according to the cold white attribute value.
Further, the unit color temperature value calculating operator unit is specifically configured to calculate the unit color temperature value according to the following formula:
CCTDataMax_Min=(MaxVal-MinVal)*1000/255
wherein, MaxVal is the coldest color temperature value, MinVal is the warmest color temperature value, and CCTTDataMax _ Min is the unit color temperature value;
further, the cool white attribute value operator unit is specifically configured to calculate the cool white attribute value according to the following formula:
CW_Data=(TgtVal-MinVal)*1000/CCTDataMax_Min
wherein, TgtVal is the target color temperature value, and CW _ Data is the cold white attribute value;
further, the warm white attribute value operator unit is specifically configured to calculate the warm white attribute value according to the following formula:
WW_Data=255-CW_Data
wherein WW _ Data is the warm white attribute value.
Further, the attribute value operator module may further include:
a proportional value calculating unit for calculating a proportional value between a target brightness value in the target setting value and a preset maximum brightness value;
and the attribute value calculation unit is used for calculating the attribute value of each channel of the group according to the input value of each channel of the group and the proportion value.
Further, the proportional value calculating unit is specifically configured to calculate the proportional value according to the following formula:
DimDataScale=CurrentDimData_255_Mode*10000/255
wherein, the CurrentDimData _255_ Mode is the target brightness value, and DimDataScale is the proportional value;
further, the attribute value calculation unit is specifically configured to calculate the attribute value of each channel of the group according to the following formula:
ValidData=(InputCtrlParameterData*DimDataScale)/10000
the InputCtrlParameterData is the input value of any channel, and the ValidData is the calculated attribute value of the channel.
A third aspect of embodiments of the present application provides a computer-readable storage medium, which stores a computer program, and when the computer program is executed by a processor, the computer program implements the steps of any one of the above-mentioned light control methods.
A fourth aspect of the embodiments of the present application provides a terminal device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor implements the steps of any one of the light control methods when executing the computer program.
A fifth aspect of embodiments of the present application provides a computer program product, which, when running on a terminal device, causes the terminal device to perform the steps of any one of the light control methods described above.
Compared with the prior art, the embodiment of the application has the advantages that: in the embodiment of the application, each channel in the DMX512 light control system is divided into a plurality of groups; respectively configuring the control modes of all the groups; and respectively controlling the light of each group according to the control mode of each group. By the embodiment of the application, the DMX512 light control system can be flexibly grouped and configured, and personalized requirements of users under various application scenes are met.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed for the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
Fig. 1 is a flowchart illustrating an embodiment of a light control method according to an embodiment of the present application;
FIG. 2 is a schematic flow chart of light control for each group according to the control mode of each group;
FIG. 3 is a schematic diagram of a master controller of the DMX512 light control system;
FIG. 4 is a schematic diagram of another master controller of the DMX512 light control system;
FIG. 5 is a block diagram of an embodiment of a lighting control apparatus according to an embodiment of the present disclosure;
fig. 6 is a schematic block diagram of a terminal device in an embodiment of the present application.
Detailed Description
In order to make the objects, features and advantages of the present invention more apparent and understandable, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present application, and it is apparent that the embodiments described below are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the present application herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the application. As used in the specification of the present application and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
As used in this specification and the appended claims, the term "if" may be interpreted contextually as "when", "upon" or "in response to a determination" or "in response to a detection". Similarly, the phrase "if it is determined" or "if a [ described condition or event ] is detected" may be interpreted contextually to mean "upon determining" or "in response to determining" or "upon detecting [ described condition or event ]" or "in response to detecting [ described condition or event ]".
In addition, in the description of the present application, the terms "first," "second," "third," and the like are used solely to distinguish one from another and are not to be construed as indicating or implying relative importance.
In the embodiment of the application, each channel in the DMX512 light control system is divided into a plurality of groups according to different channel address fields; each different group can be configured to different control modes, so that different load types can be matched, and thus different groups of the DMX512 light control system can flexibly control different control modes.
Through the embodiment of the invention, the DMX512 light control system can realize the free grouping of the control loads, and each group can be configured into different control modes to match different load types, so that the DMX512 light control system is suitable for home users of smart homes, business clubs or high-grade office places, the application field of the DMX512 light control system is expanded, and the application of the DMX512 light control system is not limited to the use in leisure and entertainment places such as traditional stage performances, wedding banquet celebrations, KTVs, bars and the like.
Referring to fig. 1, an embodiment of a light control method in an embodiment of the present application may include:
and S101, dividing each channel in the DMX512 light control system into a plurality of groups.
The DMX512 light control system may include 512 channels at most, and in this embodiment, the channels may be divided into a plurality of groups, and a channel address is allocated to a group that needs to be used. The specific number of packets can be set according to actual conditions, and 16 packets are generally divided at most. Each group may define a different name that may be displayed on a display screen, preferably an OLED display screen, of the master controller of the DMX512 light control system.
Step S102, control modes of each group are configured respectively.
In the embodiment of the present application, the control mode of each group may be configured as any one of DIM monochrome, CCT, RGB, RGBW, RGBCCT.
Each group is configured with a start-stop channel address field matched with a corresponding control mode, and all channels in the address field are used as corresponding channels controlled by the group.
And step S103, respectively controlling the light of each group according to the control mode of each group.
As shown in fig. 2, step S103 may specifically include the following processes:
and step S1031, aiming at each group, determining the minimum channel number according to the control mode of the group, and determining the control attribute of each channel of the group according to the minimum channel number.
Each packet first acquires a corresponding group number when the corresponding switch (ON/OFF), Scene control (Scene), timer task control (TimeTask), and endless loop task control (CycleTask) are operated. For scene control, simultaneously obtaining a scene number to be operated from the operation; for the timer task, acquiring a corresponding timer task number from the comparison and judgment of date and time; for the infinite loop task, the current loop Step number (Step) is obtained through the operation of the stay time (StayTime) and the fade time (FadeTime).
And acquiring the control mode of the corresponding packet according to the group number, thereby obtaining the minimum channel number used by the control mode of the corresponding packet and also determining the control attribute of each channel in the packet.
For a DIM monochrome, the minimum number of channels is 1, and the channels in the group are designated as output channels corresponding to the monochrome;
for CCT, the minimum number of channels is 2, and the channels in the packet are respectively designated as output channels corresponding to Warm White (WW) and Cool White (CW);
for RGB, the minimum number of channels is 3, and the channels in the group are respectively designated as the output channels corresponding to red (R), green (G) and blue (B);
for RGBW, the minimum number of channels is 4, and the channels in the group are respectively assigned as the output channels corresponding to red (R), green (G), blue (B) and white (W);
for RGBCCT, with a minimum number of channels of 5, the channels within its group are assigned to output channels for red (R), green (G), blue (B), Warm White (WW), and Cool White (CW), respectively.
Step S1032, obtain the target setting value of the group, and calculate the attribute value of each channel of the group according to the target setting value.
Specifically, if the control mode of the packet includes a Correlated Color Temperature (CCT) attribute, a target color temperature value in the target setting values may be verified first, and whether the target color temperature value is within a specified color temperature value range may be determined. The color temperature value range may be expressed as [ MinVal, MaxVal ], where MinVal is a preset warmest color temperature value and MaxVal is a preset coolest color temperature value. The specific values of the MinVal and the MaxVal may be set according to actual conditions, and preferably, the MinVal may be 2700K, the MaxVal may be 7500K, and K represents the unit kelvin. And if the target color temperature value is in the color temperature value range, directly executing the subsequent cold white and warm white separation steps, if the target color temperature value is greater than MaxVal, adjusting the target color temperature value to MaxVal, if the target color temperature value is less than MinVal, adjusting the target color temperature value to MinVal, and after the adjustment is finished, continuing to execute the subsequent cold white and warm white separation steps.
After the color temperature value range is verified, the cold white attribute value and the warm white attribute value can be respectively calculated according to the target color temperature value in the target setting value. The cool white attribute value is an attribute value of a channel corresponding to the cool white attribute in the group, and the warm white attribute value is an attribute value of a channel corresponding to the warm white attribute in the group.
In a specific implementation of the embodiment of the present application, a unit color temperature value may be first calculated according to the warmest color temperature value and the coolest color temperature value.
The calculation formula is shown as follows:
CCTDataMax_Min=(MaxVal-MinVal)*1000/255
wherein CCTDDataMax _ Min is the unit color temperature value; MaxVal-MinVal is a difference value of the color temperature value range, and the difference value can be enlarged by 1000 times in order to be accurate to 3 bits after a decimal point in a Micro Controller Unit (MCU); for the DMX512 light control system, the channel data type is byte type, namely, the channel data range controlled by the DMX is 0-255 in data view; dividing the difference into 255 equal parts to obtain the color temperature value of how many K each equal part represents, namely the unit color temperature value.
And then, calculating the cool-white attribute value according to the target color temperature value, the warmest color temperature value and the unit color temperature value.
The calculation formula is shown as follows:
CW_Data=(TgtVal-MinVal)*1000/CCTDataMax_Min
wherein, TgtVal is the target color temperature value, and CW _ Data is the cold white attribute value.
And finally, calculating the warm white attribute value according to the cool white attribute value.
Since the sum of the cool white attribute value and the warm white attribute value is 255 for CCT control of the same load in the DMX512 light control system, the calculation formula is shown as follows:
WW_Data=255-CW_Data
wherein WW _ Data is the warm white attribute value.
At this point, warm white and cold white attribute values corresponding to the CCT are separated.
For brightness, the attribute values of the channels in the corresponding control mode can be calculated according to the ratio of 0-100% brightness to the attribute values of the brightness 0-255 mode according to the same ratio.
In the DMX512 light control system, in order to save the use resources of the control channel, there is no dedicated brightness attribute channel in the control data communication packet between the master controller and the decoder of the DMX512 light control system, and the size of 0-255 of each channel attribute value represents the brightness of the channel attribute. Therefore, the brightness attribute value set by the user needs to be calculated according to the ratio of the brightness setting value 0-100% to the brightness attribute value 0-255 and according to the same ratio to the attribute value of each channel in the corresponding control mode.
The 0-100% brightness setting value set by the user on the touch panel of the PC end or the master controller is converted into the corresponding brightness attribute value 0-255 on the touch panel of the PC end or the master controller, so the brightness attribute value 0-255 is directly used in the embodiment of the application, and the attribute value of each channel in the corresponding control mode is calculated according to the same proportion. The specific algorithm is as follows:
(a) it is judged whether or not the current luminance attribute value CurrentDimData _255_ Mode and the attribute value inputctrlparametersata to be converted have a value of 0. If both are not 0, executing the conversion of the following steps (b) and (c); otherwise, directly assigning the channel attribute value to be converted to be equal to 0, and skipping the conversion of the following steps (b) and (c).
(b) Calculating a ratio value DimDataScale of the current brightness attribute value CurrentDimData _255_ Mode of the 0-255 Mode and 255:
DimDataScale=CurrentDimData_255_Mode*10000/255
the result is enlarged by 10000 times in the formula to obtain higher calculation accuracy.
(c) And calculating the attribute values of all channels in the corresponding control modes according to the same proportion.
These channels include red (R), green (G), blue (B), white (W), Warm White (WW), Cool White (CW).
Specifically, the attribute value of each channel may be calculated according to the following formula:
ValidData=(InputCtrlParameterData*DimDataScale)/10000
the InputCtrlParameterData is the input value of any channel and is set by the user, and the ValidData is the calculated attribute value of the channel.
It should be noted that when ValidData is greater than 0 and less than 2, ValidData is assigned to 2 to reach the minimum value for decoder turn-on.
For example, for the RGB control mode set by the user, the brightness is set to 50%, and the color is set to purple, that is: r is 255, G is 0, and B is 255, then the property values of 50% luminance channel after conversion by the above method are: r-128, G-0, B-128.
And step S1033, respectively filling the attribute values into each channel of the group, outputting in a DMX512 light control data stream mode, and performing light control.
And calculating the head and tail channel addresses of the corresponding groups according to the group numbers, judging the legality of the head and tail addresses and judging whether the total number of the channels in the group is matched with the corresponding control mode, and marking the head channel address bits of all the channels of which the channel addresses in the group are matched with the control mode in an integral multiple relation. And carrying out fault tolerance processing, and marking redundant channels, namely marking the first channel address bit of the redundant channel address after the channel address in the mark group is matched with the control mode to be in an integral multiple relation.
And filling the attribute value of the current corresponding control channel to the corresponding channel position in the DMX512 light control data stream to be output according to the four conditions of marking the channel used by the corresponding packet, the minimum channel number used by the control mode of the corresponding packet, the channel address not greater than the tail address in the group and calculating the attribute value of the corresponding control channel. In the DMX512 light control data stream, the data of the channel which is not related to the corresponding grouping at the time is stored and is not changed.
And marking the status flag that the light of the current group is ON or OFF according to the parameter value of the lamp attribute of the operation, so as to correctly execute the next switching (ON/OFF) action. And when all the groups are subjected to ON/OFF operation, the action execution requirement of firstly closing and then opening can be realized. For example, some packet loads are turned on, and the loads of other packets are turned off, so that the operation of turning on and off all the packet loads first and turning on all the packet loads again in the next operation can be realized.
And feeding back the last operation state information of the current packet load, and sending the information to the touch panel through the serial port, wherein an OLED display screen on the touch panel can display corresponding state information. And meanwhile, the LED backlight corresponding to the touch key correspondingly indicates the on and off states of the load.
In a specific implementation of the embodiment of the application, the main controller of the DMX512 light control system can be arranged on a wall surface, which is convenient for a user to operate. Fig. 3 and 4 are schematic diagrams of two different forms of the master controller, wherein the reference numerals are as follows:
the method comprises the following steps: and subtracting the key, and subtracting the parameters or switching the groups.
Secondly, the step of: adding keys, adding parameters or switching groups.
③: and (5) adjusting the key up, and moving the parameter item forward for selection.
Fourthly, the method comprises the following steps: and returning to the key and returning the page.
Fifthly: an on/off button, the lights of the group turn on/off, and the corresponding LED light will indicate the on/off state of its load.
Sixthly, the method comprises the following steps: confirming the key, entering a lower menu or confirming the modification of the setting parameters.
Seventh, the method comprises the following steps: and (5) downwards regulating the key, and backwards moving and selecting the parameter items.
And (v): 1-8 scene keys, the corresponding scene state is turned on, and the corresponding LED lamp can indicate the on/off state of the load; and if the scene key is pressed for a long time, the currently set load parameters can be stored as the control scene parameters of the current scene.
The main controller has the following main functional characteristics: at most, a plurality of groups can be controlled independently, and can also be controlled together, and the names of the groups can be modified and issued in a computer configuration tool and correspondingly displayed on an OLED (organic light emitting diode) of a host; each packet is independently configurable into a DIM monochrome, CCT, RGB, RGBW, RGBCCT control mode; each group can configure the number of continuous channels which are in a multiple relation with the control mode according to the control mode; each group can be realized independently, and the adjustment of any brightness, color temperature, RGB single color or mixed color can be realized; each group can be independently set, stored and controlled with a plurality of different scenes, and the user can define the favorite scene effect of each group and store the favorite scene effect as the appointed scene number; each group can independently switch on and off the corresponding control channel, and the brightness and the color before the control channel is switched on are recovered; each group can be independently provided with a plurality of timing tasks, and the timing can be divided into single timing of appointed date and time and repeated timing of appointed Monday to certain time of Tuesday; each task can start a corresponding scene or start an infinite loop of tasks; each group can be independently provided with a plurality of infinite loop states, each loop state can specify any brightness and color, and from one state to the next state, the slow gradual transition change of specified time length can be realized, the transition of a light scene is more exquisite and soft, and the direct jump change with zero gradual change time can also be realized, so that the effect of light flicker is realized; the touch keys on the panel of the main controller can realize manual or automatic locking and manual unlocking functions; the OLED display of the panel of the main controller and the LED backlight of the keys can realize the function of automatic closing without touch within the appointed time; the buzzer of the touch key of the main controller panel can adjust volume and tone; the vibration of the touch key of the main controller panel can realize the on-off of the vibration and the time length setting of the vibration; the LED backlight brightness of the touch key of the main controller panel can be adjusted; the panel of the master controller can be used for setting and displaying an RTC real-time clock; parameters can be configured on the panel of the main controller, and the main controller has the functions of factory setting restoration and power failure parameter storage; all control parameters of the main controller panel can be set in a panel menu, and can also be finished by configuring tool software at a PC end and downloaded and stored.
The control of the main controller mainly comprises the following contents:
1. and collecting touch key operation information to realize the operation of the user panel.
The panel can be locked and unlocked by operating the panel, and misoperation of children can be prevented after the panel is locked; the setting of system parameters can be realized; modification of the control data may be implemented.
2. Audible or vibratory cues or settings.
The operation of the keys can realize the prompt of sound or vibration to indicate that the keys are successfully touched; meanwhile, the on, off, volume or tone of the sound prompt tone can be changed according to the key input or the setting of the PC end, and the on, off and vibration duration of the vibration can be changed.
3. And updating the display of the OLED and the LED backlight control of the keys.
Updating a display menu and setting the display of parameter information according to an input key; according to the received load latest state information returned by the main control panel, updating the latest state information of the corresponding load displayed by the OLED; and the on-off and brightness adjustment control of the LED backlight of the key is realized.
4. And the touch panel end and the main control panel receive and transmit communication data.
The control signal and the setting information of the touch panel end are sent to the main control panel through the serial communication port; and receiving the latest load state information returned by the main control board and updated system setting parameters from the PC end through the main control board.
5. And data exchange among the main control board end, the touch board and the PC configuration tool software.
The method comprises the steps that firstly, data sent by a control signal and setting information of a touch panel end through a serial communication port are received; and meanwhile, the latest state information output by the control of the main control board end and updated system setting parameters from the PC end through the main control board are sent to the touch panel through the serial communication port.
Secondly, receiving configuration data, control information and system setting parameters which are issued by a PC configuration tool; and returning the configuration data, the control information and the system setting parameters which are read by the PC configuration tool.
6. And (4) storing parameters and processing the flag bit of the returned data information.
Firstly, storing control and configuration parameters issued by a touch panel; and storing the control and configuration parameters sent by the PC.
And secondly, setting corresponding loopback marks of the corresponding setting and state information.
7. And ON/OFF control.
First, when a certain set of ON/OFF control is specified, it is determined whether the operation is an operation to turn ON the lamp or to turn OFF the lamp. If the action of turning on the light is the action of turning on the light, the brightness and the color before turning off the light are required to be restored when the light is turned on; if the infinite loop task (CycleTask) is running before the lamp is turned off, the infinite loop task is continuously running after the lamp is turned on this time. If it is a light-off action, it is dimmed to off.
Secondly, when ON/OFF control is performed ON all groups, if any lamp in all groups is turned ON, all lamps need to be turned OFF in the operation; if all lamps of all groups are turned off, the operation turns on all lamps of all groups; when the lamp is turned on, the brightness and the color of the lamp are required to be restored to the brightness and the color before the lamp is turned off; if the infinite loop task (CycleTask) is running before the lamp is turned off, the infinite loop task is continuously running after the lamp is turned on this time.
8. And (5) controlling the scene.
Firstly, each group has 8 different scenes to be stored and called, and the lighting effect of the corresponding scene of No. 1-8 of the corresponding group can be opened by operating the No. 1-8 keys on the panel.
And secondly, each group can store the defined light effect to the user, so that the user can conveniently and directly call the scene number in the later period.
Thirdly, when all groups are operated, the number 1-8 keys on the operation panel can start the lighting effects of the corresponding scenes corresponding to the number 1-8 of the corresponding groups together.
9. And performing preview of the temporarily set parameters.
The single scene of scene control, the single scene of timer task and the single scene of circulating task are temporarily set with the preview execution of brightness and color setting parameters. For the previewed scene effect, the scene effect can be saved and used if the user needs the scene effect.
10. Timer tasks
First, each group can define 24 timer tasks independently, and each timer task can independently start a scene effect with appointed setting of brightness and color or start an infinite loop task with appointed setting.
Secondly, if a group of preview functions is being started and running, or the group is running in an infinite loop task, the timer function in the group during the period is ignored until the group of preview functions or the infinite loop task is finished, and the group resumes the timer function judgment.
Thirdly, the timer type can be divided into a single timer type of appointed date and time; the type of repeating timer may be any one or more of monday through sunday within a week.
11. Endless loop task
Each group can independently define a plurality of (generally 8) infinite loop tasks of scene effects, and each scene effect can specify different brightness and color; each scene effect can stay for a specified length of time; the change from one scene to the next scene can realize the slow gradual transition change of the appointed time length according to the set gradual change time length, the transition of the brightness and the color of the lamplight scene is more exquisite and soft, and the flicker effect of the brightness and the color of the lamplight can also be realized for the direct jump change with the gradual change time of zero.
12. DMX512 control data output
If the DMX512 control data flow to be output is changed, the data to be output is processed to be changed in a gradual change mode or in a direct jump mode, and the control data are output according to the DMX512 protocol standard. If the DMX512 control data stream to be output has not changed, the original data is output at regular time.
13. Parameter configuration of PC to DMX wall master controller
The PC side configuration tool software can realize the uniform configuration of all control parameters and system setting parameters of the DMX wall surface master controller on the PC. The parameters can be issued and read, and displayed on a configuration tool software interface of the PC end for reference and modification.
To sum up, in the embodiment of the present application, each channel in the DMX512 light control system is divided into a plurality of groups; respectively configuring the control modes of all the groups; and respectively controlling the light of each group according to the control mode of each group. By the embodiment of the application, the DMX512 light control system can be flexibly grouped and configured, and personalized requirements of users under various application scenes are met.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present application.
Fig. 5 is a structural diagram of an embodiment of a light control device according to an embodiment of the present application, which corresponds to the light control method according to the foregoing embodiment.
In this embodiment, a light control device may include:
the channel grouping module 501 is used for dividing each channel in the DMX512 light control system into a plurality of groups;
a control mode configuration module 502, configured to configure control modes of each packet respectively;
and a light control module 503, configured to perform light control on each group according to the control mode of each group.
Further, the light control module may include:
the control attribute determining submodule is used for determining the minimum channel number according to the control mode of each group aiming at each group and determining the control attribute of each channel of the group according to the minimum channel number;
the attribute value operator module is used for acquiring a target setting value of the group and respectively calculating the attribute value of each channel of the group according to the target setting value;
and the light control submodule is used for respectively filling the attribute values into each channel of the group, outputting the attribute values in a DMX512 light control data stream mode and carrying out light control.
Further, the attribute value operator module may include:
and the color temperature attribute value calculating unit is used for respectively calculating a cold white attribute value and a warm white attribute value according to a target color temperature value in the target setting value if the control mode of the group comprises the correlated color temperature attribute, wherein the cold white attribute value is the attribute value of the channel corresponding to the cold white attribute in the group, and the warm white attribute value is the attribute value of the channel corresponding to the warm white attribute in the group.
Further, the color temperature attribute value calculation unit may include:
the unit color temperature value calculating operator unit is used for calculating a unit color temperature value according to a preset warmest color temperature value and a coolest color temperature value;
a cold white attribute value operator unit, configured to calculate the cold white attribute value according to the target color temperature value, the warmest color temperature value, and the unit color temperature value;
and the warm white attribute value operator unit is used for calculating the warm white attribute value according to the cold white attribute value.
Further, the unit color temperature value calculating operator unit is specifically configured to calculate the unit color temperature value according to the following formula:
CCTDataMax_Min=(MaxVal-MinVal)*1000/255
wherein, MaxVal is the coldest color temperature value, MinVal is the warmest color temperature value, and CCTTDataMax _ Min is the unit color temperature value;
further, the cool white attribute value operator unit is specifically configured to calculate the cool white attribute value according to the following formula:
CW_Data=(TgtVal-MinVal)*1000/CCTDataMax_Min
wherein, TgtVal is the target color temperature value, and CW _ Data is the cold white attribute value;
further, the warm white attribute value operator unit is specifically configured to calculate the warm white attribute value according to the following formula:
WW_Data=255-CW_Data
wherein WW _ Data is the warm white attribute value.
Further, the attribute value operator module may further include:
a proportional value calculating unit for calculating a proportional value between a target brightness value in the target setting value and a preset maximum brightness value;
and the attribute value calculation unit is used for calculating the attribute value of each channel of the group according to the input value of each channel of the group and the proportion value.
Further, the proportional value calculating unit is specifically configured to calculate the proportional value according to the following formula:
DimDataScale=CurrentDimData_255_Mode*10000/255
wherein, the CurrentDimData _255_ Mode is the target brightness value, and DimDataScale is the proportional value;
further, the attribute value calculation unit is specifically configured to calculate the attribute value of each channel of the group according to the following formula:
ValidData=(InputCtrlParameterData*DimDataScale)/10000
the InputCtrlParameterData is the input value of any channel, and the ValidData is the calculated attribute value of the channel.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described apparatuses, modules and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to the related descriptions of other embodiments for parts that are not described or illustrated in a certain embodiment.
Fig. 6 shows a schematic block diagram of a terminal device provided in an embodiment of the present application, and only shows a part related to the embodiment of the present application for convenience of description.
As shown in fig. 6, the terminal device 6 of this embodiment includes: a processor 60, a memory 61 and a computer program 62 stored in said memory 61 and executable on said processor 60. The processor 60 executes the computer program 62 to implement the steps in the above-mentioned embodiments of the light control method, such as the steps S101 to S103 shown in fig. 1. Alternatively, the processor 60, when executing the computer program 62, implements the functions of each module/unit in the above-mentioned device embodiments, for example, the functions of the modules 501 to 503 shown in fig. 5.
Illustratively, the computer program 62 may be partitioned into one or more modules/units that are stored in the memory 61 and executed by the processor 60 to accomplish the present application. The one or more modules/units may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution of the computer program 62 in the terminal device 6.
The terminal device 6 may be a desktop computer, a notebook, a palm computer, a cloud server, or other computing devices. It will be understood by those skilled in the art that fig. 6 is only an example of the terminal device 6, and does not constitute a limitation to the terminal device 6, and may include more or less components than those shown, or combine some components, or different components, for example, the terminal device 6 may further include an input-output device, a network access device, a bus, etc.
The Processor 60 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory 61 may be an internal storage unit of the terminal device 6, such as a hard disk or a memory of the terminal device 6. The memory 61 may also be an external storage device of the terminal device 6, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, which are provided on the terminal device 6. Further, the memory 61 may also include both an internal storage unit and an external storage device of the terminal device 6. The memory 61 is used for storing the computer programs and other programs and data required by the terminal device 6. The memory 61 may also be used to temporarily store data that has been output or is to be output.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units and modules is illustrated, and in practical applications, the above-mentioned function distribution may be performed by different functional units and modules according to needs, that is, the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-mentioned functions. Each functional unit and module in the embodiments may be integrated in one processing unit, or each unit may exist alone physically, or two or more units are integrated in one unit, and the integrated unit may be implemented in a form of hardware, or in a form of software functional unit. In addition, specific names of the functional units and modules are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present application. The specific working processes of the units and modules in the system may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to the related descriptions of other embodiments for parts that are not described or illustrated in a certain embodiment.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus/terminal device and method may be implemented in other ways. For example, the above-described embodiments of the apparatus/terminal device are merely illustrative, and for example, the division of the modules or units is only one logical division, and there may be other divisions when actually implemented, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated modules/units, if implemented in the form of software functional units and sold or used as separate products, may be stored in a computer readable storage medium. Based on such understanding, all or part of the flow in the method of the embodiments described above can be realized by a computer program, which can be stored in a computer-readable storage medium and can realize the steps of the embodiments of the methods described above when the computer program is executed by a processor. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable storage medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like. It should be noted that the computer readable storage medium may contain content that is subject to appropriate increase or decrease as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable storage media that does not include electrical carrier signals and telecommunications signals in accordance with legislation and patent practice.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not substantially depart from the spirit and scope of the embodiments of the present application and are intended to be included within the scope of the present application.

Claims (10)

1. A light control method, comprising:
dividing each channel in the DMX512 light control system into a plurality of groups;
respectively configuring the control modes of all the groups;
and respectively controlling the light of each group according to the control mode of each group.
2. The light control method of claim 1, wherein the performing light control on each group according to the control mode of each group respectively comprises:
for each group, determining the minimum channel number according to the control mode of the group, and determining the control attribute of each channel of the group according to the minimum channel number;
acquiring a target setting value of the group, and respectively calculating the attribute value of each channel of the group according to the target setting value;
and filling the attribute values into each channel of the group respectively, and outputting in a DMX512 light control data stream mode to perform light control.
3. The light control method of claim 2, wherein the calculating the attribute values of the channels of the group according to the target setting values comprises:
and if the control mode of the group comprises the correlated color temperature attribute, respectively calculating a cold white attribute value and a warm white attribute value according to a target color temperature value in the target setting value, wherein the cold white attribute value is the attribute value of a channel corresponding to the cold white attribute in the group, and the warm white attribute value is the attribute value of a channel corresponding to the warm white attribute in the group.
4. The light control method of claim 3, wherein the calculating the cool white attribute value and the warm white attribute value according to the target color temperature value in the target setting values respectively comprises:
calculating a unit color temperature value according to a preset warmest color temperature value and a coolest color temperature value;
calculating the cold white attribute value according to the target color temperature value, the warmest color temperature value and the unit color temperature value;
and calculating the warm white attribute value according to the cold white attribute value.
5. A light control method according to claim 4, wherein the calculating a unit color temperature value according to a preset warmest color temperature value and a coolest color temperature value comprises:
calculating the unit color temperature value according to the following formula:
CCTDataMax_Min=(MaxVal-MinVal)*1000/255
wherein, MaxVal is the coldest color temperature value, MinVal is the warmest color temperature value, and CCTTDataMax _ Min is the unit color temperature value;
the calculating the cool-white attribute value according to the target color temperature value, the warmest color temperature value, and the unit color temperature value comprises:
calculating the cool white attribute value according to:
CW_Data=(TgtVal-MinVal)*1000/CCTDataMax_Min
wherein, TgtVal is the target color temperature value, and CW _ Data is the cold white attribute value;
said calculating the warm white attribute value from the cool white attribute value comprises:
calculating the warm white property value according to:
WW_Data=255-CW_Data
wherein WW _ Data is the warm white attribute value.
6. The light control method of claim 2, wherein the calculating the attribute values of the channels of the group according to the target setting values comprises:
calculating a proportional value between a target brightness value in the target setting value and a preset maximum brightness value;
and calculating the attribute value of each channel of the group according to the input value of each channel of the group and the proportion value.
7. The light control method of claim 6, wherein the calculating a ratio between a target brightness value and a preset maximum brightness value in the target setting value comprises:
calculating the ratio value according to:
DimDataScale=CurrentDimData_255_Mode*10000/255
wherein, the CurrentDimData _255_ Mode is the target brightness value, and DimDataScale is the proportional value;
the calculating the attribute value of each channel of the group according to the input value and the proportion value of each channel of the group comprises:
the attribute values for the individual channels of the packet are calculated according to the following equation:
ValidData=(InputCtrlParameterData*DimDataScale)/10000
the InputCtrlParameterData is the input value of any channel, and the ValidData is the calculated attribute value of the channel.
8. A light control device, comprising:
the channel grouping module is used for dividing each channel in the DMX512 light control system into a plurality of groups;
the control mode configuration module is used for respectively configuring the control modes of all the groups;
and the light control module is used for respectively controlling the light of each group according to the control mode of each group.
9. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the light control method according to any one of claims 1 to 7.
10. A terminal device comprising a memory, a processor and a computer program stored in said memory and executable on said processor, characterized in that said processor implements the steps of the light control method according to any of claims 1 to 7 when executing said computer program.
CN202010503151.4A 2020-06-05 2020-06-05 Light control method and device, readable storage medium and terminal equipment Active CN111800923B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010503151.4A CN111800923B (en) 2020-06-05 2020-06-05 Light control method and device, readable storage medium and terminal equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010503151.4A CN111800923B (en) 2020-06-05 2020-06-05 Light control method and device, readable storage medium and terminal equipment

Publications (2)

Publication Number Publication Date
CN111800923A true CN111800923A (en) 2020-10-20
CN111800923B CN111800923B (en) 2023-05-12

Family

ID=72802845

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010503151.4A Active CN111800923B (en) 2020-06-05 2020-06-05 Light control method and device, readable storage medium and terminal equipment

Country Status (1)

Country Link
CN (1) CN111800923B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112512191A (en) * 2020-12-24 2021-03-16 广东爱码科技股份有限公司 Gymnasium light control system
CN113448269A (en) * 2021-06-01 2021-09-28 浙江创意声光电科技有限公司 Remote-control sine wave digital micro-break controller and control method
CN114489456A (en) * 2022-01-04 2022-05-13 杭州涂鸦信息技术有限公司 Lighting system control method, lighting system control device, computer equipment and readable storage medium
CN114531762A (en) * 2022-01-17 2022-05-24 浙江慧居智能物联有限公司 RGB (Red, Green, blue) cold and warm mixed dimming lamp controller and RGB cold and warm mixed dimming method
CN114765565A (en) * 2020-12-30 2022-07-19 花瓣云科技有限公司 Control method of intelligent device, cloud server, terminal device and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101482232A (en) * 2009-01-22 2009-07-15 广州市雅江光电设备有限公司 Color temperature-adjustable LED lamp and its color temperature adjusting method
KR101410192B1 (en) * 2013-05-22 2014-06-20 한양대학교 에리카산학협력단 Reconfiguration method and system of rf channel and device address in wireless dmx512 devices and a method based on two-way communication
KR20150025588A (en) * 2013-08-29 2015-03-11 강신호 Light Display Control System
CN105578639A (en) * 2015-12-09 2016-05-11 浙江凯耀照明股份有限公司 LED lamp and dimming method thereof
CN106061014A (en) * 2016-06-08 2016-10-26 广州市升龙灯光设备有限公司 Linear color temperature database construction method, color temperature adjusting method and device and LED lamp
CN109661073A (en) * 2019-01-25 2019-04-19 广州腾龙电子塑胶科技有限公司 A kind of pwm signal conversion method, device and its lamp brightness regulation device
CN209824094U (en) * 2019-04-26 2019-12-20 广州景晴光电科技有限公司 Touch controller compatible with various LED lights

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101482232A (en) * 2009-01-22 2009-07-15 广州市雅江光电设备有限公司 Color temperature-adjustable LED lamp and its color temperature adjusting method
KR101410192B1 (en) * 2013-05-22 2014-06-20 한양대학교 에리카산학협력단 Reconfiguration method and system of rf channel and device address in wireless dmx512 devices and a method based on two-way communication
KR20150025588A (en) * 2013-08-29 2015-03-11 강신호 Light Display Control System
CN105578639A (en) * 2015-12-09 2016-05-11 浙江凯耀照明股份有限公司 LED lamp and dimming method thereof
CN106061014A (en) * 2016-06-08 2016-10-26 广州市升龙灯光设备有限公司 Linear color temperature database construction method, color temperature adjusting method and device and LED lamp
CN109661073A (en) * 2019-01-25 2019-04-19 广州腾龙电子塑胶科技有限公司 A kind of pwm signal conversion method, device and its lamp brightness regulation device
CN209824094U (en) * 2019-04-26 2019-12-20 广州景晴光电科技有限公司 Touch controller compatible with various LED lights

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112512191A (en) * 2020-12-24 2021-03-16 广东爱码科技股份有限公司 Gymnasium light control system
CN114765565A (en) * 2020-12-30 2022-07-19 花瓣云科技有限公司 Control method of intelligent device, cloud server, terminal device and storage medium
CN113448269A (en) * 2021-06-01 2021-09-28 浙江创意声光电科技有限公司 Remote-control sine wave digital micro-break controller and control method
CN114489456A (en) * 2022-01-04 2022-05-13 杭州涂鸦信息技术有限公司 Lighting system control method, lighting system control device, computer equipment and readable storage medium
CN114489456B (en) * 2022-01-04 2024-01-30 杭州涂鸦信息技术有限公司 Lighting system control method, lighting system control device, computer device, and readable storage medium
CN114531762A (en) * 2022-01-17 2022-05-24 浙江慧居智能物联有限公司 RGB (Red, Green, blue) cold and warm mixed dimming lamp controller and RGB cold and warm mixed dimming method

Also Published As

Publication number Publication date
CN111800923B (en) 2023-05-12

Similar Documents

Publication Publication Date Title
CN111800923B (en) Light control method and device, readable storage medium and terminal equipment
EP2266373B1 (en) Light system controller and method for controlling a lighting scene
CN100386000C (en) Light modulating LED lighting apparatus
US8519830B2 (en) Lighting control architecture
US8427721B2 (en) Device and method for dynamically changing color
US9041308B2 (en) Systems and methods of controlling the output of a light fixture
US20130241432A1 (en) Light-emitting device, method of controlling light-emitting device, and program
US10952305B2 (en) Configurable lighting system and method comprising a programmable control module that controls a plurality of different patterns based on toggling a power supply
CN112672464B (en) Lamp light control method and device of lamp and computer equipment
WO2022021796A1 (en) Dynamic control method and system for light device, and related device
CN111246617B (en) LED controller and LED control method
US20160234912A1 (en) Method and device capable of unique pattern control of pixel leds via smaller number of dmx control channels
CN111034360B (en) System and method for controlling the output of a set of lighting units to a dynamic lighting scene
CN115915556A (en) Distributed intelligent light control method, device, equipment and medium
CN112136365A (en) Lighting system
CN101859511A (en) Environmental atmosphere lamp system and control method thereof
CN116234127B (en) KTV light control method based on z-wave
CN108064099A (en) Intelligent lighting system, control method and intelligent illuminating system
JPH07272864A (en) Variable color illumination device
JP6478156B2 (en) Schedule controller, lighting system, and lighting control method
JP3223902U (en) Lighting device and lighting remote control system
Lopez et al. FPGA-based improved high brightness RGB LED matrix automation
JP7112655B2 (en) lighting system
JP2023148228A (en) Lighting control device and lighting control system
KR100877802B1 (en) Remote controller for led lamps and bulbs

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