Switcher Module
cheekytigerapps
Posts: 37
Hi,
I am (attempting) creating a module for an AV switcher (LEAF HD88 - http://www.leafaudio.com/lhd88-8source-8zone-matrix-17.php) which comunicates via RS232. This is the first module i have ever created.
I am wondering if anyone has a Netlinx Module for a switcher that I can look at to get an example (or modify) to help in the creation of my module.
I am (attempting) creating a module for an AV switcher (LEAF HD88 - http://www.leafaudio.com/lhd88-8source-8zone-matrix-17.php) which comunicates via RS232. This is the first module i have ever created.
I am wondering if anyone has a Netlinx Module for a switcher that I can look at to get an example (or modify) to help in the creation of my module.
0
Comments
I think this: "My First Module" is a good place to start.
And then look through the SNAPI reference under the Netlinx Help menu, and use those channels and commands and make it compliant to the standard API and then if the switcher changes, you can drop in another SNAPIcomplaint module at some point in the future, or for a different job with the same code base and it will require no changes to your 'glue' code.