Master to Master Communications - Button Press?
jabramson
Posts: 106
I have 2 separate systems that I would like to link together.
Master A (Master Master) I have full control over as I have the code for this one.
Master B (Slave) I have limited control over as I do not have to the code for this.
I would essentially like to have Master A "press" a button on master B (or at least on a TP connected to Master A).
What would be the best way to handle this (I'm new to M2M). I do have the 2 units talking and have sent strings to the ports on B from A.
Master A (Master Master) I have full control over as I have the code for this one.
Master B (Slave) I have limited control over as I do not have to the code for this.
I would essentially like to have Master A "press" a button on master B (or at least on a TP connected to Master A).
What would be the best way to handle this (I'm new to M2M). I do have the 2 units talking and have sent strings to the ports on B from A.
0
Comments
Pressing a button on a TP via code is being done with the DO_PUSH function (Search the Netlinx Help for details).
But if the referenced panel is connected to the Slave system then the DO_PUSH might not help. Read this thread
for more info:
http://www.amxforums.com/showthread.php?8852-Emulate-TP-Button-Press-in-Code
Added Master 1 in Master 2 URL list
That's it!