How can I get feedback from DVX-3155HD
Serg
Posts: 3
Hallo everybody!
Need help: I can't get feedback from matrix inside DVX-3155HD. I do in programm SEND_COMMAND 5002:1:0,"'VI1O1'" And it works.
Befor in my programm CREATE_BUFFER 5002:1:0, fb_Matrix
Then I do SEND_COMMAND 5002:1:0,"'?OUTPUT-VIDEO,1'" But I can't receive any symbol.
Help me please! Perhaps I try to receive feedback from wrong port?
Need help: I can't get feedback from matrix inside DVX-3155HD. I do in programm SEND_COMMAND 5002:1:0,"'VI1O1'" And it works.
Befor in my programm CREATE_BUFFER 5002:1:0, fb_Matrix
Then I do SEND_COMMAND 5002:1:0,"'?OUTPUT-VIDEO,1'" But I can't receive any symbol.
Help me please! Perhaps I try to receive feedback from wrong port?
0
Comments
Try removing that create_buffer and use this to see if you get something back:
Also the DVX uses channels and levels on different ports to indicate which inputs are going to which outputs. For example if you send video input 6 to out 2 with this command: VI6O4 (or the old-school CLVIDEOI6O4) the DVX will reply:
And if you're using audio AI6O4 (or the old-school CLAUDIOI6O4) the DVX will reply:
Note though the channel and level events only happen when switching to a different input than the current one.
I hope this helped.
Edit: feddx beat me to it. Another note, turn on diagnostics for device 5002 all ports and watch how much info the switcher gives out, there are several ways to use that data to drive feedback
I take this code: