wicked1 Posted November 10, 2007 Report Posted November 10, 2007 I'm having some trouble w/ my trigger layer LED's. When I select A, nothing is lit, when I select B, A is lit, and when I select C, B is lit. I've checked my wiring, and it is fine. The way I'm trying to configure this SR is..0 -play1 -pause2 -Stop3 -A4 -B5 -C6 and 7 are the 1-16 17-32 led'sEverything works fine except for the trigger layer. I tested all of the wiring w/ my multimeter, and it checked out okSo, just as a test, I switched it so that0 -A (play led on my panel)1 -B (pause led)2 -C (stop led)3 -play4 -pause5 -stop6 and 7 are the 1-16 17-32 led'sand have the same results. the A button lights up when I press play. The play button does not light when I press A, Play lights when I press B and pause lights when I press CThis is the section of my ASM file ;; OPTIONAL! see CHANGELOG.txt DOUT_ENTRY TMP4, 5, 5, 3 ; Triger Layer A LED DOUT_ENTRY TMP4, 6, 5, 4 ; Triger Layer B LED DOUT_ENTRY TMP4, 7, 5, 5 ; Triger Layer C LED ;; OPTIONAL! see CHANGELOG.txt DOUT_ENTRY TMP5, 0, 5, 0 ; Play LED DOUT_ENTRY TMP5, 1, 5, 2 ; Stop LED DOUT_ENTRY TMP5, 2, 5, 1 ; Pause LED ;; OPTIONAL! see CHANGELOG.txt DOUT_ENTRY TMP5, 3, 5, 6 ; Step 1-16 displayed DOUT_ENTRY TMP5, 4, 5, 7 ; Step 17-31 displayedThanks for any help Quote
TK. Posted November 10, 2007 Report Posted November 10, 2007 Hi Wicked1,this seems to be a documentation error - the trigger layer LEDs are located at TMP4,4 ... TMP4,6Bes Regards, Thorsten. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.