This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DLP3000: Regarding Pattern Sequences and Patterns

Part Number: DLP3000


Continuing my quest of writing a C program to communicate with the DLP I am now faced with a bunch of questions.

In regards to section 3.9 and 3.10 of the "dlpu007d.pdf" document (Programmers Guide):

1- How are the trigger delay bytes ordered, is byte 4 LSB or HSB?

2- How does one fill the trigger period bytes if not using auto-trigger mode?

3- How should exposure time bytes be filled in relation to trigger delay bytes, or in other words do these times accumulate or not?

4- How are exposure time bytes ordered?

5- As for byte 16, if I want a b&w sequence how do I fill it?

6- Pattern definition; should the data payload be filled as when uploading a static image but with the byte 0 of every packet's (that constitutes the bmp) payload w/ the number that represents the cardinality of that bmp in the sequence? Or should only the byte 0 of the first packet's payload have that cardinality with intermediate and last packets having just bmp data?

In regards to section 3.19 and 3.20 of the same document:

7-  What is the purpose of the Load/Enable Custom Sequence ?

Thanks in advance