Polycom HDX 9002
playskool1
Posts: 64
I have a Polycom HDX 9002 command protocol that isn't working. Which is a Stop Content button. I was able to get the Play Content button. The protocols are taken exactly off of the PDF file and no doubt in my mind should work.
For the one that works, it looks like this:
BUTTON_EVENT[dvTP,43]
{
PUSH:
{
SEND_STRING dvPolycom,"'vcbutton play 4',$0D" //PLAY CONTENT
}
}
For the one that does NOT work, it looks like this:
BUTTON_EVENT[dvTP,44]
{
PUSH:
{
SEND_STRING dvPolycom,"'vcbutton stop 4',$0D" //STOP CONTENT
}
}
Any idea why only the Play Content button works but not the Stop Content button?
For the one that works, it looks like this:
BUTTON_EVENT[dvTP,43]
{
PUSH:
{
SEND_STRING dvPolycom,"'vcbutton play 4',$0D" //PLAY CONTENT
}
}
For the one that does NOT work, it looks like this:
BUTTON_EVENT[dvTP,44]
{
PUSH:
{
SEND_STRING dvPolycom,"'vcbutton stop 4',$0D" //STOP CONTENT
}
}
Any idea why only the Play Content button works but not the Stop Content button?
0
Comments
the new command 'vcbutton play 4', incorporates a stop and a play no need to ever send stop.
This works far better then the old way of doing it. Vcbutton stop then play.
Ok I'm confused - I've always used the stop command to end a computer presentation to the far site.
If you want to end the presentation without removing the computer feed what do you use?
I use just "vcbutton stop" and then I use the "camera near 1-4" command. You don't have to worry about the toggle anymore but always doing a vcbutton stop. One less thing to keep track of.
John Greer