EUCHIPS DMX-P08 Manuale utente

DMX Live And Stand Alone Controller
DMX-P08
DMX-P08 DMX-P08
Summary
DMX-P08 is a full-color LED DMX control system which focuses on indoor and outdoor decorative
lighting, which can be used stand alone or with computer. It comprises scene-edit software.You can
edit various lighting effects by downloading the programme which edit according to your special
requirement from your PC.This control system can fulfill 256 grey levels for each R,G,B color,totally
16.77 million real full-color.The software has been developed specially for architectural lighting and
features easy to use effects which can be dropped onto timelines,along with multi-zone and
synchronization allowing you to program a project with multiple rooms and areas with ease.
Product Features
·Meets DMX512/1990
·1024 DMX Channels.Control 340 RGB Fixtures
·For adjusting the full-color ,tunable white and brightness
·Real time clock and calendar for time triggers
·USB connectivity for programming and control
·8GB Micro SD card for stand alone use
·4 Dry contact triggers(on RJ45)
·Support third party 485 protocol trigger(on RJ45)
·Master/slave mode, connect up to about 50 pcs by Ethernet
·iPhone/iPad/Android remote
Technical Parameters
Input Voltage : 5V DC, 0.15A-1A(by USB) / 12V DC input on RJ45
Power Consumption :
Connection :
Output connector :
Transmission signal :
Output channels :
Stand Alone mode :
Lamp type :
OS Requirement :
PC Software :
Environment :
< 2W
USB 2.0 , Ethernet
RJ45
DMX512/1990
1024 DMX channels
1024 DMX channels
Wallwashing light,Tube light, Cube light,etc.
Windows XP/Vista/Seven/Win10 32/64 1Ghz CPU, 512 MB RAM
Euchips X-DMX
IP20, -25℃to 70 ℃
Dimension (mm)
146mm
106mm 11mm
Interface Instruction
OFF/ON
OLED
Screen
RJ45(1)
Power+DMX
RJ45(3)
Ethernet socket
RJ45(2)
485+Dry contact
Pre
Next Back
Color
Mode
Bright Speed
Enter
106
146
5747.5
30
60
46
60
83
4
4.5
7
12
4747
11
3
1234567812345678
Ethernet
Ethernet socket485+Dry contactPower+DMX
Pin1 : DMX1+
Pin2 : DMX1-
Pin3 : DMX2+
Pin4 : 12V
Pin5 : 12V
Pin6 : DMX2-
Pin7 : GND
Pin8 : GND
Pin1 : 485+
Pin2 : 485-
Pin3 : IO1
Pin4 : IO2
Pin5 : IO3
Pin6 : IO4
Pin7 : GND
Pin8 : GND
RJ45 (1) RJ45 (2) RJ45 (3)
1Specification :V01 2Specification :V01

DMX-P08 DMX-P08
Wiring Diagram
Input:12/24V Input:12/24V
RGBW RGBW
Default Mode
NG. NG.Mode Mode
1
2
3
4
5
6
7
8
9
10
11
12
13
14
16
17
18
19
20
21
22
23
24
25
26
27
Red
Green
Blue
Yellow
Cyan
Purple
White
Seven color fade
Full color fade
Rainbow changing
Water flowing
Tail chase
Color stack
Chase(Blue,Purple)
1
15
28
29
30
White flash
Six color flash
RGB flash
RG flash
RB flash
Seven color strobe
Six color strobe
RGB strobe
RG strobe
RB strobe
GB strobe
White strobe
GB flash
R flash
G flash
B flash
Note:factory default setting with 30 kinds of prodcut models, if use software to edit and download
it ,the following sceces will be covered.
RS485 trigger function
1. RS485 bus triggering scene function
The third party device can control the device through the RS485 bus. Baud rate: 115200, no
check,1bit stop.
Receive and send names using fixed length commands, length 15Byte
1.1 Bus support command
Seriel
number
1
2
3
4
5
Command
Return value switch
Resume\Pause
Scene call
ON\OFF control
Get \ set device
number
OP Code
0x01
0x02
0x03
0x04
0x05
Description
Set whether DMX - x03 has ACK
Pause playback and
resume playback
Scene call
On / off control
Stand-alone connection settings
Memory function
NVM
,
Memory function
RAM
,
Boot defaults
to continue
NVM
,
Memory function
RAM
,
Default ON
NVM
,
Memory function
NVM:Nonvolatile memory, power down memory;
RAM:Loss of memory, power failure to enter the default state;
1.2 485 Bus command format
->DMX-X03
<-DMX-X03
Byte0 Byte1 Byte2 Byte3 Byte4 Byte5 Byte6 Byte7
'E' 'U' Device code Device No CMD SubCMD Para0 Para1
Byte8 Byte9 Byte10 Byte11 Byte12 Byte13 Byte14
Para2 Para3 Para4 Para5 Para6 Para7 CRC
Byte0 Byte1 Byte2 Byte3 Byte4 Byte5 Byte6 Byte7
'E' 'U' Device code Device No ACKCMD SubCMD Para0 Para1
Byte8 Byte9 Byte10 Byte11 Byte12 Byte13 Byte14
Para2 Para3 Para4 Para5 Para6 Para7 CRC
3Specification :V01 4Specification :V01

