Multiple Axlinx Busses?
TurnipTruck
Posts: 1,485
in AMX Hardware
Greetings,
Does anyone know of a way to create a second Axlink bus in a Netlinx system? The second bus wold allow more than the 255 devices provided on the bus. I would assume it would be a hardware piece of equipment that would operate on another Netlinx port.
Any ideas?
Thank you.
Does anyone know of a way to create a second Axlink bus in a Netlinx system? The second bus wold allow more than the 255 devices provided on the bus. I would assume it would be a hardware piece of equipment that would operate on another Netlinx port.
Any ideas?
Thank you.
0
Comments
The device declarations would look something like:
DEFINE_DEVICES
dvAXLINK1 = 1:1:0
.
.
dvAXLINK255 = 255:1:0
dvAXLINK256 = 1:1:2
.
.
dvAXLINK510 = 255:1:2
Assuming that you give the second processor a system ID of 2
I must say that I have never done this, but I have done similar things with Netlinx devices without problems.
Jeff
--D
Thank you.
Sounds like you have the idea. You only need to add the second processor to the first processors connection list and they will both be able to talk with each other. It really is a very easy to implement .... almost too easy
Jeff