Vantage Infusion module
Denis
Posts: 163
Hi
I have to integrate an Infusion system with AMX control. In the Infusion module I saw as it there prepared for 20 loads or/and buttons. My need is I have to control over 65 loads trought many Mio dms and TP.
I've not a lot experience in programing, and my question is, Can I control 65 loads or more with this module? If yes waht I have to change to do that?
In the main file, the VOLATILE CHAR sLightAddress / VOLATILE CHAR sKeypadAddress, is the same of VID # from Infusion ID ?
I have to integrate an Infusion system with AMX control. In the Infusion module I saw as it there prepared for 20 loads or/and buttons. My need is I have to control over 65 loads trought many Mio dms and TP.
I've not a lot experience in programing, and my question is, Can I control 65 loads or more with this module? If yes waht I have to change to do that?
In the main file, the VOLATILE CHAR sLightAddress / VOLATILE CHAR sKeypadAddress, is the same of VID # from Infusion ID ?
0
Comments
I believe the first version of the module had no feedback so I wrote my own. It's fairly simple protocol, the VID# assigned to each button is your hook and handle for control and you can track the button's LED status for feedback. Good Luck!