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
7
votes
2 answers

FTDI Communication with USB device - Objective C

I'm trying to communicate with the Enttec USB DMX Pro. Mainly receiving DMX. They released a Visual C++ version here, but I'm a little stumped on what to do to convert to Obj-c. Enttec writes, "Talk to the PRO using FTDI library for Mac, and refer…
objectiveccoder001
  • 2,981
  • 10
  • 48
  • 72
5
votes
5 answers

Lighting USB OpenDMX FTD2XX DMXking

Couple of quick questions. I have a DMX king USB lighting controller that I'm trying to control. It's based on the Open DMX protocol (from Entec) who make available a c# class. I've got the device plugged into an RGB can, and if I test the USB…
agrath
  • 901
  • 1
  • 11
  • 25
3
votes
0 answers

Art-Net for Swift

Is there an Art-net Library for swift MacOS? I am trying to send DMX to control lights connected to a ArtNet -> DMX node. Could someone let me know of a library or another way to control this
elevate
  • 147
  • 7
3
votes
3 answers

How to control Enttec Open DMX USB via Python?

I'm wondering is that possible to control lights connected to Enttec Open DMX USB via Python shell. If it is, how to?
Petja
  • 584
  • 1
  • 6
  • 20
2
votes
1 answer

Arduino Serial read and parse HEX

I'm trying to create an Arduino interface for the DMX software Freestyler, but struggling to parse the data received due to knowing the encoding of the data received. The image bellow is a serial monitor I've attached to Freestyler to see the…
Matt Roberts
  • 59
  • 1
  • 7
2
votes
1 answer

How does one prebuffer ArtNet3 packets in a DMX controller?

I'm creating a library designed to send UDP packets over a local network to a string of 100 ArtNet3 compatible DMX controllers. I have ArtDmx packets sending and rendering successfully. Now I'm attempting to pre-buffer the data in the DMX…
aj.toulan
  • 1,341
  • 1
  • 16
  • 25
2
votes
1 answer

Access struct as array of bytes

I'm currently in the process of re-writing a program to process data received over a serial connection using the RDM protocol, each packet is received by a UART and has a specific structure but may vary in length, a packet structure example is…
RobbG
  • 371
  • 5
  • 14
2
votes
1 answer

Delphi UDPClient example -> ArtNet communication and parser

Recently I started a project where I need to combine OSC with ArtNet protocol. While OSC (Open Sound Control) has a few examples and documentation available, and the vvvv group also wrote Delphi parser which works really good, the ArtNet - Ethernet…
That Marc
  • 1,134
  • 3
  • 19
  • 42
2
votes
2 answers

Artnet Packet Structure

Even though I have found so many Libraries that allows programmers to use the Artnet/ArtnetDMX protocol I haven't found the correct structure to send out Artnet in code (To a socket). The structure is given but, I just can't figure out in what order…
user2354108
  • 21
  • 1
  • 3
2
votes
4 answers

Is there a .Net Library for DMX, specifically sACN (streaming ACN)?

I've ordered a streaming DMX (1.31) compliant controller, and I'd like to write a application to control my Christmas Lights.
szaske
  • 1,887
  • 22
  • 32
2
votes
4 answers

Is there a reliable Art-Net library for Android (DMX over IP)?

I am trying to find out the best if any available for controlling ArtNet enabled stage lighting devices using Android using the ArtNet protocol. I came across artnet4j but I am not sure if anyone has used it for the same purpose before. Please let…
Future2020
  • 9,939
  • 1
  • 37
  • 51
1
vote
0 answers

control of LEDs with 16bit PWM with protocol DMX512/1990 using only one DMX address

I have received DMX LED drivers from a company called G&G in China, unfortunately with extremely poor documentation. This is how the drivers look like, under the picture are the specs: The model I received is on the left, specs: 4 channel LED…
adrienlucca.net
  • 677
  • 2
  • 10
  • 26
1
vote
3 answers

Can't seem to control dmx lights via lighting desk

2 questions 1: Q light software... I have a Showtec Showmaster 24 which is a DMX controller with 24 channels. I have plugged it's MIDI input into my PC using a USB/MIDI cable. QLC picks up the MIDI connection and I have assigned the MIDI channel as…
Muscipula
  • 55
  • 2
  • 10
1
vote
0 answers

How to control dmx via usb using nodejs?

I am looking for a way to sent dmx data from nodejs (or other) via USB. This is a USB-DMX512 product that I want to use: https://www.conrad.nl/p/eurolite-usb-dmx512-dmx-interface-1529978 Can anybody point me in the right direction on how to do…
1
vote
2 answers

Controlling Lights with Enttec Open Dmx USB in java?

I am starting a project in java where I want to control a Lights from my computer using a Terminal Window. I am using a piece of hardware called an Enttec Open DMX USB Converter. So I am writing this question, to ask the community if anyone has an…
Ethan Pervere
  • 23
  • 1
  • 10
1
2 3 4