View previous topic :: View next topic |
Author |
Message |
aaronik19
Joined: 25 Apr 2011 Posts: 297
|
DSI Dimming |
Posted: Thu Aug 25, 2011 3:07 pm |
|
|
Hi all
Can anyone supply information and implementation on the DSI Dimming. I have designed a lighting controller using Pics and CCS and want to add DSI Dimming. Any code snippets to show me the way would be greatly appreciated.
Is it possible to alter from DALI to DSI during configuration?
Many thanks.
Matthew |
|
|
aaronik19
Joined: 25 Apr 2011 Posts: 297
|
DSI |
Posted: Sat Aug 27, 2011 1:33 am |
|
|
really appreciate at least a little bit of help in this subject. |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9226 Location: Greensville,Ontario
|
|
Posted: Sat Aug 27, 2011 5:51 am |
|
|
Make Google your friend! Several pages of 'hits' concerning the DALI DSI info.
Yes, you could 'configure' the I/O pins to be either DALI or DSI,say from a menu or dip switch selection, that's pretty easy code to cut.
I'll assume you have at least one working DALI and DSI products 'on the shelf' for testing, the code ( driver) is fairly straight forward and easy to implement. Since I do not have either here, I can't cut code and test and can't spend the time to make a 'this should work driver' . |
|
|
aaronik19
Joined: 25 Apr 2011 Posts: 297
|
|
Posted: Sat Aug 27, 2011 6:06 am |
|
|
thanks temtronic. You can't believe me that I've search google upside down! I found no circuits about DSI and even codes. Can you please send me a link you found about this protocol? Yes I have one transformer ballast to check. |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Sat Aug 27, 2011 11:27 am |
|
|
Use search strings like these, with http://www.google.com
You will find lots of Dali stuff, including a designers reference manual:
Quote: |
"dali.c" lights OR lighting
|
or
Quote: |
dali -salvadore void int return main
|
or
|
|
|
|