Denon 4310 Sleep Question
thepainter
Posts: 69
Hello - Quick newbie question. I am controlling a Denon Receiver via RS232. It has a sleep protocol that works with the main zone (SLP*** (***=time, 010=10min)) In the documentation it says it will also work for zones also (e.g. Z3SLP***) however I am unable to get this to work. I would like to set up a 'Timer/wait' of (30,60,90) for zone 3 what would the best way be since the Z3 protocol does not seem to work. I was thinking on the lines of Z3PWON, WAIT x, Z3PWOFF. Is 30m, 60m, 90m considered too long?
Thanks,
Paul
Thanks,
Paul
0
Comments
E
Paul
There are a couple basic ideas.
One is a simple wait from a button push. After the wait passes, run a power-down routine.
The second is a timeline. A timeline allows for more sophisticated programming and control. I would choose this method myself (and do for all things 'timer-ish')
Since you a noob you might want to stick with the WAIT for now until you've got a few more systems under your belt. The help file for the TINELINE is not overly helpful in my opinion.
Hope that helps.
E
Paul
Thanks,
Paul
You can use ^GLH (?) to set your bargraph high level to match the scale needed for your timers time or leave the barograph alone and scale you levels in code.
With a timeline just set a var for the timer selected and decrement this var on every trigger of the timeline event and when the time reaches 0 send your command to the Denon and kill the timeline.
Thanks,
Paul