Questions tagged [dmx512]

DMX512 (Digital MultipleX) is a standard for digital communication networks that are commonly used to control stage lighting and effects

DMX512 (Digital MultipleX) is a standard for digital communication networks that are commonly used to control stage lighting and effects. It was originally intended as a standardized method for controlling light dimmers, which, prior to DMX512, had employed various incompatible proprietary protocols.

DMX512 does not include automatic error checking and correction, and so is not an appropriate control for hazardous applications, such as pyrotechnics or movement of theatrical rigging.

http://en.wikipedia.org/wiki/DMX512

54 questions
0
votes
1 answer

DMX Arduino - Turn OFF lamp on Martin Exterior 600 fixture

I have made a web based light controller, and everything is working perfectly. But i have a problem turning off one of the fixtures. For turning OFF the lamp, a value of 250 has to be send on channel 17 for at least 5 sec. And this is where it gets…
XerXeX
  • 784
  • 4
  • 16
0
votes
1 answer

Color transition based on System.Drawing.Color objects

Currently I'm working on a DMX Library for C# .NET. At the moment i'm stuck at creating a color transition based on a "start color" and an "end color". The function takes 3 arguments, first is the DMXController object (basically an extended…
0
votes
1 answer

RS485 bus on raspberry pi extension board to DMX 512 protocol

For my thesis I need to change brightness and color of LED stripes. In my case i have to use a raspberry pi with an raspberry pi extension board, because this board supports the RS485 bus system. I need to reprogramm the RS485 bus to DMX512…
0
votes
1 answer

writing signals to serial port

I am trying to write data to a DMX receiver via USB to RS485 cable. I can see the correct data frames, but for the packet to follow the DMX protocol, I need a break and MAB signal. So my question is, is there a way to generate such signals? My…
Gmann45
  • 21
  • 3
0
votes
1 answer

Arduino ISR - multiple definitions of vector

I'm using a DMX library of four universes, here. Using this library without any other libraries works perfectly fine. However, when also using the standard SPI.h lirary I get a conflict with ISR's in the folliwng lines of code: lib_dmx.ccp (line…
jdepypere
  • 3,453
  • 6
  • 54
  • 84
0
votes
1 answer

How to pass PHP/html to javascript loop

I have a pretty robust JavaScript script that controls my room lights via some external software. I have a PHP that when run returns only a 1 or a 0. I ideally want to have a JavaScript loop that runs every couple seconds and pulls that 1 or 0 and…
0
votes
1 answer

Compatibility porting program

I am interested in trying to get a program ported to 64-bit and would like to know if it's even a good candidate for porting. I am a lighting director and have built a SUSE 11.1 Linux box for a program called MagicQ made by Chamsys…
0
votes
0 answers

DMX USB Pro(FTDI) works very sporadically

I've been trying to write a C# application that send data to a stage light using the Enttec DMX USB Pro box. There are provided C# wrappers that I'm using and I've gotten the light to respond as expected but it very rarely works. I seem to have to…
John Lotacs
  • 1,184
  • 4
  • 20
  • 34
-1
votes
0 answers

Minimal Artnet setup

(asked at Electrical Engineering but not on topic there) We have to expand a DMX512 installation and it looks like Artnet would be a good fit. We'll be using a commercial Artnet -> DMX (or -> SPI) receiver that implements Artnet 4. This a very…
Jim Mack
  • 1,070
  • 1
  • 7
  • 16
1 2 3
4