Integra Rcvr Tuner presets
[Deleted User]
Posts: 0
Hi All,
I have been using Integra receivers of late and according to their documentation, to send a command to go to tuner preset 1 for instance, you send the Tuner input command followed by the preset number (using IR). I have never been able to get this to work and tech support at Integra say it can't be done except from the front panel. Odd considering the documentation says it can be done, and is a pretty standard command on most receivers. Anyone know how to do this?
Thanks
Paul
I have been using Integra receivers of late and according to their documentation, to send a command to go to tuner preset 1 for instance, you send the Tuner input command followed by the preset number (using IR). I have never been able to get this to work and tech support at Integra say it can't be done except from the front panel. Odd considering the documentation says it can be done, and is a pretty standard command on most receivers. Anyone know how to do this?
Thanks
Paul
0
Comments
Jeff
Which Comm module are you using? the "Onkyo_TX-DS989,DTR-91,RDC-7_Comm.tko"?
Could you please let us know. Thanks.
I'm suprised Integra tech support told you this was not possible. I suggest you call back and ask again. If that doesn't work, talk to your Integra rep/distributor, and they should beable to get the info for you.
Or......
just Follow Spire_Jeff's Instructions....that works well too!!!!!!!!!
So what I have done is to say, "to heck with the built in presets." I make a persistent CHAR array to store my own preest values, and call them by the direct station select function. I store them by reading the current station value from the display output. I provide feedback by comparing my preset strings with the current display, and lighting that preset button up if they match, and I have dynamic labels on the buttons showing the freuency and band (and, in the case of XM or Sirius, you can put the station name as well). They can now be completely manipulated via a touch panel, and the limitations of protocol no longer apply.
You might be better served to take a similar tack. Forget what the divcie and and can't do on it's own - let your master do that work.
In the speadsheet it cites this example to tune to preset 14:
Ex: Preset No.14 Direct Preset (Tuner Select) is [D26D0B][D202D5][D202D8]
So my macro had Input:Tuner <pause> #1<pause> #4
but this never worked.
I will try the serial way as well next time I am onsite, but for this project I need to get it to work via IR and have had no luck so far.
For serial we use our own Integra module and it has apparently worked very well. I don't think I have done a project using it yet though, so I can't speak to the tuner preset functionality.
If anyone knows what I am doing wrong with the IR commands let me know.
Thanks!
Paul