M2M First Time - Need some Pointers
cheekytigerapps
Posts: 37
This is the first time I have to program a Master-2-Master. I was wondering if there are any guides on some basic netlinx code.
The questions I have:
1. How do I define the two masters
2. I am only using the second master to control a TV via IR in a remote room. Do i need to create a second project.
3. Does anyone have a workspace with some basic M2M that they could share.
The questions I have:
1. How do I define the two masters
2. I am only using the second master to control a TV via IR in a remote room. Do i need to create a second project.
3. Does anyone have a workspace with some basic M2M that they could share.
0
Comments
Put the URL (IP address of the main master ) into the URL list of the subordinate master. Do not put the sub master IP in the main masters URL list. The communication is already bi-directional with the one link.
That will start the m2m communication
In code: to address and use the devices on the sub master just declare a device with the sub master system number.
Sending a string from code in master one to dvSerial_Master_2 will send it out port 1 on master 2
Paul