EUCHIPS DMX-P08 Manual

EUCHIPS DMX-P08 Manual | Manualzz
DMX-P08
DMX Live And Stand Alone Controller
DMX-P08
DMX-P08
Dimension (mm)
106mm
11mm
106
3
Product Features
60
47
·Meets DMX512/1990
·1024 DMX Channels.Control 340 RGB Fixtures
60
·4 Dry contact triggers(on RJ45)
11
·Support third party 485 protocol trigger(on RJ45)
·Master/slave mode, connect up to about 50 pcs by Ethernet
·iPhone/iPad/Android remote
46
Interface Instruction
Summary
OLED
Screen
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
Pre
Enter
Next
Back
RJ45(1)
Power+DMX
RJ45(2)
485+Dry contact
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
OFF/ON
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.
Technical Parameters
5V DC, 0.15A-1A(by USB) / 12V DC input on RJ45
Power Consumption :
Transmission signal :
< 2W
USB 2.0 , Ethernet
RJ45
DMX512/1990
Output channels :
1024 DMX channels
Stand Alone mode :
1024 DMX channels
Wallwashing light,Tube light, Cube light,etc.
OS Requirement :
PC Software :
Windows XP/Vista/Seven/Win10 32/64 1Ghz CPU, 512 MB RAM
Euchips X-DMX
Environment :
IP20, -25℃ to 70 ℃
Specification :V01
1
Mode
Color
Bright
Speed
RJ45 (1)
Power+DMX
12345678
Pin1
Pin2
Pin3
Pin4
Pin5
Pin6
Pin7
Pin8
:
:
:
:
:
:
:
:
DMX1+
DMX1DMX2+
12V
12V
DMX2GND
GND
Specification :V01
RJ45 (2)
485+Dry contact
12345678
Pin1
Pin2
Pin3
Pin4
Pin5
Pin6
Pin7
Pin8
:
:
:
:
:
:
:
:
RJ45(3)
Ethernet socket
RJ45 (3)
Ethernet socket
Ethernet
Input Voltage :
Lamp type :
30
47.5
·8GB Micro SD card for stand alone use
Output connector :
12
83
4.5
47
·USB connectivity for programming and control
57
146
146mm
·Real time clock and calendar for time triggers
Connection :
7
4
·For adjusting the full-color ,tunable white and brightness
485+
485IO1
IO2
IO3
IO4
GND
GND
2
DMX-P08
Wiring Diagram
DMX-P08
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
Input:12/24V
Input:12/24V
RGBW
RGBW
Default Mode
Note:factory default setting with 30 kinds of prodcut models, if use software to edit and download
it ,the following sceces will be covered.
NG.
Mode
Seriel
number
Command
OP Code
1
Return value switch
0x01
2
Resume\Pause
0x02
Pause playback and
resume playback
3
Scene call
0x03
Scene call
4
ON\OFF control
0x04
5
Get \ set device
number
0x05
Mode
NG.
Red
16
Six color flash
2
Green
17
RGB flash
1.2 485 Bus command format
3
Blue
18
RG flash
->DMX-X03
4
Yellow
19
RB flash
By te0
By te1
5
Cyan
20
GB flash
'E'
'U '
6
Purple
21
R flash
By te8
By te9
By te10
7
White
22
G flash
Par a2
Par a3
Par a4
8
Seven color fade
23
B flash
9
By te2
Full color fade
24
Seven color strobe
Rainbow changing
25
Six color strobe
11
Water flowing
26
RGB strobe
12
Tail chase
27
RG strobe
13
Color stack
28
RB strobe
14
1
Chase(Blue,Purple)
29
GB strobe
15
White flash
30
White strobe
Specification :V01
3
Memory function
RAM,Boot defaults
to continue
NVM,Memory function
On / off control
RAM,Default ON
Stand-alone connection settings NVM,Memory function
NVM:Nonvolatile memory, power down memory;
RAM:Loss of memory, power failure to enter the default state;
1
10
Description
Set whether DMX - x03 has ACK NVM,
Memory function
By te2
By te3
By te4
By te5
Byte6
Byte7
CMD
SubC MD
P a ra 0
P a ra 1
By te11
By te12
By te1 3
Byte14
Par a5
Par a6
Par a7
CRC
By te3
By te4
D ev i c e c ode D ev i c e N o
<-DMX-X03
By te0
By te1
'E'
'U '
By te8
By te9
By te10
By te11
Par a2
Par a3
Par a4
Par a5
Specification :V01
By te5
Byte6
Byte7
SubC MD
P a ra 0
P a ra 1
By te12
By te1 3
Byte14
Par a6
Par a7
CRC
D ev i c e c ode D ev i c e N o AC KC M D
4
DMX-P08
Device NO: 0xFF
, Broadcast ALL Device
DMX-P08
1.3.2 Resume\Pause command(0x02) :
;
Check Sum the calculation function is as follows
CMD:0x02
:
Byte0
unsigned char CRCCalc(void* DataBuf,unsigned char Length)
'E'
{
u16 i;
Byte8
u8 sum, CRCValue;
Byte1
Byte2
Byte3
Byte4
Byte5
Byte6
Byte7
'U'
Device code
Device No
CMD
SubCMD
0
0
Byte9
Byte10
Byte11
Byte12
Byte13
Byte14
0
0
0
0
0
CRC
Byte5
Byte6
Byte7
0
0
sum = 0;
SubCMD: 0x01 Suspend, 0x00, Run
for(i = 0; i < Length; i++) {
Without Memory function, default status is run, after power on
sum += *((u8*)DataBuf+i);
}
ACKCMD: 0x82
CRCValue = -sum;
return CRCValue;
Byte0
}
'E'
1.3 RS485Bus command description :
Byte8
1.3.1 Return value switch command(0x01) :
0
Byte1
Byte2
Byte3
Byte4
'U'
Device code
Device No
ACKCMD
Status
0
Byte9
Byte10
Byte11
Byte12
Byte13
Byte14
0
0
0
0
0
CRC
Status: 0x0 CMD Failure,0x01 CMD Success
CMD:0x01
Byte0
'E'
Byte8
B yte1
' U'
Byte9
0
0
B yte 2
Byte3
Byte4
D e vi ce co d e Device No
Byte10
0
Byte11
Byte5
CM D
SubCM D
Byte12
Byte13
0
0
0
Byte6
By te7
0
0
1.3.3 Scene call(0×03):
CMD:0×03
Byte14
Byte0
Byte1
Byte2
Byte3
CRC
'E'
'U'
Device code
Device No
CMD
Byte8
Byte9
Byte10
Byte11
Byte12
Byte13
Byte14
0
0
0
0
0
0
CRC
Byte5
Byte6
Byte7
0
0
CMD: 0x01, SubCMD : 0x00, ACK OFF, 0x01, ACK ON;
Byte4
Byte5
Byte6
ScnenIDL8 ScnenIDL8
Byte7
0
SceneID=Byte6<<8+Byte5
ACKCMD: 0x81
Byte0
'E'
Byte8
0
Byte1
'U'
Byte2
Byte3
Byte4
D e vi ce co d e D evice No ACKCM D Status
Byte9
Byte10
Byte11
Byte12
0
0
0
0
Status: 0x0 CMD Failure, 0x01 CMD Success
Specification :V01
Byte5
Byte13
0
Byte6
0
Byte14
CRC
Byte7
0
ACKCMD:0×83
Byte0
Byte1
Byte2
Byte3
Byte4
'E'
'U'
Device code
Device No
ACKCMD
Byte8
Byte9
Byte10
Byte11
Byte12
Byte13
Byte14
0
0
0
0
0
0
CRC
Status:0×0 CMD Failure, 0×01 CMD Success
5
Specification :V01
6
Status
DMX-P08
DMX-P08
Master/slave mode
1.3.4 ON/OFF control (0×04):
CMD: 0x04
Byte0
'E'
Byte8
Byte1
Byte2
Byte3
Byte4
Byte5
'U'
Device code
Device No
CMD
SubCMD
Byte6
Byte7
0
0
Byte9
Byte10
Byte11
Byte12
Byte13
Byte14
0
0
0
0
0
CRC
0
WIFI
Mobile phone
ETHERNET ROUTER/HUB
SubCMD:0×00 ON, 0×01 OFF
Without Memory function, default status is ON, after power on
DMX-P08
DMX-P08
DMX-P08
DMX-P08
ACKCMD: 0x84
Byte0
Byte1
Byte2
Byte3
'U'
Device code
Device No
Byte9
Byte10
0
0
'E'
Byte8
0
Byte4
Byte5
Byte6
Byte7
ACKCMD
Status
0
0
Byte11
Byte12
Byte13
Byte14
0
0
0
CRC
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.
Status: 0×0 CMD Failure, 0×01 CMD Success
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
'E'
'U'
Device code
Byte8
Byte9
Byte10
0
0
0
Byte6
Byte7
SubCMD
Para0
0
Byte13
Byte14
0
CRC
Byte4
Byte5
Device No
CMD
Byte11
Byte12
0
0
Configuration of the master/slave
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
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
Device No:0xFF, Broadcast or specify equipment number modification;
3.Connect the wires
SubCMD:
DMX: Connect the DMX cable to the lighting recivers
0x00 :Get device number,Para0: 0x00
Power: Make sure to not invert the + and the ground
4.To lock the glass panel and fix it with the screwdrive
0x01 :Set device number,Para0:Device number
Specification :V01
7
Specification :V01
8
DMX-P08
Electrical box
Bottom box
Glass panel
Specification :V01
9
Was this manual useful for you? Yes No
Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Download PDF

advertisement