08-21-2006, 07:55 PM
I am working on my ability to play movies from my hard drive. At this point I have a simple set of templates which drive TheaterTek to start and play the appropriate movie. This works properly.
The way I have things currently hooked up, I am using the PC to drive an S-video output to my Integra 8.4 receiver (yeah I need a different video card to upgrade the signal but one step at a time). The signal comes in on "Video 1".
I added some additional actions under the "Play" button on my DVD_Detail template to control the Integra. They are:
1. Devices::Field Write(Integra2.Z1Power, True) On Click
2. Devices::Wait Driver Ready(Integra2, xxxx ) On Click <--I have used from 0 to 10000 for a value
3. Devices::Field Write(Integra2.Z1SourceAdjust, Video2) On Click
4. Devices::Field Write(Integra2.Z1ListenModeAdjust, Neo6Cinema) On Click
5. Devices::Field Write(Integra2.Z1Volume, 120) On Click
So here's the deal...when I click "Play" TT starts the proper movie and the receiver lights up. After that nothing else happens with the receiver. UNLESS I hit play again, then it switches to Video2 and Neo6Cinema. The volume never changes no matter what I do.
So I believe I'm not doing something right when I wait for the driver to connect. The Integra receiver does start up almost immediately (less than 1 second).
Secondly, I don't think the Z1Volume field isn't acting properly. When I use the Browser in the Admin Interface I cannot adjust the volume unless I use the "up"/"down" fields. Entering a volume directly using the slider never changes the volume.
I appreciate any advice.
The way I have things currently hooked up, I am using the PC to drive an S-video output to my Integra 8.4 receiver (yeah I need a different video card to upgrade the signal but one step at a time). The signal comes in on "Video 1".
I added some additional actions under the "Play" button on my DVD_Detail template to control the Integra. They are:
1. Devices::Field Write(Integra2.Z1Power, True) On Click
2. Devices::Wait Driver Ready(Integra2, xxxx ) On Click <--I have used from 0 to 10000 for a value
3. Devices::Field Write(Integra2.Z1SourceAdjust, Video2) On Click
4. Devices::Field Write(Integra2.Z1ListenModeAdjust, Neo6Cinema) On Click
5. Devices::Field Write(Integra2.Z1Volume, 120) On Click
So here's the deal...when I click "Play" TT starts the proper movie and the receiver lights up. After that nothing else happens with the receiver. UNLESS I hit play again, then it switches to Video2 and Neo6Cinema. The volume never changes no matter what I do.
So I believe I'm not doing something right when I wait for the driver to connect. The Integra receiver does start up almost immediately (less than 1 second).
Secondly, I don't think the Z1Volume field isn't acting properly. When I use the Browser in the Admin Interface I cannot adjust the volume unless I use the "up"/"down" fields. Entering a volume directly using the slider never changes the volume.
I appreciate any advice.