Autopatch BCS Duet module
Spire_Jeff
Posts: 1,917
Has anyone else tried the new autopatch BCS duet module? I am trying to simply compile the provided comm/gui version, and I keep getting this error:
ERROR: C:\AMX Modules\Autopatch Precis\duet\AutoPatch_BCS_Switcher_Main.tko(0): L20218: Missing valid AMX module reference for [Autopatch_BCS_Switcher_Comm_dr1_0_0.jar]
I had to change the name of the comm module in the main AXS file to match the extended module name to even get to this point, so I am guessing that the downloaded version was never compiled before posting. I also tried creating a new project that simply implemented the comm module and got the same error.
PROBLEM FIXED!
I just had a brain storm and decided to try creating a VA project with an autopatch switcher in it and it compiled fine. I then opened the source (very nicely commented and segmented to make reading/editing it easy) and found the module declaration. Instead of being 'Autopatch_BCS_Switcher_Comm_dr1_0_0' it was 'Autopatch_BCS_Switcher_dr1_0_0'. I renamed the .jar file to match this and deleted the '_Comm' from the module declaration and voila it compiled.
Unfortunatly I'm not still onsite, so I still need to verify that it actually communicates, but atleast it compiles
Hope this helps someone.
Jeff
ERROR: C:\AMX Modules\Autopatch Precis\duet\AutoPatch_BCS_Switcher_Main.tko(0): L20218: Missing valid AMX module reference for [Autopatch_BCS_Switcher_Comm_dr1_0_0.jar]
I had to change the name of the comm module in the main AXS file to match the extended module name to even get to this point, so I am guessing that the downloaded version was never compiled before posting. I also tried creating a new project that simply implemented the comm module and got the same error.
PROBLEM FIXED!
I just had a brain storm and decided to try creating a VA project with an autopatch switcher in it and it compiled fine. I then opened the source (very nicely commented and segmented to make reading/editing it easy) and found the module declaration. Instead of being 'Autopatch_BCS_Switcher_Comm_dr1_0_0' it was 'Autopatch_BCS_Switcher_dr1_0_0'. I renamed the .jar file to match this and deleted the '_Comm' from the module declaration and voila it compiled.
Unfortunatly I'm not still onsite, so I still need to verify that it actually communicates, but atleast it compiles
Hope this helps someone.
Jeff
0
Comments
However, I think that the module could be just a little more flexible. I don't like that the module makes you use the default switch Levels, and you cannot define what is a "Video level" or "Audio Level". Also, I would like to have more than just 2 levels, as in many cases I have a switcher with 2 different video levels (1 for HD video and 1 for SD video) and 1 audio level.
So, bottom line, I would like to see the number of levels increased and to make the levels definable as Audio or Video. I think that this would make the module more flexible, and far more useful in large installations.
Just my 2 cents.
Paul
If you have used the comm module from AMX, did the volume ramp up/down work for you?
Thanks,
Jeff
I wish I could offer more help, but most of the time i end up using my old code over again and adapting that code to the new switcher.
Paul
The switch does, however, function properly in some ways. It switches, and the volume goes up and down. But with the above mentioned flaws, I would have rather installed a Vaux switch for the audio and gotten a video-only Precis. We only went with Autopatch in the first place because we needed to switch component video from seven sources to a half-dozen displays, and it seemed to make sense to do audio on the same box. I regret that decision.