Autopatch Modula Matrix switcher cut off randomly
yanbin
Posts: 86
Had anyone experienced this situation? I have a very simple system, only one autopatch modula switcher,one Tuner source and 1 Ni2100 controller. The autopatch switcher cut off the tuner source randomly, sometimes 3,4 times a day. I was onsite today, had been monitoring the netlinx studio notification log for 2 hours, it didn't not happen, but tonight, the client called, the tuner cut off again when they paying tuner. I check the program, I don't have any command send to the autopatch without button press. when the tuner playing, the autopatch just suddenly cut off the tuner, client had to re-press the tuner button to make it work again, which will send command to autopatch switcher like send_string dvAP, "'CL2I1O2'",in this system, I didn't not use AMX module, only basic command. any idea for this kind of issue? BTW, I changed the tuner, this problem still exist.
Thanks,
Jacky
Thanks,
Jacky
0
Comments
If the problem is in code here are a couple functions you can drop in to create a log that you can look at later on:
You can use the function to log the strings coming from the Autopatch and you can add the line directly above all of you send_string lines for controlling the switcher. I don't know how your code is structured, but there are a lot of places to log a line of info. Like so:
Those are just two ideas to get you started. You then read the log by FTPing into the master and opening it in any text editor.