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.

DLPC900: Trigger adaptable exposure time

Part Number: DLPC900

Is it possible to have the image exposure time vary depending on the trigger input? In other words, the trigger input advances to the next image, and that image is exposed/displayed until the next trigger.

  • Hi Ben,

    I think it is possible for 1bit pattern. Please see 0x1A34 command in programmer's guide. Clear can be disabled after exposure
    Byte 5 bit 0
    Clear the pattern after exposure. This is only applicable for 1 bit patterns
    with an external trigger. For other patterns, the clear is automatically
    handled.


    -ykc
  • Thank you for the reply. This appears to be what I want. Where can I find instruction on how to access the command, byte, and bit? These appear not to be reachable in the GUI. Is there a way to include this information in the pattern file or batch image file?

    Thanks again.

    Ben

  • Please refer to programmer's guide for details on 0x1A34 command.


    You can manually modify MBOX_DATA command (12 bytes) in the batch file.

    -ykc

  • Thank you. I had seen this, but did not know how to use. I have now gone through the binary <=> hex conversions and am able to use and control through the batch files.

    -Ben