DMX-P08 DMX-P08
Device NO: 0xFF ,Broadcast ALL Device ;
Check Sum the calculation function is as follows :
unsigned char CRCCalc(void* DataBuf,unsigned char Length)
{
u16 i;
u8 sum, CRCValue;
sum = 0;
for(i = 0; i < Length; i++) {
sum += *((u8*)DataBuf+i);
}
CRCValue = -sum;
return CRCValue;
}
1.3 RS485Bus command description :
1.3.1 Return value switch command(0x01) :
CMD:0x01
CMD: 0x01, SubCMD : 0x00, ACK OFF, 0x01, ACK ON;
ACKCMD: 0x81
Byte0 Byte1 Byte2 Byte3 Byte4 Byte5 Byte6 Byte7
'E' 'U' Device code Device No ACKCMD Status 0 0
Byte8 Byte9 Byte10 Byte11 Byte12 Byte13 Byte14
0 0 0 0 0 0
Status: 0x0 CMD Failure, 0x01 CMD Success
Byte0 Byte1 Byte2 Byte3 Byte4 Byte5 Byte6 Byte7
'E' 'U' Device code Device No CMD SubCMD 0 0
Byte8
0 0 0 0 0 0 CRC
Byte9 Byte10 Byte11 Byte12 Byte13 Byte14
1.3.2 Resume\Pause command(0x02) :
CMD:0x02
SubCMD: 0x01 Suspend, 0x00, Run
Without Memory function, default status is run, after power on
ACKCMD: 0x82
Status: 0x0 CMD Failure,0x01 CMD Success
1.3.3 Scene call(0×03):
CMD:0×03
SceneID=Byte6<<8+Byte5
Byte0 Byte1 Byte2 Byte3 Byte4 Byte5 Byte6 Byte7
Byte0 Byte1 Byte2 Byte3 Byte4 Byte5 Byte6 Byte7
'E' 'U' Device code Device No CMD SubCMD 0 0
Byte8 Byte9 Byte10 Byte11 Byte12 Byte13 Byte14
0 0 0 0 0 0
Byte0 Byte1 Byte2 Byte3 Byte4 Byte5 Byte6 Byte7
'E' 'U' Device code Device No ACKCMD Status 0 0
Byte8 Byte9 Byte10 Byte11 Byte12 Byte13 Byte14
0 0 0 0 0 0
'E'
Byte8 Byte9 Byte10 Byte11 Byte12 Byte13 Byte14
0 0 0 0 0 0 CRC
'U' Device code Device No CMD ScnenIDL8 ScnenIDL8 0
ACKCMD:0×83
Status:0×0 CMD Failure, 0×01 CMD Success
Byte0 Byte1 Byte2 Byte3 Byte4 Byte5 Byte6 Byte7
'E'
Byte8 Byte9 Byte10 Byte11 Byte12 Byte13 Byte14
0 0 0 0 0 0 CRC
'U' Device code Device No ACKCMD Status 0 0
5Specification :V01 6Specification :V01
CRC
CRC
CRC

