EasyManua.ls Logo

Dynalite DMC810GL - Stop Fading Op Code; Leave Program Mode Op Code; Report Preset Op Code; Request Preset Op Code

Dynalite DMC810GL
12 pages
Print Icon
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
useful DyNet op codes
………………………………………………………………………………………………………....
………………………………………………………………………………………………………....
DMC810GL Instruction Manual Rev B.DOC 12
Stop Fading
Byte 0 1C hex
Byte 1 AREA
Byte 2 CHANNEL NUMBER (0 origin)
Byte 3 76 hex
Byte 4 Unused (usually 0)
Byte 5 Unused (usually 0)
Byte 6 Join (usually FF hex)
Byte 7 Checksum
Example: Area 4 Channel 6 Stop Fading:
[1C] [04] [05] [76] [00] [00] [FF] [66]
Report Preset (reply from dimmers -
response from 63 message)
Byte 0 1C hex
Byte 1 AREA
Byte 2 PRESET NUMBER (0 origin)
Byte 3 62 hex
Byte 4 Unused(usually 0)
Byte 5 Unused(usually 0)
Byte 6 Join (usually FF hex)
Byte 7 Checksum
Example: Area 4 is currently in Preset 6:
[1C] [04] [05] [62] [00] [00] [FF] [7A]
Request Preset (sent to dimmers)
Byte 0 1C hex
Byte 1 AREA
Byte 2 Unused(usually 0)
Byte 3 63 hex
Byte 4 Unused(usually 0)
Byte 5 Unused(usually 0)
Byte 6 Join (usually FF hex)
Byte 7 Checksum
Example: Request Current Preset of Area
4:
[1C] [04] [00] [63] [00] [00] [FF] [7E]
Start Fading to A Level (All Channels in an
Area)
Byte 0 1C hex
Byte 1 AREA
Byte 2 LEVEL (01 = 100%, FF = 0%)
Byte 3 79 hex
Byte 4 Fade Rate low byte (usually
100)
Byte 5 Fade Rate high byte (usually 0)
Byte 6 Join (usually FF hex)
Byte 7 Checksum
Example: Fade Area 4 to 50% over 2 sec:
[1C] [04] [82] [79] [64] [00] [FF] [82]
Stop Fading (All Channels In An Area)
Byte 0 1C hex
Byte 1 AREA
Byte 2 Unused (usually 0)
Byte 3 7A hex
Byte 4 Unused (usually 0)
Byte 5 Unused (usually 0)
Byte 6 Join (usually FF hex)
Byte 7 Checksum
Example: Halt the Fade in Area 4 at the
current level:
[1C] [04] [00] [7A] [00] [00] [FF] [67]
Toggle Channel State (PresetOff or
OffPreset)
Byte 0 1C hex
Byte 1 AREA
Byte 2 CHANNEL NUMBER (0 origin)
Byte 3 70 hex
Byte 4 UNUSED (usually 0)
Byte 5 UNUSED (usually 0)
Byte 6 TBAR (usually FF hex)
Byte 7 CHECKSUM
Example: Toggle Channel State of Area 4
CH8:
[1C] [07] [09] [70] [00] [00] [FF] [65]
Program Toggle Preset (sent to dimmer)
Byte 0 1C hex
Byte 1 AREA
Byte 2 Channel Number (0 origin)
Byte 3 7D hex
Byte 4 LEVEL
Byte 5 Unused (usually 0)
Byte 6 Join (usually FF hex)
Byte 7 Checksum
Example: Save the Level of Area 4 CH8 to
the Toggle Preset:
[1C] [07] [09] [70] [00] [00] [FF] [65]
Leave Program Mode - Saves light level to
the current Preset (sent to dimmers)
Byte 0 1C hex
Byte 1 AREA
Byte 2 Unused (usually 0)
Byte 3 8
Byte 4 Unused (usually 0)
Byte 5 Unused (usually 0)
Byte 6 Join (usually FF hex)
Byte 7 Checksum
Example: Save the Current Channel
Levels of Area 4 to the Current Preset:
[1C] [04] [00] [08] [00] [00] [FF] [D9]
Lock Control Panels (sent to dimmers with
Keyboard inputs and Smart Panels)
Byte 0 1C hex
Byte 1 AREA
Byte 2 Unused (usually 0)
Byte 3 15
Byte 4 Unused (usually 0)
Byte 5 Unused (usually 0)
Byte 6 Join (usually FF hex)
Byte 7 Checksum
Example: Lock All Control Panels in Area
6:
[1C] [06] [00] [15] [00] [00] [FF] [CA]