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
1
vote
1 answer

Is there a way to define the pin with an input?

I'm trying to program a kind of dmx controller, therefore I got a RaspberryPi and now I want to write a program to controlle a GPIO with pi4j. The idea is to ask for the GPIO that should be the output, save it in a int and reuse this to tell pi4j…
Ramadorrn
  • 21
  • 1
  • 4
1
vote
2 answers

Store values greater than 127 in a byte array

I'm currently rewriting this python library for Dmx in Java. The python library creates a 518 array of values. DMXOPEN = chr(126) DMXCLOSE = chr(231) DMXINTENSITY = chr(6)+chr(1)+chr(2) DMXINIT1 =…
1
vote
1 answer

Lua -- Split a string into a variable and back

i can't figure this one out. Maybe you can give it a shot. return function() local handle = get.handle local group1 = handle('group 1') --returns the namelabel of group 1 local group2 = handle('group 2') for i=1,6 do local groupx = group1 --…
1
vote
2 answers

splitting lua strings into variables

I am pretty new to this, so I hope you can give me a hand. I am programming lights, and what I like to do is take a variable from my lighting desk (a text string called "4 Mythos Stage") and split is into different variables. to get the variables…
1
vote
2 answers

Arduino DMX Shield Issue

I have bought this shield: http://www.cqrobot.wiki/index.php/DMX_Shield_for_Arduino-CQR0260 I can see this reference: CTC-DRA-10-R2 I did not manage to make it work. I want to control a lamp through DMX cable. In order to make the light, i need to…
Bob5421
  • 7,757
  • 14
  • 81
  • 175
1
vote
1 answer

Com ports get stuck or stop sending serial communication after working for 7-8 hours

I am working on a project for sending hex data continuously to serial com ports from my computer and then from com ports to LEDs (RGB lights) through RS232 USB cable. Sometimes it works for 10 -15 hours and alternate days it gets stopped sending…
1
vote
2 answers

Reading bytes from Arduino SD Card to DMX Lighting

Anyone have reco's on where I'm going wrong extracting data from a text file (SD) and sending along DMX? The code works for the P9813 portion and the DMX works in general but not the SD data. Pastebin Code Here I believe my issue is at line 68. I…
1
vote
0 answers

How to get the PAN and TILT of a DMX spotlight from the X and Y of a plan (Camera View)

Context I have some DMX spotlights fixed to a round platform located at 12 meters above the floor. A camera is fixed to the centre (approximately) of this platform. The camera is supposed to film the ground to find and track some targets. This…
Blueprint
  • 11
  • 2
1
vote
1 answer

Enttec DMX USB PRO Mk2 - Send single DMX packet

I am currently working on a small project as an engineering trainee, where i am to continue on the development of a DMX tool to help with the testing of intelligent light fixtures at my workplace. The project is written in C# and uses the managed…
Mose
  • 13
  • 7
1
vote
3 answers

Controlling Lights, fans and other equipment with Unity3D

We are working with Unity 3D and we have a game fully developed, but the client wants fully operational game rooms, with lights, fans, fog machines ect (in the real world) that will be triggered from the Unity game that we have developed, I`ll start…
Beauzach
  • 11
  • 1
  • 3
1
vote
2 answers

Run batch file on remote pc *visibly* to logged on user

I've got a batch file dmx2vlc which will play a random video file through VLC-Player when called. It works well locally but I need this to happen on another machine on the network (will be adhoc) and the result (VLC-Player playing the video) must be…
Marco Kerwitz
  • 5,294
  • 2
  • 18
  • 17
1
vote
2 answers

LabVIEW Complicated If Statements

Background: I am trying to configure a DMX turntable in LabVIEW, it has two settings for rotating: coarse (360 degrees in 255 points) and fine (1 degree in 255 points). I need to be able to firstly execute a command to move to the closest available…
Lrrrence
  • 23
  • 6
1
vote
1 answer

Arduino timer seems to be crashing?

For an exhibition with some interactive installations, I have to create a system that reads data from three ultrasonic PING sensors and has a DMX dimmer connected at one output. So I took my Arduino Mega board, built some hardware around it (signal…
1
vote
1 answer

ftd2xx.h on mac give me uncountable number of error. How to use it with xcode?

I have some issues working with the file "ftd2xx.h" to control a DMX USB PRO by enttec. They put a downloadable zip file in their site with a c++ example of code to control their dmx interface. I just downloaded it, create a new terminal project…
Gianmarco
  • 2,536
  • 25
  • 57
0
votes
3 answers

DMX software to control lights with programmable interface

I find myself in the need of a software to control lights with a programmable interface. Basically what I want to do is to automatically control the lights using some criteria that I programmed inside a program. My program will then control the…
Masiar
  • 20,450
  • 31
  • 97
  • 140