DMX-P08 DMX-P08
CMD: 0x04
1.3.4 ON/OFF control (0×04):
SubCMD:0×00 ON, 0×01 OFF
Without Memory function, default status is ON, after power on
Byte0 Byte1 Byte2 Byte3 Byte4 Byte5 Byte6 Byte7
'E' 'U' Device code Device No CMD SubCMD 0 0
Byte8 Byte9 Byte10 Byte11 Byte12 Byte13 Byte14
0 0 0 0 0 0 CRC
ACKCMD: 0x84
Status: 0×0 CMD Failure, 0×01 CMD Success
Byte0 Byte1 Byte2 Byte3 Byte4 Byte5 Byte6 Byte7
'E' 'U' Device code Device No ACKCMD Status
Byte8 Byte9 Byte10 Byte11 Byte12 Byte13 Byte14
0 0 0 0
0 0
0 0 CRC
1.3.5 Get \ set device number(0×05):
It is used when a single machine is connected , and is used for setting equipment numbers, so that
different equipment can be distinguished when multiple machines are used together.
CMD:0x05,
Byte0
Byte1 Byte2 Byte3 Byte4 Byte5 Byte6
Byte7
'E'
'U' Device code Device No CMD
SubCMD Para0
0
Byte8 Byte9 Byte10 Byte11 Byte12 Byte13
Byte14
0 0 0
0
0 0 CRC
Device No:0xFF,
Broadcast or specify equipment number modification;
SubCMD:
0x00 :Get device number,Para0: 0x00
0x01 :Set device number,Para0:Device number
ETHERNET ROUTER/HUB
WIFI
Mobile phone
DMX-P08 DMX-P08 DMX-P08 DMX-P08
Configuration of the master/slave
Master/slave mode
When multiple devices are cascaded, all devices need to be connected to the same local area
network ( i.e., the same router ) with network cables. Each device will automatically acquire an
independent IP address in the local area network. as shown in the following figure, you can see in the
about interface, when all the IP addresses of the devices are acquired, you can select any one of the
devices to set as the master ( with the master option √ ), and the other devices will be set as the slave
control by default. the master will trigger the operation and then pass it to the slave control. However,
the split control is out of sync with the master control when controlling the scene to be played by itself.
Therefore, the sub-control can start and play different scenes. The main controller is like an ordinary
remote controller to control other sub - controllers.
Note: when setting up the master control on the LAN, only one of them can be selected as the
master control, and not more than one can be selected at the same time.
Installation Guide
4.To lock the glass panel and fix it with the screwdrive
1. Mount an electrical box inside the wall
DMX-P08 can be installed in any standard electrical
box,you can insert the adapter inside or outside the
electrical box
2. To lock the back cover on the electrical box and
fix it with the screwdrive
3.Connect the wires
DMX: Connect the DMX cable to the lighting recivers
Power: Make sure to not invert the + and the ground
7Specification :V01 8Specification :V01

DMX-P08
Bottom box
Electrical box
Glass panel
9Specification :V01
Indice
Altri manuali EUCHIPS Controllori

EUCHIPS
EUCHIPS CT420 Manuale utente

EUCHIPS
EUCHIPS Walldim202 Manuale utente

EUCHIPS
EUCHIPS EULP50D-2HMC-0 Manuale utente

EUCHIPS
EUCHIPS DMX Series Guida di riferimento

EUCHIPS
EUCHIPS DMX-E05 Manuale utente

EUCHIPS
EUCHIPS EULP20D-1WMC-0 Manuale utente

EUCHIPS
EUCHIPS EUP150AD-1H24V-0 Manuale utente

EUCHIPS
EUCHIPS EUP40D-1HMC-0 Manuale utente

EUCHIPS
EUCHIPS DMX801 Manuale utente

EUCHIPS
EUCHIPS DALI-P03 Manuale utente


















