OpenLightingProject / ola

The Open Lighting Architecture - The Travel Adaptor for the Lighting Industry
https://www.openlighting.org/ola/
Other
643 stars 205 forks source link

Add support for the stellarDMX DMX512-A #36

Open ola-importer opened 10 years ago

ola-importer commented 10 years ago

From nomis52 on July 24, 2009 22:46:48

http://interstellar.com/products.html

Original issue: http://code.google.com/p/open-lighting/issues/detail?id=35

ola-importer commented 10 years ago

From nomis52 on July 24, 2009 22:46:57

Labels: -Type-Defect -Priority-Medium Type-Enhancement Priority-Low

ola-importer commented 10 years ago

From nomis52 on July 25, 2009 20:07:31

Labels: -Type-Enhancement Type-DeviceSupport

ola-importer commented 10 years ago

From DurandIn...@gmail.com on January 07, 2011 19:59:16

If someone has questions on the protocol, please contact me (I designed and programmed all versions from 1999 on).

If all you just wish to do is send all data all the time, just use the W command.

Example:

"W 0 12 34 56\r"

W = Write to memory 0 = first channel (channel numbers are 0-0x1FF) 12 = hex data for the first channel 34 = hex data for the second channel 56 = hex data for the third channel

All 512 channels are supported. The box can do a lot more stuff internally, but doesn't have to.

You can download the manual from our Support page http://interstellar.com/support.html

ola-importer commented 10 years ago

From si...@nomis52.net on January 12, 2011 10:11:11

A couple of questions:

ola-importer commented 10 years ago

From si...@nomis52.net on January 12, 2011 10:14:44

From reading the manual I assume that I'll need to use the shadow presets to avoid burning out the ram.

ola-importer commented 10 years ago

From DurandIn...@gmail.com on January 12, 2011 10:23:07

The hardware is set up for it and RDM is planned for a future firmware release, but we haven't had much call for it.

A loaner unit is available with some restrictions (we've had loaners not returned with no payment and no code, even from a large lighting company).

ola-importer commented 10 years ago

From DurandIn...@gmail.com on January 16, 2011 13:55:39

If all you're doing is sending real-time data, then you're not using any presets. You would be writing directly to the output buffer.

If you wanted to do fades in the box without using the EEPROM presets, then yes, you would use one both Shadow RAM presets. Load one with the new data and fade to it. Then load any changes and fade to it again. Once the fade is done changing the preset has no effect on the data being sent since that's in the output buffer.

I'm having trouble getting Google to notify me of updates here, can't get calendar to notify me either. Feel free to cc me on questions.